[maven-release-plugin]  copy for tag jetty-test-policy-1.2
diff --git a/pom.xml b/pom.xml
index a81a12d..8a88f22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
     <version>1.3</version>
   </parent>
   <artifactId>jetty-test-policy</artifactId>
-  <version>1.2-SNAPSHOT</version>
+  <version>1.2</version>
   <name>Jetty Toolchain :: Test Policy</name>
   <description>test resource</description> 
       <build>
@@ -39,4 +39,10 @@
           </plugin>
         </plugins>
       </build>
+
+  <scm>
+    <connection>scm:svn:http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty-toolchain/tags/jetty-test-policy-1.2</connection>
+    <developerConnection>scm:svn:svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty-toolchain/tags/jetty-test-policy-1.2</developerConnection>
+    <url>http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty-toolchain/tags/jetty-test-policy-1.2</url>
+  </scm>
 </project>