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 2021/06/28 12:04:55 UTC

[servicemix-bundles] branch master updated: [SM-4800] Create OSGi bundle for docker-java 3.2.10

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 2900c81  [SM-4800] Create OSGi bundle for docker-java 3.2.10
2900c81 is described below

commit 2900c8153d2e0cb49a7f8050e8c6a02306b1acdd
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Jun 28 14:04:22 2021 +0200

    [SM-4800] Create OSGi bundle for docker-java 3.2.10
---
 {docker-java-3.2.8 => docker-java-3.2.10}/pom.xml                    | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 pom.xml                                                              | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker-java-3.2.8/pom.xml b/docker-java-3.2.10/pom.xml
similarity index 97%
rename from docker-java-3.2.8/pom.xml
rename to docker-java-3.2.10/pom.xml
index 688825d..12c15ee 100644
--- a/docker-java-3.2.8/pom.xml
+++ b/docker-java-3.2.10/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.docker-java</artifactId>
-    <version>3.2.8_2-SNAPSHOT</version>
+    <version>3.2.10_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</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>com.github.docker-java</pkgGroupId>
         <pkgArtifactId>docker-java</pkgArtifactId>
-        <pkgVersion>3.2.8</pkgVersion>
+        <pkgVersion>3.2.10</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.github.dockerjava
         </servicemix.osgi.export.pkg>
diff --git a/docker-java-3.2.8/src/main/resources/OSGI-INF/bundle.info b/docker-java-3.2.10/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from docker-java-3.2.8/src/main/resources/OSGI-INF/bundle.info
rename to docker-java-3.2.10/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 0cbe836..8b165a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,7 @@
       <module>spring-data-redis-2.5.2</module>
       <module>hbase-2.4.4</module>
       <module>bcpg-jdk15on-1.69</module>
+      <module>docker-java-3.2.10</module>
       <module>azure-messaging-eventhubs-checkpointstore-blob-1.8.0</module>
       <module>azure-storage-common-12.12.0</module>
       <module>azure-messaging-eventhubs-5.8.0</module>