You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ac...@apache.org on 2020/01/28 11:59:18 UTC

[servicemix-bundles] branch master updated: [SM-4289] Create OSGi bundles for Libphonenumber 8.11.2

This is an automated email from the ASF dual-hosted git repository.

acosentino 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 edef663  [SM-4289] Create OSGi bundles for Libphonenumber 8.11.2
edef663 is described below

commit edef663359c88ed222bdfd058e28292c25e414b1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 28 12:58:49 2020 +0100

    [SM-4289] Create OSGi bundles for Libphonenumber 8.11.2
---
 {libphonenumber-8.11.1 => libphonenumber-8.11.2}/pom.xml              | 4 ++--
 .../src/main/resources/OSGI-INF/bundle.info                           | 0
 pom.xml                                                               | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/libphonenumber-8.11.1/pom.xml b/libphonenumber-8.11.2/pom.xml
similarity index 98%
rename from libphonenumber-8.11.1/pom.xml
rename to libphonenumber-8.11.2/pom.xml
index c134bce..1f81072 100644
--- a/libphonenumber-8.11.1/pom.xml
+++ b/libphonenumber-8.11.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.libphonenumber</artifactId>
-    <version>8.11.1_2-SNAPSHOT</version>
+    <version>8.11.2_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.googlecode.libphonenumber</pkgGroupId>
         <pkgArtifactId>libphonenumber</pkgArtifactId>
-        <pkgVersion>8.11.1</pkgVersion>
+        <pkgVersion>8.11.2</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.google.i18n.phonenumbers
         </servicemix.osgi.export.pkg>
diff --git a/libphonenumber-8.11.1/src/main/resources/OSGI-INF/bundle.info b/libphonenumber-8.11.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from libphonenumber-8.11.1/src/main/resources/OSGI-INF/bundle.info
rename to libphonenumber-8.11.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 9992b81..dc63fbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,7 @@
        <module>pulsar-client-2.5.0</module>
        <module>pulsar-client-admin-2.5.0</module>
        <module>jt400-10.2</module>
+       <module>libphonenumber-8.11.2</module>
     </modules>
 
 </project>