Repository: servicemix-bundles Updated Branches: refs/heads/master 2dbe1858a -> d1af84909
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/d1af8490 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/d1af8490 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/d1af8490 Branch: refs/heads/master Commit: d1af849092f59d1ef282adf345b649ebbd8bff35 Parents: 2dbe185 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat Nov 28 13:08:21 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat Nov 28 13:08:21 2015 +0100 ---------------------------------------------------------------------- spring-ldap-2.0.1.RELEASE/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/d1af8490/spring-ldap-2.0.1.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-ldap-2.0.1.RELEASE/pom.xml b/spring-ldap-2.0.1.RELEASE/pom.xml index 5af2bfa..529fe53 100644 --- a/spring-ldap-2.0.1.RELEASE/pom.xml +++ b/spring-ldap-2.0.1.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.1.RELEASE</pkgVersion>
