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 1e3555b [SM-4778] Create OSGi bundle for spring-ldap 2.3.4.RELEASE
1e3555b is described below
commit 1e3555b3b077a4bb13253a924ee0f05ed1784dd1
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon May 24 18:10:59 2021 +0200
[SM-4778] Create OSGi bundle for spring-ldap 2.3.4.RELEASE
---
pom.xml | 1 +
{spring-ldap-2.3.3.RELEASE => spring-ldap-2.3.4.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 6817e5d..9152318 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,6 +91,7 @@
<module>pulsar-client-2.7.2</module>
<module>pulsar-client-admin-2.7.2</module>
<module>htmlunit-2.50.0</module>
+ <module>spring-ldap-2.3.4.RELEASE</module>
</modules>
</project>
diff --git a/spring-ldap-2.3.3.RELEASE/pom.xml
b/spring-ldap-2.3.4.RELEASE/pom.xml
similarity index 98%
rename from spring-ldap-2.3.3.RELEASE/pom.xml
rename to spring-ldap-2.3.4.RELEASE/pom.xml
index 4609235..e1d7c1c 100644
--- a/spring-ldap-2.3.3.RELEASE/pom.xml
+++ b/spring-ldap-2.3.4.RELEASE/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-ldap</artifactId>
- <version>2.3.3.RELEASE_3-SNAPSHOT</version>
+ <version>2.3.4.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.3.RELEASE</pkgVersion>
+ <pkgVersion>2.3.4.RELEASE</pkgVersion>
<servicemix.osgi.export.pkg>
org.springframework;-split-package:=merge-first,
org.springframework.ldap
diff --git a/spring-ldap-2.3.3.RELEASE/src/main/resources/OSGI-INF/bundle.info
b/spring-ldap-2.3.4.RELEASE/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-ldap-2.3.3.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to spring-ldap-2.3.4.RELEASE/src/main/resources/OSGI-INF/bundle.info