[maven-release-plugin] prepare release libphonenumber-7.0.5
[platform/upstream/libphonenumber.git] / java / pom.xml
index ee09902..eef07c6 100644 (file)
@@ -3,9 +3,9 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.googlecode.libphonenumber</groupId>
   <artifactId>libphonenumber-parent</artifactId>
-  <version>5.5</version>
+  <version>7.0.5</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/tags/libphonenumber-5.5</connection>
-    <developerConnection>scm:svn:https://libphonenumber.googlecode.com/svn/tags/libphonenumber-5.5</developerConnection>
-    <url>scm:svn:http://libphonenumber.googlecode.com/svn/tags/libphonenumber-5.5</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>
@@ -79,6 +79,8 @@
 
   <modules>
     <module>libphonenumber</module>
+    <module>internal/prefixmapper</module>
+    <module>carrier</module>
     <module>geocoder</module>
     <module>demo</module>
   </modules>
         <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>