You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2009/12/28 02:06:07 UTC

svn commit: r894118 - /commons/proper/dbcp/trunk/release-process.txt

Author: psteitz
Date: Mon Dec 28 01:06:06 2009
New Revision: 894118

URL: http://svn.apache.org/viewvc?rev=894118&view=rev
Log:
Fixed some typos.

Modified:
    commons/proper/dbcp/trunk/release-process.txt

Modified: commons/proper/dbcp/trunk/release-process.txt
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/release-process.txt?rev=894118&r1=894117&r2=894118&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/release-process.txt (original)
+++ commons/proper/dbcp/trunk/release-process.txt Mon Dec 28 01:06:06 2009
@@ -48,12 +48,13 @@
 10. From the DBCP_1_3_x_BRANCH, using JDK 1.4 or 1.5
     cp build.properties.sample build.properties (make sure all referenced jars exist)
     ant filter-sources
-    svn commit -m "Filtered sources to remove JDBC 4 methods."
     ant clean test (verify that the build works)
+    svn commit -m "Filtered sources to remove JDBC 4 methods."
+    
 
 11. Create release tags.  From the top-level dbcp directory
     svn cp branches/DBCP_1_3_x_BRANCH tags/DBCP_1_3_x_RCy  (where x is dot level, y is RC number)
-    svn cp trunk tags/DBCP_1_4_x_RC2
+    svn cp trunk tags/DBCP_1_4_x_RCy
     svn commit -m "Tagging 1.3.x RCy" tags/DBCP_1_3_x_RCy
     svn commit -m "Tagging 1.4.x RCy" tags/DBCP_1_4_x_RCy