|
|
@ -32,9 +32,9 @@ |
|
|
</licenses> |
|
|
</licenses> |
|
|
|
|
|
|
|
|
<scm> |
|
|
<scm> |
|
|
<connection>scm:svn:http://libphonenumber.googlecode.com/svn/trunk/</connection> |
|
|
|
|
|
<developerConnection>scm:svn:https://libphonenumber.googlecode.com/svn/trunk/</developerConnection> |
|
|
|
|
|
<url>http://libphonenumber.googlecode.com/svn/trunk/</url> |
|
|
|
|
|
|
|
|
<connection>scm:svn:http://libphonenumber.googlecode.com/svn/trunk/java/</connection> |
|
|
|
|
|
<developerConnection>scm:svn:https://libphonenumber.googlecode.com/svn/trunk/java/</developerConnection> |
|
|
|
|
|
<url>http://libphonenumber.googlecode.com/svn/trunk/java/</url> |
|
|
</scm> |
|
|
</scm> |
|
|
|
|
|
|
|
|
<developers> |
|
|
<developers> |
|
|
@ -116,6 +116,15 @@ |
|
|
</execution> |
|
|
</execution> |
|
|
</executions> |
|
|
</executions> |
|
|
</plugin> |
|
|
</plugin> |
|
|
|
|
|
<plugin> |
|
|
|
|
|
<artifactId>maven-release-plugin</artifactId> |
|
|
|
|
|
<version>2.0-beta-7</version> |
|
|
|
|
|
<configuration> |
|
|
|
|
|
<tagBase> |
|
|
|
|
|
http://libphonenumber.googlecode.com/svn/tags/ |
|
|
|
|
|
</tagBase> |
|
|
|
|
|
</configuration> |
|
|
|
|
|
</plugin> |
|
|
</plugins> |
|
|
</plugins> |
|
|
</build> |
|
|
</build> |
|
|
|
|
|
|
|
|
|