You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2009/05/03 19:21:42 UTC

svn commit: r771092 - /webservices/juddi/trunk/ReleaseProcess

Author: kstam
Date: Sun May  3 17:21:42 2009
New Revision: 771092

URL: http://svn.apache.org/viewvc?rev=771092&view=rev
Log:
updating release process

Added:
    webservices/juddi/trunk/ReleaseProcess

Added: webservices/juddi/trunk/ReleaseProcess
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/ReleaseProcess?rev=771092&view=auto
==============================================================================
--- webservices/juddi/trunk/ReleaseProcess (added)
+++ webservices/juddi/trunk/ReleaseProcess Sun May  3 17:21:42 2009
@@ -0,0 +1,38 @@
+Notes on the rc6 release process
+
+Environment: 
+Maven version: 2.0.8
+Java version: 1.5.0_16
+OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
+
+1. Run mvn clean install -Prelease, these artifact will be uploaded to the maven repos
+
+juddi/target        : juddi-2.0rc6-jar, juddi-2.0rc6-javadoc.jar, juddi-2.0rc6-sources.jar, juddi-2.0rc6.pom + *.asc
+juddi-client/target : juddi-client-2.0.rc6.jar, juddi-client-2.0rc6.pom + *.asc
+juddi-web           : juddi.war (including axis2 WS stack)
+juddi-web-lean      : juddi.war
+juddi-ws            : juddi-ws-2.0rc6.jar
+
+2. Run mvn assembly:attached from the juddi-distribution directory.
+
+juddi-distribution/target: juddi-distribution-2.0rc6-bin.zip
+
+3. Run mvn clean install from the juddi-tomcat directory.
+
+juddi-tomcat/target: juddi-tomcat-2.0rc6.zip 
+
+4.  Sign the release artifacts using
+
+gpg --armor --detach-sig <build artifact>
+
+5. Copy the release artifacts to people.apache.org.
+
+6. Start a vote referencing the build artifacts, leave the vote open for 72 hrs.
+
+On successfull vote:
+
+7. Create a Tag in SVN for the 2.0rc6 release
+
+8. Run mvn clean deploy -Prelease
+
+9. Update the website



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org