Repository: servicemix-bundles Updated Branches: refs/heads/master e64e071e4 -> 443644428
[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/40a0c58e Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/40a0c58e Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/40a0c58e Branch: refs/heads/master Commit: 40a0c58eb8d6fb772334187d360f8fef34aa7642 Parents: e64e071 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Mar 23 13:55:29 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Mar 23 13:55:29 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/40a0c58e/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>
