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 86e31a3 [SM-4126] Create OSGi bundle for Libphonenumber 8.10.15
86e31a3 is described below
commit 86e31a33fb6c2443796290202948a645443edb33
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Jul 16 09:26:48 2019 +0200
[SM-4126] Create OSGi bundle for Libphonenumber 8.10.15
---
{libphonenumber-8.10.13 => libphonenumber-8.10.15}/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.10.13/pom.xml b/libphonenumber-8.10.15/pom.xml
similarity index 98%
rename from libphonenumber-8.10.13/pom.xml
rename to libphonenumber-8.10.15/pom.xml
index 22d2ce9..9ffdffb 100644
--- a/libphonenumber-8.10.13/pom.xml
+++ b/libphonenumber-8.10.15/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.libphonenumber</artifactId>
- <version>8.10.13_2-SNAPSHOT</version>
+ <version>8.10.15_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.10.13</pkgVersion>
+ <pkgVersion>8.10.15</pkgVersion>
<servicemix.osgi.export.pkg>
com.google.i18n.phonenumbers
</servicemix.osgi.export.pkg>
diff --git a/libphonenumber-8.10.13/src/main/resources/OSGI-INF/bundle.info
b/libphonenumber-8.10.15/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from libphonenumber-8.10.13/src/main/resources/OSGI-INF/bundle.info
rename to libphonenumber-8.10.15/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 2bc0389..75e219e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,7 @@
<module>pulsar-client-2.4.0</module>
<module>pulsar-client-admin-2.4.0</module>
<module>grpc-1.22.0</module>
+ <module>libphonenumber-8.10.15</module>
</modules>
</project>