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 ed9dff389 SM-5816: Create OSGi bundle for spring-ldap 3.2.10
ed9dff389 is described below
commit ed9dff389d3196aa4d1bfe3b2aa10d5de7204ece
Author: JB Onofré <[email protected]>
AuthorDate: Sun May 4 06:28:15 2025 +0200
SM-5816: Create OSGi bundle for spring-ldap 3.2.10
---
pom.xml | 1 +
{spring-ldap-3.2.7 => spring-ldap-3.2.10}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index d16375ac4..c549f471c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,6 +232,7 @@
<module>lucene-sandbox-10.2.0</module>
<module>xstream-1.4.21</module>
<module>opensearch-2.18.0</module>
+<module>spring-ldap-3.2.10</module>
</modules>
</project>
diff --git a/spring-ldap-3.2.7/pom.xml b/spring-ldap-3.2.10/pom.xml
similarity index 98%
rename from spring-ldap-3.2.7/pom.xml
rename to spring-ldap-3.2.10/pom.xml
index 9e644bb12..0cd8d2e8e 100644
--- a/spring-ldap-3.2.7/pom.xml
+++ b/spring-ldap-3.2.10/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-ldap</artifactId>
- <version>3.2.7_2-SNAPSHOT</version>
+ <version>3.2.10_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.2.7</pkgVersion>
-
<servicemix.osgi.source.version>3.2.7.1</servicemix.osgi.source.version>
+ <pkgVersion>3.2.10</pkgVersion>
+
<servicemix.osgi.source.version>3.2.10.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework;-split-package:=merge-first,
org.springframework.ldap
diff --git a/spring-ldap-3.2.7/src/main/resources/OSGI-INF/bundle.info
b/spring-ldap-3.2.10/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ldap-3.2.7/src/main/resources/OSGI-INF/bundle.info
rename to spring-ldap-3.2.10/src/main/resources/OSGI-INF/bundle.info