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 2019/04/26 06:30:20 UTC

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

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 256e247  [SM-4046] Create OSGi bundle for docker-java 3.1.2
256e247 is described below

commit 256e247110142b5b4af8c27aaaa28da1c9ba2960
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Apr 26 08:29:34 2019 +0200

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

diff --git a/docker-java-3.1.1/pom.xml b/docker-java-3.1.2/pom.xml
similarity index 97%
rename from docker-java-3.1.1/pom.xml
rename to docker-java-3.1.2/pom.xml
index 1a438b2..c853676 100644
--- a/docker-java-3.1.1/pom.xml
+++ b/docker-java-3.1.2/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>13</version>
+        <version>14</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.docker-java</artifactId>
-    <version>3.1.1_2-SNAPSHOT</version>
+    <version>3.1.2_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.1.1</pkgVersion>
+        <pkgVersion>3.1.2</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.github.dockerjava
         </servicemix.osgi.export.pkg>
diff --git a/docker-java-3.1.1/src/main/resources/OSGI-INF/bundle.info b/docker-java-3.1.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from docker-java-3.1.1/src/main/resources/OSGI-INF/bundle.info
rename to docker-java-3.1.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 13aa4a6..a36e511 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,6 +120,7 @@
         <module>gae-1.9.73</module>
         <module>sparkjava-core-2.9.0</module>
         <module>hbase-2.1.4</module>
+        <module>docker-java-3.1.2</module>
     </modules>
 
 </project>