Configure pom.xml for Github
authorCecilia Roes <roes@google.com>
Thu, 15 Jan 2015 17:35:03 +0000 (18:35 +0100)
committerYoungjae Shin <yj99.shin@samsung.com>
Tue, 9 Jun 2015 11:43:23 +0000 (20:43 +0900)
java/pom.xml

index 34bcb3a..55b9421 100644 (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>
         <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>