Repository: servicemix-bundles Updated Branches: refs/heads/master 35c0c95d0 -> 541ba4702
[maven-release-plugin] prepare release bundles-pom-12 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/541ba470 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/541ba470 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/541ba470 Branch: refs/heads/master Commit: 541ba470211b6f1908ca615268a1c8699aedbd0c Parents: 35c0c95 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Mar 23 14:45:48 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Mar 23 14:45:48 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/541ba470/bundles-pom/pom.xml ---------------------------------------------------------------------- diff --git a/bundles-pom/pom.xml b/bundles-pom/pom.xml index 51d6d85..7e943a1 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>12-SNAPSHOT</version> + <version>12</version> <name>Apache ServiceMix :: Bundles</name> <properties> @@ -60,7 +60,8 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - </scm> + <tag>bundles-pom-12</tag> + </scm> <build> <defaultGoal>install</defaultGoal>
