[maven-release-plugin] prepare release syncope-0.7-EA

git-svn-id: https://svn.apache.org/repos/asf/incubator/syncope/branches/0_7_EA@1247340 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 7a57d59..d10e61d 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -19,20 +19,20 @@
     <parent>
         <groupId>org.syncope</groupId>
         <artifactId>syncope</artifactId>
-        <version>0.7.1-EA-SNAPSHOT</version>
+        <version>0.7-EA</version>
     </parent>
 
     <name>Syncope archetype</name>
     <description>Syncope archetype</description>
     <groupId>org.syncope</groupId>
     <artifactId>syncope-archetype</artifactId>
-    <version>0.7.1-EA-SNAPSHOT</version>
+    <version>0.7-EA</version>
     <packaging>maven-archetype</packaging>
 
     <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/tags/syncope-0.7-EA/archetype</connection>
+        <developerConnection>scm:svn:https://syncope.googlecode.com/svn/tags/syncope-0.7-EA/archetype</developerConnection>
+        <url>http://syncope.googlecode.com/svn/tags/syncope-0.7-EA/archetype</url>
     </scm>
 
     <build>
diff --git a/client/pom.xml b/client/pom.xml
index bc1def4..981102e 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.syncope</groupId>
         <artifactId>syncope</artifactId>
-        <version>0.7.1-EA-SNAPSHOT</version>
+        <version>0.7-EA</version>
     </parent>
 
     <name>Syncope client</name>
diff --git a/console/pom.xml b/console/pom.xml
index a8c5016..126aa46 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.syncope</groupId>
         <artifactId>syncope</artifactId>
-        <version>0.7.1-EA-SNAPSHOT</version>
+        <version>0.7-EA</version>
     </parent>
 
     <name>Syncope console</name>
diff --git a/core/pom.xml b/core/pom.xml
index 8689592..34d7d2b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.syncope</groupId>
         <artifactId>syncope</artifactId>
-        <version>0.7.1-EA-SNAPSHOT</version>
+        <version>0.7-EA</version>
     </parent>
 
     <name>Syncope core</name>
diff --git a/pom.xml b/pom.xml
index fe89615..3d00a08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     <description>Syncope</description>
     <groupId>org.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>0.7.1-EA-SNAPSHOT</version>
+    <version>0.7-EA</version>
     <packaging>pom</packaging>
 
     <!-- maven repository on sonatype -->
@@ -44,9 +44,9 @@
     </licenses>
 
     <scm>
-        <connection>scm:svn:http://syncope.googlecode.com/svn/branches/0_7_EA</connection>
-        <developerConnection>scm:svn:https://syncope.googlecode.com/svn/branches/0_7_EA</developerConnection>
-        <url>http://syncope.googlecode.com/svn/branches/0_7_EA/</url>
+        <connection>scm:svn:http://syncope.googlecode.com/svn/tags/syncope-0.7-EA</connection>
+        <developerConnection>scm:svn:https://syncope.googlecode.com/svn/tags/syncope-0.7-EA</developerConnection>
+        <url>http://syncope.googlecode.com/svn/tags/syncope-0.7-EA</url>
     </scm>
 
     <issueManagement>