[maven-release-plugin] prepare release myfaces-test-project-1.0.3
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 42d1c9f..d6fb836 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.myfaces.test</groupId>
     <artifactId>myfaces-test-project</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
   </parent>
 
   <build>
diff --git a/pom.xml b/pom.xml
index a60c350..2fa502d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,16 +30,16 @@
     <artifactId>myfaces-test-project</artifactId>
     <packaging>pom</packaging>
     <name>Myfaces Test Framework</name>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
     <url>http://myfaces.apache.org/test</url>
     <issueManagement>
       <system>jira</system>
       <url>http://issues.apache.org/jira/browse/MYFACESTEST</url>
     </issueManagement>
     <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/test/trunk</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/test/trunk</developerConnection>
-      <url>http://svn.apache.org/repos/asf/myfaces/test/trunk</url>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/test/tags/myfaces-test-project-1.0.3</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/test/tags/myfaces-test-project-1.0.3</developerConnection>
+      <url>http://svn.apache.org/repos/asf/myfaces/test/tags/myfaces-test-project-1.0.3</url>
     </scm>
     <modules>
       <module>test12</module>
diff --git a/test12/pom.xml b/test12/pom.xml
index 3460599..a396aa4 100644
--- a/test12/pom.xml
+++ b/test12/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.myfaces.test</groupId>
         <artifactId>myfaces-test-project</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>myfaces-test12</artifactId>
diff --git a/test20/pom.xml b/test20/pom.xml
index 4172b9e..9324db5 100644
--- a/test20/pom.xml
+++ b/test20/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.myfaces.test</groupId>
         <artifactId>myfaces-test-project</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>myfaces-test20</artifactId>