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 6ab711574 [SM-5520] Create OSGi bundle for spring-ldap 3.0.1
6ab711574 is described below

commit 6ab711574c3f2a51b050e5eafeed30bd4b71cc7b
Author: JB Onofré <[email protected]>
AuthorDate: Tue Apr 11 17:45:27 2023 +0200

    [SM-5520] Create OSGi bundle for spring-ldap 3.0.1
---
 pom.xml                                                            | 1 +
 {spring-ldap-3.0.0 => spring-ldap-3.0.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 72eedf968..d8751cdf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,6 +121,7 @@
                        <module>docker-java-3.3.0</module>
                        <module>fastjson-2.0.26</module>
                        <module>libphonenumber-8.13.9</module>
+                       <module>spring-ldap-3.0.1</module>
     </modules>
 
 </project>
diff --git a/spring-ldap-3.0.0/pom.xml b/spring-ldap-3.0.1/pom.xml
similarity index 98%
rename from spring-ldap-3.0.0/pom.xml
rename to spring-ldap-3.0.1/pom.xml
index f77c010da..ac002e958 100644
--- a/spring-ldap-3.0.0/pom.xml
+++ b/spring-ldap-3.0.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ldap</artifactId>
-    <version>3.0.0_2-SNAPSHOT</version>
+    <version>3.0.1_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.0</pkgVersion>
-        
<servicemix.osgi.source.version>3.0.0.1</servicemix.osgi.source.version>
+        <pkgVersion>3.0.1</pkgVersion>
+        
<servicemix.osgi.source.version>3.0.1.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.0/src/main/resources/OSGI-INF/bundle.info 
b/spring-ldap-3.0.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ldap-3.0.0/src/main/resources/OSGI-INF/bundle.info
rename to spring-ldap-3.0.1/src/main/resources/OSGI-INF/bundle.info

Reply via email to