Repository: servicemix-bundles Updated Branches: refs/heads/master 320711752 -> 4891d43d9
Cancel 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/2b165cfe Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/2b165cfe Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/2b165cfe Branch: refs/heads/master Commit: 2b165cfe7094fc5c354cfd05eb680d8bbd5aadca Parents: 3207117 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Mar 23 14:19:43 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Mar 23 14:19:43 2015 +0100 ---------------------------------------------------------------------- spring-test-4.1.0.RELEASE/pom.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/2b165cfe/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 23c4907..ed09fe3 100644 --- a/spring-test-4.1.0.RELEASE/pom.xml +++ b/spring-test-4.1.0.RELEASE/pom.xml @@ -30,17 +30,10 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.spring-test</artifactId> - <version>4.1.0.RELEASE_6-SNAPSHOT</version> + <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> <pkgArtifactId>spring-test</pkgArtifactId>
