Browse Source

Configure pom.xml for Github

pull/584/head
Cecilia Roes 11 years ago
parent
commit
74d2545dfa
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      java/pom.xml

+ 4
- 5
java/pom.xml View File

@ -5,7 +5,7 @@
<artifactId>libphonenumber-parent</artifactId>
<version>7.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<url>http://code.google.com/p/libphonenumber/</url>
<url>https://github.com/googlei18n/libphonenumber/</url>
<parent>
<groupId>org.sonatype.oss</groupId>
@ -31,9 +31,9 @@
</licenses>
<scm>
<connection>scm:svn:http://libphonenumber.googlecode.com/svn/trunk/java/</connection>
<developerConnection>scm:svn:https://libphonenumber.googlecode.com/svn/trunk/java/</developerConnection>
<url>scm:svn:http://libphonenumber.googlecode.com/svn/trunk/java/</url>
<connection>scm:git:https://github.com/googlei18n/libphonenumber.git</connection>
<developerConnection>scm:git:git@github.com:googlei18n/libphonenumber.git</developerConnection>
<url>https://github.com/googlei18n/libphonenumber/</url>
</scm>
<properties>
@ -128,7 +128,6 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.2.1</version>
<configuration>
<tagBase>https://libphonenumber.googlecode.com/svn/tags/</tagBase>
<tagNameFormat>libphonenumber-@{project.version}</tagNameFormat>
</configuration>
</plugin>


Loading…
Cancel
Save