[jboss-cvs] JBossAS SVN: r80286 - projects/security/security-jboss-sx/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 30 18:01:40 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-10-30 18:01:40 -0400 (Thu, 30 Oct 2008)
New Revision: 80286

Modified:
   projects/security/security-jboss-sx/trunk/RELEASE_PROCESS.txt
Log:
correct the release instructions

Modified: projects/security/security-jboss-sx/trunk/RELEASE_PROCESS.txt
===================================================================
--- projects/security/security-jboss-sx/trunk/RELEASE_PROCESS.txt	2008-10-30 22:01:14 UTC (rev 80285)
+++ projects/security/security-jboss-sx/trunk/RELEASE_PROCESS.txt	2008-10-30 22:01:40 UTC (rev 80286)
@@ -1,13 +1,16 @@
-1. Update the spi version in parent/pom.xml to the latest released spi
+1 Create a branch for the version you want to release and make the release
+from the branch
+Eg: $> svn copy https://svn.jboss.org/repos/jbossas/projects/security/security-spi/trunk/  https://svn.jboss.org/repos/jbossas/projects/security/security-spi/branches/2.0.2.CR10 -m "SECURITY-298: branch spi"
 
+1.1  Check out the branch
+(Our release process will happen in the branch. Remember the mantra "branch
+and tag a release" )
+
+1.2. Update the spi version in parent/pom.xml to the latest released spi
 - Assuming we are doing a release of 2.0.2.CR7, we have already released 2.0.2.CR7 of SPI project and UPLOADED the generated pom/jars from the local repository to the write enabled maven svn repository (which gets automatically pushed to the http://repository.jboss.org/maven2)
 - So in parent/pom.xml,  change the spi version from SNAPSHOT to 2.0.2.CR7
 
-1.5 Create a branch for the version you want to release and make the release
-from the branch
-Eg: $> svn copy https://svn.jboss.org/repos/jbossas/projects/security/security-spi/trunk/  https://svn.jboss.org/repos/jbossas/projects/security/security-spi/branches/2.0.2.CR10 -m "SECURITY-298: branch spi"
 
-
 2. Do a dry run (Nothing will change)
 anil at localhost:~/security/security-jboss-sx/trunk$ mvn release:prepare -DdryRun=true
 




More information about the jboss-cvs-commits mailing list