[weld-commits] Weld SVN: r7198 - archetypes/javaee6-webapp/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Jan 21 16:12:41 EST 2011


Author: dan.j.allen
Date: 2011-01-21 16:12:41 -0500 (Fri, 21 Jan 2011)
New Revision: 7198

Modified:
   archetypes/javaee6-webapp/trunk/release-procedure.txt
Log:
add instruction for enabling central as dist repo


Modified: archetypes/javaee6-webapp/trunk/release-procedure.txt
===================================================================
--- archetypes/javaee6-webapp/trunk/release-procedure.txt	2011-01-21 21:11:42 UTC (rev 7197)
+++ archetypes/javaee6-webapp/trunk/release-procedure.txt	2011-01-21 21:12:41 UTC (rev 7198)
@@ -7,6 +7,8 @@
 cd ../tags
 svn update
 cd 1.0.1.Q
+vim pom.xml (uncomment distributionManagement section) 
+svn commit pom.xml -m "use central as dist repo"
 vim pom.xml (change 1.0.1.Q to 1.0.1-SNAPSHOT)
 mvn release:prepare --batch-mode -Drelease -DdevelopmentVersion=1.0.1-SNAPSHOT -DreleaseVersion=1.0.1.Q -Dtag=1.0.1.Q -DdryRun=true
 cp pom.xml.tag pom.xml



More information about the weld-commits mailing list