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 2021/08/31 05:49:35 UTC

[servicemix-bundles] branch master updated: [SM-4880] Create OSGi bundle for libphonenumber 8.12.31

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 4fb939d  [SM-4880] Create OSGi bundle for libphonenumber 8.12.31
4fb939d is described below

commit 4fb939db8f344685139cbb42752cfa459d67c750
Author: jbonofre <jb...@apache.org>
AuthorDate: Tue Aug 31 07:49:05 2021 +0200

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

diff --git a/libphonenumber-8.12.29/pom.xml b/libphonenumber-8.12.31/pom.xml
similarity index 98%
rename from libphonenumber-8.12.29/pom.xml
rename to libphonenumber-8.12.31/pom.xml
index 4bd3cbb..9f3a67f 100644
--- a/libphonenumber-8.12.29/pom.xml
+++ b/libphonenumber-8.12.31/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.libphonenumber</artifactId>
-    <version>8.12.29_1-SNAPSHOT</version>
+    <version>8.12.31_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -44,7 +44,7 @@
     <properties>
         <pkgGroupId>com.googlecode.libphonenumber</pkgGroupId>
         <pkgArtifactId>libphonenumber</pkgArtifactId>
-        <pkgVersion>8.12.29</pkgVersion>
+        <pkgVersion>8.12.31</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.google.i18n.phonenumbers
         </servicemix.osgi.export.pkg>
diff --git a/libphonenumber-8.12.29/src/main/resources/OSGI-INF/bundle.info b/libphonenumber-8.12.31/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from libphonenumber-8.12.29/src/main/resources/OSGI-INF/bundle.info
rename to libphonenumber-8.12.31/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index e877ab1..4ed29f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
 
     <modules>
       	<module>azure-storage-blob-changefeed-12.0.0-beta8</module>
-	      <module>libphonenumber-8.12.29</module>
+	      <module>libphonenumber-8.12.31</module>
 	      <module>commons-compiler-3.1.6</module>
 	      <module>htmlunit-2.52.0</module>
 	      <module>aws-java-sdk-1.12.42</module>