You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/07/06 22:57:40 UTC

[4/6] commons-pool git commit: Prepare for 2.6.0.

Prepare for 2.6.0.

Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/281258e5
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/281258e5
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/281258e5

Branch: refs/heads/master
Commit: 281258e546f761a00e3379d7db4d6744e721d3c3
Parents: a71cbc9
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue Jul 3 18:07:52 2018 -0400
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Jul 3 18:07:52 2018 -0400

----------------------------------------------------------------------
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/281258e5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 975f148..e2078a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>46</version>
+    <version>47</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-pool2</artifactId>
@@ -177,7 +177,6 @@
     <!-- Commons Release Plugin -->
     <commons.bc.version>2.5.0</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
-    <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}/${commons.release.version}-${commons.rc.version}</commons.distSvnStagingUrl>    
     <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
     <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
   </properties>