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/08 16:38:27 UTC

commons-dbcp git commit: Remove commons.distSvnStagingUrl since is now set this value in commons-parent as of version 47.

Repository: commons-dbcp
Updated Branches:
  refs/heads/master 6738261a6 -> bae87d9b2


Remove commons.distSvnStagingUrl since is now set this value in
commons-parent as of version 47.

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

Branch: refs/heads/master
Commit: bae87d9b2cfc01a2c530d3642c796d0783e7a7da
Parents: 6738261
Author: Gary Gregory <ga...@gmail.com>
Authored: Sun Jul 8 10:38:24 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sun Jul 8 10:38:24 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/bae87d9b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6136dfa..fea887f 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-dbcp2</artifactId>
@@ -317,7 +317,6 @@
     <!-- Commons Release Plugin -->
     <commons.bc.version>2.4.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.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
     <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
   </properties>