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 2020/05/26 08:38:35 UTC

[servicemix-bundles] branch master updated: [SM-4410] Create OSGi bundle for spring-ldap 2.3.3.RELEASE

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 f2e7793  [SM-4410] Create OSGi bundle for spring-ldap 2.3.3.RELEASE
f2e7793 is described below

commit f2e779337257c6ff768d8b85d47b17b2af983b13
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue May 26 10:38:02 2020 +0200

    [SM-4410] Create OSGi bundle for spring-ldap 2.3.3.RELEASE
---
 pom.xml                                                            | 1 +
 {spring-ldap-2.3.2.RELEASE => spring-ldap-2.3.3.RELEASE}/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 b80872f..f12b2ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,6 +136,7 @@
         <module>spring-batch-infrastructure-4.2.2.RELEASE</module>
         <module>conscrypt-openjdk-uber-2.4.0</module>
         <module>orbitz-consul-client-1.3.5</module>
+        <module>spring-ldap-2.3.3.RELEASE</module>
     </modules>
 
 </project>
diff --git a/spring-ldap-2.3.2.RELEASE/pom.xml b/spring-ldap-2.3.3.RELEASE/pom.xml
similarity index 98%
rename from spring-ldap-2.3.2.RELEASE/pom.xml
rename to spring-ldap-2.3.3.RELEASE/pom.xml
index 4fabe5a..cf783cd 100644
--- a/spring-ldap-2.3.2.RELEASE/pom.xml
+++ b/spring-ldap-2.3.3.RELEASE/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>13</version>
+        <version>14</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-ldap</artifactId>
-    <version>2.3.2.RELEASE_3-SNAPSHOT</version>
+    <version>2.3.3.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.2.RELEASE</pkgVersion>
+        <pkgVersion>2.3.3.RELEASE</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework.ldap
         </servicemix.osgi.export.pkg>
diff --git a/spring-ldap-2.3.2.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ldap-2.3.3.RELEASE/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ldap-2.3.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to spring-ldap-2.3.3.RELEASE/src/main/resources/OSGI-INF/bundle.info