summaryrefslogtreecommitdiff
path: root/carrier/pom.xml
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-04-03 13:56:35 +0100
committerNarayan Kamath <narayan@google.com>2015-04-03 13:56:35 +0100
commit7491c3442ffdba4a604c18a7a853590a3b32fcfc (patch)
tree0e3807a493a1e6d8eca81968bfba60680dd0bf90 /carrier/pom.xml
parenta1226563961af54d8c70422c412fc8f5436fae2b (diff)
downloadlibphonenumber-7491c3442ffdba4a604c18a7a853590a3b32fcfc.tar.gz
Update libphonenumber to v7.0.4
bug: 19927709 Change-Id: I57c9c219c85a4e2dc7cb20a5f7f93d26cad885f5
Diffstat (limited to 'carrier/pom.xml')
-rw-r--r--carrier/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/carrier/pom.xml b/carrier/pom.xml
index 2415ac0f..8d4f48c5 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.9</version>
+ <version>1.10</version>
<packaging>jar</packaging>
- <url>http://code.google.com/p/libphonenumber/</url>
+ <url>https://github.com/googlei18n/libphonenumber/</url>
<parent>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber-parent</artifactId>
- <version>7.0.2</version>
+ <version>7.0.4</version>
</parent>
<build>
@@ -34,12 +34,12 @@
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber</artifactId>
- <version>7.0.2</version>
+ <version>7.0.4</version>
</dependency>
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>prefixmapper</artifactId>
- <version>2.19</version>
+ <version>2.20</version>
</dependency>
</dependencies>