Repository: commons-dbcp Updated Branches: refs/heads/master 8f71f628b -> 167035630
Use the Commons Release Plugin. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/16703563 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/16703563 Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/16703563 Branch: refs/heads/master Commit: 167035630f778bd74df976bc46b228a3deb2a99d Parents: 8f71f62 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Mon May 7 22:03:54 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Mon May 7 22:03:54 2018 -0600 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/16703563/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0016a01..0e2a120 100644 --- a/pom.xml +++ b/pom.xml @@ -222,6 +222,8 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.target>1.7</maven.compiler.target> + <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/dbcp/</commons.distSvnStagingUrl> + <commons.release.isDistModule>true</commons.release.isDistModule> <commons.componentid>dbcp2</commons.componentid> <commons.module.name>org.apache.commons.dbcp2</commons.module.name> <commons.release.version>2.3.0</commons.release.version>