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/05/16 13:51:33 UTC

[servicemix-bundles] branch master updated: [SM-4068] Create OSGi bundle for orbitz-consul-client 1.3.3

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 f3709f4  [SM-4068] Create OSGi bundle for orbitz-consul-client 1.3.3
     new ef8caab  Merge pull request #136 from johnpoth/SM-4068
f3709f4 is described below

commit f3709f465eade8ef246fcdfa4aac049a85b868e4
Author: jpoth <po...@gmail.com>
AuthorDate: Thu May 16 15:23:00 2019 +0200

    [SM-4068] Create OSGi bundle for orbitz-consul-client 1.3.3
---
 {orbitz-consul-client-1.2.5 => orbitz-consul-client-1.3.3}/pom.xml    | 4 ++--
 .../src/main/resources/OSGI-INF/bundle.info                           | 0
 pom.xml                                                               | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/orbitz-consul-client-1.2.5/pom.xml b/orbitz-consul-client-1.3.3/pom.xml
similarity index 98%
rename from orbitz-consul-client-1.2.5/pom.xml
rename to orbitz-consul-client-1.3.3/pom.xml
index ca61655..a1e7157 100644
--- a/orbitz-consul-client-1.2.5/pom.xml
+++ b/orbitz-consul-client-1.3.3/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.orbitz-consul-client</artifactId>
-    <version>1.2.5_2-SNAPSHOT</version>
+    <version>1.3.3_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -45,7 +45,7 @@
     <properties>
         <pkgGroupId>com.orbitz.consul</pkgGroupId>
         <pkgArtifactId>consul-client</pkgArtifactId>
-        <pkgVersion>1.2.5</pkgVersion>
+        <pkgVersion>1.3.3</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.orbitz.consul.*;-noimport:=true
         </servicemix.osgi.export.pkg>
diff --git a/orbitz-consul-client-1.2.5/src/main/resources/OSGI-INF/bundle.info b/orbitz-consul-client-1.3.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from orbitz-consul-client-1.2.5/src/main/resources/OSGI-INF/bundle.info
rename to orbitz-consul-client-1.3.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 3ae99e4..04138fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
     <name>Apache ServiceMix :: Bundles</name>
 
     <modules>
+       <module>orbitz-consul-client-1.3.3</module>
        <module>saxon-9.9.1-3</module>
     </modules>