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 2014/05/17 06:41:00 UTC

svn commit: r1595423 - in /commons/proper/dbcp/trunk: dbcp-RC.sh dbcp-pre-RC.sh dbcp-release.sh

Author: psteitz
Date: Sat May 17 04:41:00 2014
New Revision: 1595423

URL: http://svn.apache.org/r1595423
Log:
s/pool/dbcp in some comments.

Modified:
    commons/proper/dbcp/trunk/dbcp-RC.sh
    commons/proper/dbcp/trunk/dbcp-pre-RC.sh
    commons/proper/dbcp/trunk/dbcp-release.sh

Modified: commons/proper/dbcp/trunk/dbcp-RC.sh
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/dbcp-RC.sh?rev=1595423&r1=1595422&r2=1595423&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/dbcp-RC.sh (original)
+++ commons/proper/dbcp/trunk/dbcp-RC.sh Sat May 17 04:41:00 2014
@@ -15,7 +15,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 # -----------------------------------------------------------------------------
-# Generates a pool RC and publishes (a superset of) maven artifacts to Nexus.
+# Generates a dbcp RC and publishes (a superset of) maven artifacts to Nexus.
 # Should be run from top-level directory of a fresh checkout of the RC tag.
 #
 # Preconditions:

Modified: commons/proper/dbcp/trunk/dbcp-pre-RC.sh
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/dbcp-pre-RC.sh?rev=1595423&r1=1595422&r2=1595423&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/dbcp-pre-RC.sh (original)
+++ commons/proper/dbcp/trunk/dbcp-pre-RC.sh Sat May 17 04:41:00 2014
@@ -17,7 +17,7 @@
 # -----------------------------------------------------------------------------
 #
 # Shell script to update download page and release notes prior
-# to preparing a commons pool release candidate.
+# to preparing a commons dbcp release candidate.
 #
 # Note: RELEASE-NOTES.txt may need a little reformatting prior
 # to checkin.  Both RELEASE-NOTES.txt and the generated download

Modified: commons/proper/dbcp/trunk/dbcp-release.sh
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/dbcp-release.sh?rev=1595423&r1=1595422&r2=1595423&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/dbcp-release.sh (original)
+++ commons/proper/dbcp/trunk/dbcp-release.sh Sat May 17 04:41:00 2014
@@ -33,8 +33,8 @@
 # Set script variables
 version=2.0.1        # version being released
 last_version=2.0   # previous version, will be replaced in README.html
-rc_path=~/dbcp-rc  # checkout of https://dist.apache.org/repos/dist/dev/commons/pool
-release_path=~/dbcp-release #https://dist.apache.org/repos/dist/release/commons/pool
+rc_path=~/dbcp-rc  # checkout of https://dist.apache.org/repos/dist/dev/commons/dbcp
+release_path=~/dbcp-release #https://dist.apache.org/repos/dist/release/commons/dbcp
 #
 # Move release notes
 cp $rc_path/RELEASE-NOTES.txt $release_path