This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git
The following commit(s) were added to refs/heads/master by this push:
new 48919f794 SM-5792: Create OSGi bundle for spring-ldap 3.2.7
48919f794 is described below
commit 48919f794609f34dc4d2ca2caf726a055504a3f4
Author: JB Onofré <[email protected]>
AuthorDate: Fri Nov 15 10:59:01 2024 +0100
SM-5792: Create OSGi bundle for spring-ldap 3.2.7
---
pom.xml | 1 +
{spring-ldap-3.1.0 => spring-ldap-3.2.7}/pom.xml | 9 ++++-----
.../src/main/resources/OSGI-INF/bundle.info | 0
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 42603ec00..5cb51b2d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,6 +158,7 @@
<module>lucene-sandbox-10.0.0</module>
<module>aws-java-sdk-2.29.6</module>
<module>jedis-4.4.1</module>
+ <module>spring-ldap-3.2.7</module>
</modules>
</project>
diff --git a/spring-ldap-3.1.0/pom.xml b/spring-ldap-3.2.7/pom.xml
similarity index 97%
rename from spring-ldap-3.1.0/pom.xml
rename to spring-ldap-3.2.7/pom.xml
index 939fe1459..02b79f7db 100644
--- a/spring-ldap-3.1.0/pom.xml
+++ b/spring-ldap-3.2.7/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>15</version>
+ <version>16</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-ldap</artifactId>
- <version>3.1.0_2-SNAPSHOT</version>
+ <version>3.2.7_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: spring-ldap</name>
<description>This OSGi bundle wraps spring-ldap-core, spring-ldap-odm,
spring-ldap-ldif-core ${pkgVersion} jar files.</description>
@@ -39,13 +39,12 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
- <tag>HEAD</tag>
</scm>
<properties>
<pkgGroupId>org.springframework.ldap</pkgGroupId>
- <pkgVersion>3.1.0</pkgVersion>
-
<servicemix.osgi.source.version>3.1.0.1</servicemix.osgi.source.version>
+ <pkgVersion>3.2.7</pkgVersion>
+
<servicemix.osgi.source.version>3.2.7.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework;-split-package:=merge-first,
org.springframework.ldap
diff --git a/spring-ldap-3.1.0/src/main/resources/OSGI-INF/bundle.info
b/spring-ldap-3.2.7/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ldap-3.1.0/src/main/resources/OSGI-INF/bundle.info
rename to spring-ldap-3.2.7/src/main/resources/OSGI-INF/bundle.info