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 de1390045 SM-5819: Create OSGi bundle for zookeeper 3.9.3
de1390045 is described below

commit de13900457422797ceb24fe00b3c9dfd436a9172
Author: JB Onofré <[email protected]>
AuthorDate: Sun May 4 06:46:48 2025 +0200

    SM-5819: Create OSGi bundle for zookeeper 3.9.3
---
 pom.xml                                      | 1 +
 {zookeeper-3.9.2 => zookeeper-3.9.3}/pom.xml | 7 +++----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3c9557bac..6eeb89183 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,6 +235,7 @@
 <module>spring-ldap-3.2.10</module>
 <module>opensaml-5.1.3</module>
 <module>elasticsearch-java-9.0.0</module>
+<module>zookeeper-3.9.3</module>
     </modules>
 
 </project>
diff --git a/zookeeper-3.9.2/pom.xml b/zookeeper-3.9.3/pom.xml
similarity index 96%
rename from zookeeper-3.9.2/pom.xml
rename to zookeeper-3.9.3/pom.xml
index ae06d6006..790dfca1d 100644
--- a/zookeeper-3.9.2/pom.xml
+++ b/zookeeper-3.9.3/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.zookeeper</artifactId>
-    <version>3.9.2_2-SNAPSHOT</version>
+    <version>3.9.3_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ZooKeeper</name>
     <description>This OSGi bundle wraps ZooKeeper and ZooKeeper JUTE 
${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.apache.zookeeper</pkgGroupId>
-        <pkgVersion>3.9.2</pkgVersion>
-                               
<servicemix.osgi.source.version>3.9.2.1</servicemix.osgi.source.version>
+        <pkgVersion>3.9.3</pkgVersion>
+                               
<servicemix.osgi.source.version>3.9.3.1</servicemix.osgi.source.version>
         <servicemix.osgi.export>
             org.apache.zookeeper*,
             org.apache.jute*

Reply via email to