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:59:44 UTC

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

Author: ecki
Date: Wed Dec 24 12:59:43 2014
New Revision: 1647771

URL: http://svn.apache.org/r1647771
Log:
Additional post-release steps (copy tag, prepare snapshot)

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=1647771&r1=1647770&r2=1647771&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/BUILDING.txt (original)
+++ commons/proper/commons-parent/trunk/BUILDING.txt Wed Dec 24 12:59:43 2014
@@ -59,3 +59,11 @@ Promote the Nexus staging area
 ------------------------------
 Assuming the vote passes, login to Nexus and use the Release function
 [If there was a problem identified, Drop the repo instead and start again]
+Copy the RC Tag to final tag:
+  URL=https://svn.apache.org/repos/asf/commons/proper/commons-parent/
+  svn cp "$URL/tags/commons-parent-37-RC1" "$URL/tags/commons-parent-37" -m "Release commons-parent 37 based in RC1"
+
+Prepare next Release Cycle
+--------------------------
+Modify pom.xml with next SNAPSHOT version, remove second last history comment
+Add next release tag in src/changes/changes.xml and commit changes to trunk