Changed SCM locations which was preventing release:prepare from functioning.
diff --git a/pom.xml b/pom.xml
index 8917911..a890f1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,9 +185,9 @@
   </reporting>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/trinidad-maven/branches/2.0.x-branch</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad-maven/branches/2.0.x-branch</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/trinidad-maven/branches/2.0.x-branch</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/trinidad-maven/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad-maven/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/trinidad-maven/trunk</url>
   </scm>
 
   <modules>