summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorYouming Ye <paulye@google.com>2019-07-01 16:13:49 -0700
committerpaulye <paulye@google.com>2019-07-01 16:15:43 -0700
commit8567c91641b10b471af4438e708948bfe9035815 (patch)
treef9eee08889de0fcee74c402cd3f9f14c6194dde6 /internal
parent2562545990455b6dfacfba6cbe54b3a3a644a7a1 (diff)
downloadlibphonenumber-8567c91641b10b471af4438e708948bfe9035815.tar.gz
version bump to 8.10.14
Bug: 135732097 Test: CTS and Vogar Change-Id: I91e197f9c6a094e95808567eccc85ddaf9d1cf18
Diffstat (limited to 'internal')
-rw-r--r--internal/prefixmapper/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/internal/prefixmapper/pom.xml b/internal/prefixmapper/pom.xml
index e04c748e..7e75f689 100644
--- a/internal/prefixmapper/pom.xml
+++ b/internal/prefixmapper/pom.xml
@@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>prefixmapper</artifactId>
- <version>2.119</version>
+ <version>2.120</version>
<packaging>jar</packaging>
<url>https://github.com/googlei18n/libphonenumber/</url>
<parent>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber-parent</artifactId>
- <version>8.10.13</version>
+ <version>8.10.14</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -27,7 +27,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
- <version>1.15</version>
<executions>
<execution>
<phase>test</phase>
@@ -51,7 +50,7 @@
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber</artifactId>
- <version>8.10.13</version>
+ <version>8.10.14</version>
</dependency>
</dependencies>