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 cfdb8d03d [SM-5526] Create OSGi bundle for zookeeper 3.8.1
cfdb8d03d is described below
commit cfdb8d03d39558e0018c533ca4dc1ff712adb736
Author: JB Onofré <[email protected]>
AuthorDate: Tue Apr 11 16:37:21 2023 +0200
[SM-5526] Create OSGi bundle for zookeeper 3.8.1
---
pom.xml | 1 +
{zookeeper-3.8.0 => zookeeper-3.8.1}/pom.xml | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index e408e14bb..245d8875e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,6 +115,7 @@
<module>gae-2.0.12</module>
<module>postgresql-42.6.0</module>
<module>grpc-1.54.0</module>
+ <module>zookeeper-3.8.1</module>
</modules>
</project>
diff --git a/zookeeper-3.8.0/pom.xml b/zookeeper-3.8.1/pom.xml
similarity index 96%
rename from zookeeper-3.8.0/pom.xml
rename to zookeeper-3.8.1/pom.xml
index 53f841eea..1cb96cdd2 100644
--- a/zookeeper-3.8.0/pom.xml
+++ b/zookeeper-3.8.1/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>14</version>
+ <version>15</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.zookeeper</artifactId>
- <version>3.8.0_2-SNAPSHOT</version>
+ <version>3.8.1_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,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.8.0</pkgVersion>
+ <pkgVersion>3.8.1</pkgVersion>
+
<servicemix.osgi.source.version>3.8.1.1</servicemix.osgi.source.version>
<servicemix.osgi.export>
org.apache.zookeeper*,
org.apache.jute*