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 e46a87d86 SM-5712: create OSGi bundle for zookeeper 3.9.2
e46a87d86 is described below

commit e46a87d86387087c456bee89c09b681cfa9f1772
Author: JB Onofré <[email protected]>
AuthorDate: Fri May 10 18:58:00 2024 +0200

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

diff --git a/pom.xml b/pom.xml
index bc4b0e9a3..18bf77133 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,6 +160,7 @@
       <module>spring-security-web-6.2.1</module>
       <module>solr-solrj-9.6.0</module>
       <module>docker-java-3.3.6</module>
+      <module>zookeeper-3.9.2</module>
     </modules>
 
 </project>
diff --git a/zookeeper-3.9.1/pom.xml b/zookeeper-3.9.2/pom.xml
similarity index 96%
rename from zookeeper-3.9.1/pom.xml
rename to zookeeper-3.9.2/pom.xml
index a16cbca4d..d7da54749 100644
--- a/zookeeper-3.9.1/pom.xml
+++ b/zookeeper-3.9.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.zookeeper</artifactId>
-    <version>3.9.1_2-SNAPSHOT</version>
+    <version>3.9.2_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.1</pkgVersion>
-                               
<servicemix.osgi.source.version>3.9.1.1</servicemix.osgi.source.version>
+        <pkgVersion>3.9.2</pkgVersion>
+                               
<servicemix.osgi.source.version>3.9.2.1</servicemix.osgi.source.version>
         <servicemix.osgi.export>
             org.apache.zookeeper*,
             org.apache.jute*

Reply via email to