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 2022/03/06 18:09:23 UTC

[servicemix-bundles] branch master updated: [SM-5024] Create OSGi bundle for zookeeper 3.8.0

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 872c54a  [SM-5024] Create OSGi bundle for zookeeper 3.8.0
872c54a is described below

commit 872c54a8112b3725325d6f9945adb6d2af848cc9
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Mar 6 19:08:43 2022 +0100

    [SM-5024] Create OSGi bundle for zookeeper 3.8.0
---
 pom.xml                                      | 1 +
 {zookeeper-3.7.0 => zookeeper-3.8.0}/pom.xml | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 05583ed..25d4b52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,6 +61,7 @@
 	<module>spring-webflux-5.3.15</module>
 	<module>spring-webmvc-5.3.15</module>
 	<module>spring-websocket-5.3.15</module>
+	<module>zookeeper-3.8.0</module>
     </modules>
 
 </project>
diff --git a/zookeeper-3.7.0/pom.xml b/zookeeper-3.8.0/pom.xml
similarity index 97%
rename from zookeeper-3.7.0/pom.xml
rename to zookeeper-3.8.0/pom.xml
index 57d33d6..915bf70 100644
--- a/zookeeper-3.7.0/pom.xml
+++ b/zookeeper-3.8.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.zookeeper</artifactId>
-    <version>3.7.0_2-SNAPSHOT</version>
+    <version>3.8.0_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,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.apache.zookeeper</pkgGroupId>
-        <pkgVersion>3.7.0</pkgVersion>
+        <pkgVersion>3.8.0</pkgVersion>
         <servicemix.osgi.export>
             org.apache.zookeeper*,
             org.apache.jute*