6 Replies Latest reply on Mar 1, 2011 12:34 PM by dan.j.allen

    Standard Maven Versioning

    dhinojosa

      Will there be standard versioning for modules? 


        val seamFaces = "org.jboss.seam.faces" % "seam-faces" % "3.0.0.Beta1" withSources()
        val seamCatch = "org.jboss.seam.catch" % "seam-catch-impl" % "3.0.0.Beta2" withSources()
        val seamPersistence = "org.jboss.seam.persistence" % "seam-persistence" % "3.0.0-Beta2" withSources()
        val seamServlet = "org.jboss.seam.servlet" % "seam-servlet-impl" % "3.0.0.Alpha2" withSources()
      



      Some modules have a dash after the version number some have periods.


      Low Priority Q: Just asking.