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/11/27 06:43:18 UTC

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

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 24da58c53 [SM-5407] Create OSGi bundle for docker-java 3.2.14
24da58c53 is described below

commit 24da58c53c3ee09cf1f665706b308f869ea7c4cb
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Nov 27 07:42:51 2022 +0100

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

diff --git a/docker-java-3.2.13/pom.xml b/docker-java-3.2.14/pom.xml
similarity index 95%
rename from docker-java-3.2.13/pom.xml
rename to docker-java-3.2.14/pom.xml
index 026d1bd43..b0acd597b 100644
--- a/docker-java-3.2.13/pom.xml
+++ b/docker-java-3.2.14/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.docker-java</artifactId>
-    <version>3.2.13_2-SNAPSHOT</version>
+    <version>3.2.14_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,13 @@
         <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.13</pkgVersion>
+        <pkgVersion>3.2.14</pkgVersion>
+        <servicemix.osgi.source.version>3.2.14.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             com.github.dockerjava
         </servicemix.osgi.export.pkg>
diff --git a/docker-java-3.2.13/src/main/resources/OSGI-INF/bundle.info b/docker-java-3.2.14/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from docker-java-3.2.13/src/main/resources/OSGI-INF/bundle.info
rename to docker-java-3.2.14/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 53606b235..1ee4857e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,7 @@
       <module>dnsjava-3.5.2</module>
       <module>azure-core-http-okhttp-1.11.4</module>
       <module>solr-solrj-9.1.0</module>
+      <module>ocker-java-3.2.14</module>
     </modules>
 
 </project>