Repository: servicemix-bundles Updated Branches: refs/heads/master 7df7e118b -> d4cbb32f0
Upgrade to bundles-pom 12 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/d4cbb32f Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/d4cbb32f Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/d4cbb32f Branch: refs/heads/master Commit: d4cbb32f0b31c46c425553e44aec5c1658cc790c Parents: 7df7e11 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun Nov 29 07:51:15 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun Nov 29 07:51:15 2015 +0100 ---------------------------------------------------------------------- spring-ldap-2.0.2.RELEASE/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/d4cbb32f/spring-ldap-2.0.2.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-ldap-2.0.2.RELEASE/pom.xml b/spring-ldap-2.0.2.RELEASE/pom.xml index 1ff6124..bc61ba6 100644 --- a/spring-ldap-2.0.2.RELEASE/pom.xml +++ b/spring-ldap-2.0.2.RELEASE/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>11</version> + <version>12</version> <relativePath>../bundles-pom/pom.xml</relativePath> </parent> @@ -35,6 +35,13 @@ <name>Apache ServiceMix :: Bundles :: spring-ldap</name> <description>This OSGi bundle wraps spring-ldap-core, spring-ldap-core-tiger, spring-ldap-odm, spring-ldap-ldif-core, spring-ldap-ldif-batch ${pkgVersion} jar files.</description> + <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.ldap</pkgGroupId> <pkgVersion>2.0.2.RELEASE</pkgVersion>
