Browse Source

Merge pull request #625 from dlyongemallo/master

update code.google.com links to github in the maven pom.xml files.
pull/626/head
Shaopeng Jia 11 years ago
parent
commit
b75376341f
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      java/carrier/pom.xml
  2. +1
    -1
      java/geocoder/pom.xml
  3. +1
    -1
      java/internal/prefixmapper/pom.xml
  4. +1
    -1
      java/libphonenumber/pom.xml

+ 1
- 1
java/carrier/pom.xml View File

@ -5,7 +5,7 @@
<artifactId>carrier</artifactId>
<version>1.10-SNAPSHOT</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>


+ 1
- 1
java/geocoder/pom.xml View File

@ -5,7 +5,7 @@
<artifactId>geocoder</artifactId>
<version>2.20-SNAPSHOT</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>


+ 1
- 1
java/internal/prefixmapper/pom.xml View File

@ -5,7 +5,7 @@
<artifactId>prefixmapper</artifactId>
<version>2.20-SNAPSHOT</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>


+ 1
- 1
java/libphonenumber/pom.xml View File

@ -5,7 +5,7 @@
<artifactId>libphonenumber</artifactId>
<version>7.0.3-SNAPSHOT</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>


Loading…
Cancel
Save