Test git based release
Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/f7a6dbb5 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/f7a6dbb5 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/f7a6dbb5 Branch: refs/heads/master Commit: f7a6dbb5df8dd64b3f78b23e1b3970cbb197bb31 Parents: 35e5636 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Mar 5 08:05:37 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Mar 5 08:05:37 2015 +0100 ---------------------------------------------------------------------- spring-test-4.1.0.RELEASE/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/f7a6dbb5/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 fbbcc03..44928f2 100644 --- a/spring-test-4.1.0.RELEASE/pom.xml +++ b/spring-test-4.1.0.RELEASE/pom.xml @@ -33,6 +33,13 @@ <version>4.1.0.RELEASE_5-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> + + <scm> + <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> + <tag>HEAD</tag> + </scm> <properties> <pkgGroupId>org.springframework</pkgGroupId>
