Right data in POMs

git-svn-id: https://svn.apache.org/repos/asf/incubator/syncope/branches/0_8_X@1247371 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/archetype/pom.xml b/archetype/pom.xml
index fddaa56..43cc631 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -30,13 +30,13 @@
     <packaging>maven-archetype</packaging>
 
     <properties>
-      <SVNRepoURL>http://syncope.googlecode.com/svn/trunk</SVNRepoURL>
+      <SVNRepoURL>http://syncope.googlecode.com/svn/branches/0_8_X</SVNRepoURL>
     </properties>
 
     <scm>
-        <connection>scm:svn:http://syncope.googlecode.com/svn/trunk/archetype</connection>
-        <developerConnection>scm:svn:https://syncope.googlecode.com/svn/trunk/archetype</developerConnection>
-        <url>http://syncope.googlecode.com/svn/trunk/archetype</url>
+        <connection>scm:svn:http://syncope.googlecode.com/svn/branches/0_8_X/archetype</connection>
+        <developerConnection>scm:svn:https://syncope.googlecode.com/svn/branches/0_8_X/archetype</developerConnection>
+        <url>http://syncope.googlecode.com/svn/branches/0_8_X/archetype</url>
     </scm>
 
     <build>
diff --git a/pom.xml b/pom.xml
index cb126bb..daa4034 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,9 +43,9 @@
     </licenses>
 
     <scm>
-        <connection>scm:svn:http://syncope.googlecode.com/svn/trunk</connection>
-        <developerConnection>scm:svn:https://syncope.googlecode.com/svn/trunk</developerConnection>
-        <url>http://syncope.googlecode.com/svn/trunk</url>
+        <connection>scm:svn:http://syncope.googlecode.com/svn/branches/0_8_X</connection>
+        <developerConnection>scm:svn:https://syncope.googlecode.com/svn/branches/0_8_X</developerConnection>
+        <url>http://syncope.googlecode.com/svn/branches/0_8_X</url>
     </scm>
 
     <issueManagement>