[jboss-cvs] JBossAS SVN: r79993 - in projects/security/security-jboss-sx/trunk: parent and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 23 12:35:46 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-10-23 12:35:45 -0400 (Thu, 23 Oct 2008)
New Revision: 79993

Modified:
   projects/security/security-jboss-sx/trunk/RELEASE_PROCESS.txt
   projects/security/security-jboss-sx/trunk/parent/pom.xml
Log:
minor changes

Modified: projects/security/security-jboss-sx/trunk/RELEASE_PROCESS.txt
===================================================================
--- projects/security/security-jboss-sx/trunk/RELEASE_PROCESS.txt	2008-10-23 16:34:10 UTC (rev 79992)
+++ projects/security/security-jboss-sx/trunk/RELEASE_PROCESS.txt	2008-10-23 16:35:45 UTC (rev 79993)
@@ -3,6 +3,9 @@
 - 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
+
 2. Do a dry run (Nothing will change)
 anil at localhost:~/security/security-jboss-sx/trunk$ mvn release:prepare -DdryRun=true
 

Modified: projects/security/security-jboss-sx/trunk/parent/pom.xml
===================================================================
--- projects/security/security-jboss-sx/trunk/parent/pom.xml	2008-10-23 16:34:10 UTC (rev 79992)
+++ projects/security/security-jboss-sx/trunk/parent/pom.xml	2008-10-23 16:35:45 UTC (rev 79993)
@@ -157,6 +157,6 @@
 
   <properties>
     <org.jboss.javaee.version>CR1</org.jboss.javaee.version>
-    <org.jboss.security.spi.version>2.0.2.CR8</org.jboss.security.spi.version>
+    <org.jboss.security.spi.version>2.0.2-SNAPSHOT</org.jboss.security.spi.version>
   </properties>
 </project>




More information about the jboss-cvs-commits mailing list