JAVA: Adding tagBase in pom.xml
authorjia.shao.peng <jia.shao.peng@ee073f10-1060-11df-b6a4-87a95322a99c>
Thu, 10 Mar 2011 15:04:34 +0000 (15:04 +0000)
committerjia.shao.peng <jia.shao.peng@ee073f10-1060-11df-b6a4-87a95322a99c>
Thu, 10 Mar 2011 15:04:34 +0000 (15:04 +0000)
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@119 ee073f10-1060-11df-b6a4-87a95322a99c

java/pom.xml

index ae23eea..2c122f6 100644 (file)
@@ -32,9 +32,9 @@
   </licenses>
 
   <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>
 
   <developers>
           </execution>
         </executions>
       </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>
   </build>