[maven-release-plugin]  copy for tag libphonenumber-4.1


diff --git a/pom.xml b/pom.xml
index 4389dd6..c30511a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.googlecode.libphonenumber</groupId>
   <artifactId>libphonenumber</artifactId>
-  <version>4.1-SNAPSHOT</version>
+  <version>4.1</version>
   <packaging>jar</packaging>
   <name>libphonenumber</name>
   <url>http://code.google.com/p/libphonenumber/</url>
@@ -32,9 +32,9 @@
   </licenses>
 
   <scm>
-    <connection>scm:svn:http://libphonenumber.googlecode.com/svn/trunk/java/</connection>
-    <developerConnection>scm:svn:https://libphonenumber.googlecode.com/svn/trunk/java/</developerConnection>
-    <url>scm:svn:http://libphonenumber.googlecode.com/svn/trunk/java/</url>
+    <connection>scm:svn:http://libphonenumber.googlecode.com/svn/tags/libphonenumber-4.1</connection>
+    <developerConnection>scm:svn:https://libphonenumber.googlecode.com/svn/tags/libphonenumber-4.1</developerConnection>
+    <url>scm:svn:http://libphonenumber.googlecode.com/svn/tags/libphonenumber-4.1</url>
   </scm>
 
   <properties>