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 b0993c5  [SM-4895] Create OSGi bundle for docker-java 3.2.12
b0993c5 is described below

commit b0993c5e8bb95ec64f3194a71461ed092fd28855
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Sep 28 13:47:44 2021 +0200

    [SM-4895] Create OSGi bundle for docker-java 3.2.12
---
 {docker-java-3.2.11 => docker-java-3.2.12}/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.11/pom.xml b/docker-java-3.2.12/pom.xml
similarity index 97%
rename from docker-java-3.2.11/pom.xml
rename to docker-java-3.2.12/pom.xml
index dfa2eae..50f79ab 100644
--- a/docker-java-3.2.11/pom.xml
+++ b/docker-java-3.2.12/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.docker-java</artifactId>
-    <version>3.2.11_2-SNAPSHOT</version>
+    <version>3.2.12_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.11</pkgVersion>
+        <pkgVersion>3.2.12</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.github.dockerjava
         </servicemix.osgi.export.pkg>
diff --git a/docker-java-3.2.11/src/main/resources/OSGI-INF/bundle.info 
b/docker-java-3.2.12/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from docker-java-3.2.11/src/main/resources/OSGI-INF/bundle.info
rename to docker-java-3.2.12/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 2cba0e6..8d10c2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,7 @@
        <module>jt400-10.7</module>
        <module>bazaarvoice-jolt-0.1.5</module>
        <module>janusgraph-core-0.6.0</module>
+       <module>docker-java-3.2.12</module>
     </modules>
 
 </project>

Reply via email to