Repository: servicemix-bundles Updated Branches: refs/heads/master 9beca10dc -> f93cde217
[maven-release-plugin] prepare release org.apache.servicemix.bundles.ant-1.9.6_1 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/738e8dcd Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/738e8dcd Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/738e8dcd Branch: refs/heads/master Commit: 738e8dcd3369f27f9b110658c79e26d6b3528a12 Parents: 9beca10 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Jul 8 15:17:40 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Jul 8 15:17:40 2015 +0200 ---------------------------------------------------------------------- ant-1.9.6/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/738e8dcd/ant-1.9.6/pom.xml ---------------------------------------------------------------------- diff --git a/ant-1.9.6/pom.xml b/ant-1.9.6/pom.xml index 095f64a..9a97050 100644 --- a/ant-1.9.6/pom.xml +++ b/ant-1.9.6/pom.xml @@ -31,7 +31,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.ant</artifactId> <packaging>bundle</packaging> - <version>1.9.6_1-SNAPSHOT</version> + <version>1.9.6_1</version> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ant and ant-launcher ${pkgVersion} jar files.</description> @@ -111,4 +111,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>org.apache.servicemix.bundles.ant-1.9.6_1</tag> + </scm> </project>
