Repository: servicemix-bundles Updated Branches: refs/heads/master ef340352f -> f3ee7dc12
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/f3ee7dc1 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/f3ee7dc1 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/f3ee7dc1 Branch: refs/heads/master Commit: f3ee7dc12fd30b8a4a170d630eefaa4a4dbed858 Parents: ef34035 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat Nov 28 11:49:52 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat Nov 28 11:49:52 2015 +0100 ---------------------------------------------------------------------- pom.xml | 16 ---------------- spring-ldap-1.3.2.RELEASE/pom.xml | 9 ++++++++- 2 files changed, 8 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/f3ee7dc1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 12819f8..62af4da 100644 --- a/pom.xml +++ b/pom.xml @@ -43,22 +43,6 @@ <modules> <!-- add modules for all bundles to released in the next batch here --> - <module>cglib-3.2.0</module> - <module>aws-java-sdk-1.10.30</module> - <module>aws-java-sdk-1.10.31</module> - <module>aws-java-sdk-1.10.32</module> - <module>aws-java-sdk-1.10.33</module> - <module>aws-java-sdk-1.10.34</module> - <module>aws-java-sdk-1.10.35</module> - <module>aws-java-sdk-1.10.36</module> - <module>aws-java-sdk-1.10.37</module> - <module>ognl-3.1.1</module> - <module>elasticsearch-2.0.0</module> - <module>elasticsearch-2.1.0</module> - <module>olingo-odata2-core-2.0.5</module> - <module>olingo-odata2-api-2.0.5</module> - <module>facebook4j-2.3.1</module> - <module>facebook4j-2.3.2</module> <module>spring-ldap-1.3.2.RELEASE</module> <module>spring-ldap-2.0.0.RELEASE</module> <module>spring-ldap-2.0.1.RELEASE</module> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/f3ee7dc1/spring-ldap-1.3.2.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-ldap-1.3.2.RELEASE/pom.xml b/spring-ldap-1.3.2.RELEASE/pom.xml index ea0b23f..be87a6f 100644 --- a/spring-ldap-1.3.2.RELEASE/pom.xml +++ b/spring-ldap-1.3.2.RELEASE/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>10</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>1.3.2.RELEASE</pkgVersion>
