Author: ggregory
Date: Tue May 24 04:40:34 2016
New Revision: 1745300

URL: http://svn.apache.org/viewvc?rev=1745300&view=rev
Log:
Fix typos found while trying to release Commons CSV 1.4 RC1.

Modified:
    commons/cms-site/trunk/content/xdoc/releases/prepare.xml

Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/releases/prepare.xml?rev=1745300&r1=1745299&r2=1745300&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/releases/prepare.xml (original)
+++ commons/cms-site/trunk/content/xdoc/releases/prepare.xml Tue May 24 
04:40:34 2016
@@ -670,10 +670,10 @@
         repo_path=~/.m2/repository/org/apache/commons/commons-foo/${version}
         release_path=~/foo-release
         mkdir -p ${release_path}/FOO_1_2_RC1
-        cp ${repo_path}/*.bin.zip* ${release_path}/FOO_1_2_RC1
-        cp ${repo_path}/*.bin.tar.gz* ${release_path}/FOO_1_2_RC1
-        cp ${repo_path}/*.src.zip* ${release_path}/FOO_1_2_RC1
-        cp ${repo_path}/*.src.tar.gz* ${release_path}/FOO_1_2_RC1
+        cp ${repo_path}/*-bin.zip* ${release_path}/FOO_1_2_RC1
+        cp ${repo_path}/*-bin.tar.gz* ${release_path}/FOO_1_2_RC1
+        cp ${repo_path}/*-src.zip* ${release_path}/FOO_1_2_RC1
+        cp ${repo_path}/*-src.tar.gz* ${release_path}/FOO_1_2_RC1
         cp RELEASE-NOTES.txt ${release_path}
       </pre>
       <p><code>svn add</code> the files and commit them.  Again, record the 
revision number for the vote email.</p>


Reply via email to