Remove commons.distSvnStagingUrl since is now set this value in
commons-parent as of version 47.
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>