Repository: commons-collections Updated Branches: refs/heads/master 7aff78974 -> 13ba1cc91
(chore) adding commons-release-plugin properties to pom Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/13ba1cc9 Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/13ba1cc9 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/13ba1cc9 Branch: refs/heads/master Commit: 13ba1cc91ea441ab012fa4e9724fbca397f1b1cf Parents: 7aff789 Author: Rob Tompkins <[email protected]> Authored: Wed May 16 16:39:01 2018 -0400 Committer: Rob Tompkins <[email protected]> Committed: Wed May 16 16:39:01 2018 -0400 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/13ba1cc9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c66d822..ae1e11d 100644 --- a/pom.xml +++ b/pom.xml @@ -521,7 +521,8 @@ <!--Used to generate the VOTE file, and can optionally be used with Clirr and JAmpiCmp --> <commons.bc.version>4.1</commons.bc.version> - + <commons.release.isDistModule>true</commons.release.isDistModule> + <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/collections</commons.distSvnStagingUrl> <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName> <commons.releaseManagerKey>86FDC7E2A11262CB</commons.releaseManagerKey>
