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 0192c457f [SM-5576] Create OSGi bundle for libphonenumber 8.13.15
0192c457f is described below

commit 0192c457f1c8006d61784b8f57010202b092e1f3
Author: Jean-Baptiste Onofré <jbono...@apache.org>
AuthorDate: Tue Jul 4 07:07:24 2023 +0200

    [SM-5576] Create OSGi bundle for libphonenumber 8.13.15
---
 {libphonenumber-8.13.9 => libphonenumber-8.13.15}/pom.xml          | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 pom.xml                                                            | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libphonenumber-8.13.9/pom.xml b/libphonenumber-8.13.15/pom.xml
similarity index 95%
rename from libphonenumber-8.13.9/pom.xml
rename to libphonenumber-8.13.15/pom.xml
index 79108f279..bda4c17d2 100644
--- a/libphonenumber-8.13.9/pom.xml
+++ b/libphonenumber-8.13.15/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.libphonenumber</artifactId>
-    <version>8.13.9_2-SNAPSHOT</version>
+    <version>8.13.15_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -39,14 +39,13 @@
         
<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.googlecode.libphonenumber</pkgGroupId>
         <pkgArtifactId>libphonenumber</pkgArtifactId>
-        <pkgVersion>8.13.9</pkgVersion>
-        
<servicemix.osgi.source.version>8.13.9.1</servicemix.osgi.source.version>
+        <pkgVersion>8.13.15</pkgVersion>
+        
<servicemix.osgi.source.version>8.13.15.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             com.google.i18n.phonenumbers
         </servicemix.osgi.export.pkg>
diff --git a/libphonenumber-8.13.9/src/main/resources/OSGI-INF/bundle.info 
b/libphonenumber-8.13.15/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from libphonenumber-8.13.9/src/main/resources/OSGI-INF/bundle.info
rename to libphonenumber-8.13.15/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 7c10ab892..1194e3a2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,7 @@
       <module>asterisk-java-3.39.0</module>
       <module>google-cloud-pubsub-1.123.17</module>
       <module>antisamy-1.7.3</module>
+      <module>libphonenumber-8.13.15</module>
     </modules>
 
 </project>

Reply via email to