Repository: servicemix-bundles Updated Branches: refs/heads/master 2c18b0540 -> 1e9ed9a14
[maven-release-plugin] prepare release org.apache.servicemix.bundles.spring-test-4.1.0.RELEASE_5 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/609330e9 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/609330e9 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/609330e9 Branch: refs/heads/master Commit: 609330e9d4b7463542ab914e6a9ca5df91ff1379 Parents: 2c18b05 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Mar 23 14:54:38 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Mar 23 14:54:38 2015 +0100 ---------------------------------------------------------------------- spring-test-4.1.0.RELEASE/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/609330e9/spring-test-4.1.0.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-test-4.1.0.RELEASE/pom.xml b/spring-test-4.1.0.RELEASE/pom.xml index ed09fe3..846a33d 100644 --- a/spring-test-4.1.0.RELEASE/pom.xml +++ b/spring-test-4.1.0.RELEASE/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.spring-test</artifactId> - <version>4.1.0.RELEASE_5-SNAPSHOT</version> + <version>4.1.0.RELEASE_5</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> @@ -204,4 +204,8 @@ </plugins> </build> + + <scm> + <tag>org.apache.servicemix.bundles.spring-test-4.1.0.RELEASE_5</tag> + </scm> </project>
