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/02/18 15:32:52 UTC

[servicemix-bundles] branch master updated: [SM-4317] Create OSGi bundle for Libphonenumber 8.11.4

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 5b70e5e  [SM-4317] Create OSGi bundle for Libphonenumber 8.11.4
5b70e5e is described below

commit 5b70e5ebdb442e9aac64aabf06652d581a9aafc6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 18 16:31:53 2020 +0100

    [SM-4317] Create OSGi bundle for Libphonenumber 8.11.4
---
 {libphonenumber-8.11.3 => libphonenumber-8.11.4}/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.3/pom.xml b/libphonenumber-8.11.4/pom.xml
similarity index 98%
rename from libphonenumber-8.11.3/pom.xml
rename to libphonenumber-8.11.4/pom.xml
index 18e5717..be85115 100644
--- a/libphonenumber-8.11.3/pom.xml
+++ b/libphonenumber-8.11.4/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.libphonenumber</artifactId>
-    <version>8.11.3_2-SNAPSHOT</version>
+    <version>8.11.4_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.3</pkgVersion>
+        <pkgVersion>8.11.4</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.google.i18n.phonenumbers
         </servicemix.osgi.export.pkg>
diff --git a/libphonenumber-8.11.3/src/main/resources/OSGI-INF/bundle.info b/libphonenumber-8.11.4/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from libphonenumber-8.11.3/src/main/resources/OSGI-INF/bundle.info
rename to libphonenumber-8.11.4/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index a49a53b..9b42899 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,7 @@
         <module>pulsar-client-2.5.0</module>
         <module>avro-1.9.2</module>
         <module>avro-ipc-1.9.2</module>
+        <module>libphonenumber-8.11.4</module>
     </modules>
 
 </project>