Repository: servicemix-bundles Updated Branches: refs/heads/master fb366ba25 -> b3cd65b81
[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/11d1ff26 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/11d1ff26 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/11d1ff26 Branch: refs/heads/master Commit: 11d1ff261e7aefdef86e42d713561a5765736022 Parents: fb366ba Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Mar 23 14:06:02 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Mar 23 14:06:02 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/11d1ff26/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 9126b29..63cd6e6 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> @@ -203,4 +203,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>org.apache.servicemix.bundles.spring-test-4.1.0.RELEASE_5</tag> + </scm> </project>
