You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ec...@apache.org on 2014/12/24 13:37:40 UTC

svn commit: r1647768 - /commons/proper/commons-parent/trunk/BUILDING.txt

Author: ecki
Date: Wed Dec 24 12:37:40 2014
New Revision: 1647768

URL: http://svn.apache.org/r1647768
Log:
Add link to environment preparation wiki page

Modified:
    commons/proper/commons-parent/trunk/BUILDING.txt

Modified: commons/proper/commons-parent/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/BUILDING.txt?rev=1647768&r1=1647767&r2=1647768&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/BUILDING.txt (original)
+++ commons/proper/commons-parent/trunk/BUILDING.txt Wed Dec 24 12:37:40 2014
@@ -24,11 +24,11 @@ Commit all changes to SVN
 Creating release candidate tag:
 ------------------------------
 Checkout trunk in clean workspace:
-svn co https://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk commons-parent-36-RC1
+svn co https://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk commons-parent-37-RC1
 cd commons-parent-36-RC1
 Edit pom.xml to remove SNAPSHOT suffix
 Create tag in SVN from the updated workspace:
-svn cp . https://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-36-RC1 -m"Create 36 RC1 tag"
+svn cp . https://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-37-RC1 -m"Create 37 RC1 tag"
 
 Test build of tag:
 -----------------
@@ -37,6 +37,7 @@ Check the contents of target/deploy - sh
 
 Deploy RC to Nexus:
 ------------------
+Set up passwords in settings.xml (https://wiki.apache.org/commons/UsingNexus)
 As above, but omitting -Ptest-deploy profile:
 mvn package deploy -Dassembly.attach=false -Duser.name=ASF-login-name -Prelease -Pjava-1.5
 
@@ -48,7 +49,7 @@ The message "No CLM data recorded" appea
 Open the bottom "Content" tab and navigate to the files
 Delete *.asc.md5 and *.asc.sha1 if present
 Double-check!
-Close the staging area - Description: "Apache Commons Parent 36 RC1"
+Close the staging area - Description: "Apache Commons Parent 37 RC1"
 Screen does not auto-refresh - you need to press refresh
 
 Send round the release vote(lazy)