You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2022/06/29 19:04:24 UTC

[servicemix-bundles] branch master updated: [SM-5198] Create OSGi bundle for spring-ldap 2.4.1

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 f9549ac84 [SM-5198] Create OSGi bundle for spring-ldap 2.4.1
f9549ac84 is described below

commit f9549ac849190965e2c3e5e5c82f00796e0f1427
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Jun 29 21:03:55 2022 +0200

    [SM-5198] Create OSGi bundle for spring-ldap 2.4.1
---
 pom.xml                                                            | 1 +
 {spring-ldap-2.4.0 => spring-ldap-2.4.1}/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 07e476d83..0872b85af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,6 +87,7 @@
       <module>okio-3.2.0</module>
       <module>guava-31.1</module>
       <module>azure-messaging-eventhubs-5.12.1</module>
+      <module>spring-ldap-2.4.1</module>
     </modules>
 
 </project>
diff --git a/spring-ldap-2.4.0/pom.xml b/spring-ldap-2.4.1/pom.xml
similarity index 98%
rename from spring-ldap-2.4.0/pom.xml
rename to spring-ldap-2.4.1/pom.xml
index d6a107aa4..00bc63a11 100644
--- a/spring-ldap-2.4.0/pom.xml
+++ b/spring-ldap-2.4.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ldap</artifactId>
-    <version>2.4.0_2-SNAPSHOT</version>
+    <version>2.4.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <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 ${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>2.4.0</pkgVersion>
-	<servicemix.osgi.source.version>2.4.0.1</servicemix.osgi.source.version>
+        <pkgVersion>2.4.1</pkgVersion>
+	<servicemix.osgi.source.version>2.4.1.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework;-split-package:=merge-first,
             org.springframework.ldap
diff --git a/spring-ldap-2.4.0/src/main/resources/OSGI-INF/bundle.info b/spring-ldap-2.4.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ldap-2.4.0/src/main/resources/OSGI-INF/bundle.info
rename to spring-ldap-2.4.1/src/main/resources/OSGI-INF/bundle.info