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/05/29 22:29:40 UTC

commons-pool git commit: Allow for more than one concurrent RC with commons.distSvnStagingUrl.

Repository: commons-pool
Updated Branches:
  refs/heads/master bafc54386 -> e387ffcaa


Allow for more than one concurrent RC with commons.distSvnStagingUrl.

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

Branch: refs/heads/master
Commit: e387ffcaa4e66620e55c6abb4f9b8d2089533073
Parents: bafc543
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue May 29 16:29:37 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue May 29 16:29:37 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/e387ffca/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 44ed977..2904bbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,7 @@
     <!-- 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.distSvnStagingUrl>
+    <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>