Cancel release
Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/4891d43d Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/4891d43d Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/4891d43d Branch: refs/heads/master Commit: 4891d43d9a1069fcce18df3fc385bd2db4d0473e Parents: 2b165cf Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Mar 23 14:32:19 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Mar 23 14:32:19 2015 +0100 ---------------------------------------------------------------------- bundles-pom/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/4891d43d/bundles-pom/pom.xml ---------------------------------------------------------------------- diff --git a/bundles-pom/pom.xml b/bundles-pom/pom.xml index 1e281e8..7ed09d0 100644 --- a/bundles-pom/pom.xml +++ b/bundles-pom/pom.xml @@ -31,7 +31,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> <packaging>pom</packaging> - <version>13-SNAPSHOT</version> + <version>12-SNAPSHOT</version> <name>Apache ServiceMix :: Bundles</name> <properties> @@ -87,7 +87,8 @@ <goals>deploy</goals> <arguments>-Prelease</arguments> <autoVersionSubmodules>true</autoVersionSubmodules> - <remoteTagging>false</remoteTagging> + <commitByProject>true</commitByProject> + <pushChanges>true</pushChanges> </configuration> </plugin> <plugin>
