I set the version numbers back to 5.0.0-SNAPSHOT. It looks like they were left at
5.0.0.Beta3 from the last release.
You should be able to use the maven release plugin from the pom in the build directory.
mvn release:prepare -DdryRun=true
The release plugin will prompt you for version numbers for each module, and for the name
of the tag that you want to create. I will create the tag and change the poms. For more
information look at this page:
http://wiki.jboss.org/wiki/Wiki.jsp?page=MavenReleaseProcess
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092001#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...