Repository: commons-release-plugin Updated Branches: refs/heads/1.2 4e2ccf5e7 -> 3c135e698
Upversion commons-release-plugin version to 1.1 for 1.2 release Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/3c135e69 Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/3c135e69 Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/3c135e69 Branch: refs/heads/1.2 Commit: 3c135e69842711fabc0542017d7c2992dade9d00 Parents: 4e2ccf5 Author: Rob Tompkins <chtom...@gmail.com> Authored: Mon Apr 2 08:21:01 2018 -0400 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Mon Apr 2 08:21:01 2018 -0400 ---------------------------------------------------------------------- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/3c135e69/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e5a0878..0f1bf01 100644 --- a/pom.xml +++ b/pom.xml @@ -371,7 +371,7 @@ <plugin> <groupId>org.apache.commons</groupId> <artifactId>commons-release-plugin</artifactId> - <version>${project.version}</version> + <version>1.1</version> <configuration> <distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/commons-release-plugin</distSvnStagingUrl> </configuration> @@ -390,6 +390,13 @@ <goal>compress-site</goal> </goals> </execution> + <execution> + <id>stage-distributions</id> + <phase>deploy</phase> + <goals> + <goal>stage-distributions</goal> + </goals> + </execution> </executions> </plugin> </plugins>