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 c263f31d5 [SM-5574] Create OSGi bundle for spring-ldap 3.1.0
c263f31d5 is described below

commit c263f31d5aa2679192e8de872fee28592f550959
Author: Jean-Baptiste Onofré <jbono...@apache.org>
AuthorDate: Tue Jul 4 07:19:14 2023 +0200

    [SM-5574] Create OSGi bundle for spring-ldap 3.1.0
---
 pom.xml                                                            | 1 +
 {spring-ldap-3.0.1 => spring-ldap-3.1.0}/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 d8bfc90cc..b66b1578f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,7 @@
       <module>antisamy-1.7.3</module>
       <module>libphonenumber-8.13.15</module>
       <module>gae-2.0.16</module>
+      <module>spring-ldap-3.1.0</module>
     </modules>
 
 </project>
diff --git a/spring-ldap-3.0.1/pom.xml b/spring-ldap-3.1.0/pom.xml
similarity index 98%
rename from spring-ldap-3.0.1/pom.xml
rename to spring-ldap-3.1.0/pom.xml
index 95500105b..ce4f85b8a 100644
--- a/spring-ldap-3.0.1/pom.xml
+++ b/spring-ldap-3.1.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ldap</artifactId>
-    <version>3.0.1_2-SNAPSHOT</version>
+    <version>3.1.0_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.0.1</pkgVersion>
-        
<servicemix.osgi.source.version>3.0.1.1</servicemix.osgi.source.version>
+        <pkgVersion>3.1.0</pkgVersion>
+        
<servicemix.osgi.source.version>3.1.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.springframework;-split-package:=merge-first,
             org.springframework.ldap
diff --git a/spring-ldap-3.0.1/src/main/resources/OSGI-INF/bundle.info 
b/spring-ldap-3.1.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ldap-3.0.1/src/main/resources/OSGI-INF/bundle.info
rename to spring-ldap-3.1.0/src/main/resources/OSGI-INF/bundle.info

Reply via email to