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 14:06:50 UTC

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

Author: ecki
Date: Wed Dec 24 13:06:49 2014
New Revision: 1647774

URL: http://svn.apache.org/r1647774
Log:
Fix typo

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=1647774&r1=1647773&r2=1647774&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/BUILDING.txt (original)
+++ commons/proper/commons-parent/trunk/BUILDING.txt Wed Dec 24 13:06:49 2014
@@ -61,7 +61,7 @@ Assuming the vote passes, login to Nexus
 [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"
+  svn cp "$URL/tags/commons-parent-37-RC1" "$URL/tags/commons-parent-37" -m "Release commons-parent 37 based on RC1"
 
 Prepare next Release Cycle
 --------------------------