Browse Source

JAVA: Adding tagBase in pom.xml

pull/567/head
Shaopeng Jia 15 years ago
committed by Mihaela Rosca
parent
commit
40b504a5ab
1 changed files with 12 additions and 3 deletions
  1. +12
    -3
      java/pom.xml

+ 12
- 3
java/pom.xml View File

@ -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>


Loading…
Cancel
Save