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 469ab6fd5 [SM-5124] Create OSGi bundle for spring-ldap 2.3.7.RELEASE
469ab6fd5 is described below

commit 469ab6fd5f9ea8304a5a996bdff4503ad381bf76
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Thu Apr 28 10:04:30 2022 +0200

    [SM-5124] Create OSGi bundle for spring-ldap 2.3.7.RELEASE
---
 pom.xml                                                              | 1 +
 {spring-ldap-2.3.6.RELEASE => spring-ldap-2.3.7.RELEASE}/pom.xml     | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e21e7db9f..e057afa75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,6 +123,7 @@
       <module>jedis-4.2.2</module>
       <module>braintree-java-3.15.0</module>
       <module>postgresql-42.3.4</module>
+      <module>spring-ldap-2.3.7.RELEASE</module>
     </modules>
 
 </project>
diff --git a/spring-ldap-2.3.6.RELEASE/pom.xml 
b/spring-ldap-2.3.7.RELEASE/pom.xml
similarity index 98%
rename from spring-ldap-2.3.6.RELEASE/pom.xml
rename to spring-ldap-2.3.7.RELEASE/pom.xml
index 917e85d0c..8a6ae8e5f 100644
--- a/spring-ldap-2.3.6.RELEASE/pom.xml
+++ b/spring-ldap-2.3.7.RELEASE/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ldap</artifactId>
-    <version>2.3.6.RELEASE_2-SNAPSHOT</version>
+    <version>2.3.7.RELEASE_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, 
spring-ldap-ldif-batch ${pkgVersion} jar files.</description>
@@ -39,12 +39,11 @@
         
<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.3.6.RELEASE</pkgVersion>
+        <pkgVersion>2.3.7.RELEASE</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework;-split-package:=merge-first,
             org.springframework.ldap
diff --git a/spring-ldap-2.3.6.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/spring-ldap-2.3.7.RELEASE/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ldap-2.3.6.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to spring-ldap-2.3.7.RELEASE/src/main/resources/OSGI-INF/bundle.info

Reply via email to