summaryrefslogtreecommitdiff
path: root/carrier/pom.xml
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-01-14 12:20:41 +0000
committerPaul Duffin <paulduffin@google.com>2019-01-14 12:20:41 +0000
commitf27187a9ba3e8c09a4d9b2ecc57cc7132d94c1fc (patch)
tree75b2c314912bfdd560d501ae384aeafcf92c0f70 /carrier/pom.xml
parentd99bfa4953f12d8e79e45d46f43bcfe50f2cb50e (diff)
downloadlibphonenumber-f27187a9ba3e8c09a4d9b2ecc57cc7132d94c1fc.tar.gz
Upgrade to 8.10.3
Created using ./update-from-external.sh 8.10.3 m -j32 droid adb reboot bootloader fastboot flashall -w m -j32 cts cts-tradefed run cts -m CtsTelephonyTestCases -t android.telephony.cts.PhoneNumberUtilsTest m -j32 libphonenumber-test vogar dx vogar --timeout 0 \ --classpath ${ANDROID_BUILD_TOP}/out/target/common/obj/JAVA_LIBRARIES/libphonenumber-test_intermediates/classes.jar \ com.google.i18n.phonenumbers Bug: 120045955 Test: see above Change-Id: If633f16b8a29d00caaf973f5f8a31f2d6feead69
Diffstat (limited to 'carrier/pom.xml')
-rw-r--r--carrier/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/carrier/pom.xml b/carrier/pom.xml
index 1dd81aa3..b97f0bd6 100644
--- a/carrier/pom.xml
+++ b/carrier/pom.xml
@@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>carrier</artifactId>
- <version>1.95</version>
+ <version>1.99</version>
<packaging>jar</packaging>
<url>https://github.com/googlei18n/libphonenumber/</url>
<parent>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber-parent</artifactId>
- <version>8.9.16</version>
+ <version>8.10.3</version>
</parent>
<build>
@@ -56,12 +56,12 @@
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber</artifactId>
- <version>8.9.16</version>
+ <version>8.10.3</version>
</dependency>
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>prefixmapper</artifactId>
- <version>2.105</version>
+ <version>2.109</version>
</dependency>
</dependencies>