Repository: curator Updated Branches: refs/heads/CURATOR-118 [created] 5df92bf88
CURATOR-118 Add config to release plugin Auto-version submodules because they should all be the same version. Add tag template to match the existing precedent. Don't push tag until it's been voted on. Use local checkout to save on bandwidth. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/6e184ca0 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/6e184ca0 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/6e184ca0 Branch: refs/heads/CURATOR-118 Commit: 6e184ca00c3f5600b7130a2a9b47834e4025ef3f Parents: c358bbc Author: Mike Drob <[email protected]> Authored: Wed Jul 9 10:52:41 2014 -0500 Committer: Mike Drob <[email protected]> Committed: Wed Jul 9 10:52:41 2014 -0500 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/6e184ca0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a18204c..d0cd6c4 100644 --- a/pom.xml +++ b/pom.xml @@ -559,6 +559,12 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>${maven-release-plugin-version}</version> + <configuration> + <autoVersionSubmodules>true</autoVersionSubmodules> + <tagNameFormat>${artifactID}-@{project.version}</tagNameFormat> + <pushChanges>false</pushChanges> + <localCheckout>true</localCheckout> + </configuration> </plugin> <plugin>
