Fixed AVAS vulnerabilites
[platform/upstream/libphonenumber.git] / java / pom.xml
index 942b1c2..0be3c43 100644 (file)
@@ -3,9 +3,9 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.googlecode.libphonenumber</groupId>
   <artifactId>libphonenumber-parent</artifactId>
-  <version>4.7</version>
+  <version>7.0.6</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-4.7</connection>
-    <developerConnection>scm:svn:https://libphonenumber.googlecode.com/svn/tags/libphonenumber-4.7</developerConnection>
-    <url>scm:svn:http://libphonenumber.googlecode.com/svn/tags/libphonenumber-4.7</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>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.8.1</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>