[maven-release-plugin] prepare release syncope-1.0.9

git-svn-id: https://svn.apache.org/repos/asf/syncope/branches/1_0_X@1586601 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 7fa343b..29caba2 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.0.9-SNAPSHOT</version>
+    <version>1.0.9</version>
     <relativePath>../parent</relativePath>
   </parent>
 
@@ -48,9 +48,9 @@
   </properties>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/syncope/branches/1_0_X/archetype</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/syncope/branches/1_0_X/archetype</developerConnection>
-    <url>http://svn.apache.org/repos/asf/syncope/branches/1_0_X/archetype</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/syncope/tags/syncope-1.0.9/archetype</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/syncope/tags/syncope-1.0.9/archetype</developerConnection>
+    <url>http://svn.apache.org/repos/asf/syncope/tags/syncope-1.0.9/archetype</url>
   </scm>
 
   <build>
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index c8262da..39ef1bc 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.0.9-SNAPSHOT</version>
+    <version>1.0.9</version>
     <relativePath>../parent</relativePath>
   </parent>
 
diff --git a/client/pom.xml b/client/pom.xml
index 3eab7e8..4a3b672 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.0.9-SNAPSHOT</version>
+    <version>1.0.9</version>
     <relativePath>../parent</relativePath>
   </parent>
 
diff --git a/console/pom.xml b/console/pom.xml
index 5334aac..853b585 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.0.9-SNAPSHOT</version>
+    <version>1.0.9</version>
     <relativePath>../parent</relativePath>
   </parent>
 
diff --git a/core/pom.xml b/core/pom.xml
index 032550a..16bc462 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.0.9-SNAPSHOT</version>
+    <version>1.0.9</version>
     <relativePath>../parent</relativePath>
   </parent>
 
diff --git a/hibernate-enhancer/pom.xml b/hibernate-enhancer/pom.xml
index 69c2136..e3ef897 100644
--- a/hibernate-enhancer/pom.xml
+++ b/hibernate-enhancer/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.0.9-SNAPSHOT</version>
+    <version>1.0.9</version>
     <relativePath>../parent</relativePath>
   </parent>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index 4356e50..a99c613 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -26,7 +26,7 @@
         
   <groupId>org.apache.syncope</groupId>
   <artifactId>syncope</artifactId>
-  <version>1.0.9-SNAPSHOT</version>
+  <version>1.0.9</version>
   <packaging>pom</packaging>
 
   <parent>
@@ -49,9 +49,9 @@
   </licenses>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/syncope/branches/1_0_X/parent</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/syncope/branches/1_0_X/parent</developerConnection>
-    <url>http://svn.apache.org/viewvc/syncope/branches/1_0_X/parent</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/syncope/tags/syncope-1.0.9/parent</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/syncope/tags/syncope-1.0.9/parent</developerConnection>
+    <url>http://svn.apache.org/viewvc/syncope/tags/syncope-1.0.9/parent</url>
   </scm>
   
   <issueManagement>
diff --git a/pom.xml b/pom.xml
index 0b3ca10..58bf2e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.syncope</groupId>
   <artifactId>syncope-root</artifactId>
-  <version>1.0.9-SNAPSHOT</version>
+  <version>1.0.9</version>
   <packaging>pom</packaging>
 
   <parent>
@@ -38,9 +38,9 @@
   </parent>
   
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/syncope/branches/1_0_X</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/syncope/branches/1_0_X</developerConnection>
-    <url>http://svn.apache.org/viewvc/syncope/branches/1_0_X</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/syncope/tags/syncope-1.0.9</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/syncope/tags/syncope-1.0.9</developerConnection>
+    <url>http://svn.apache.org/viewvc/syncope/tags/syncope-1.0.9</url>
   </scm>
   
   <build>
diff --git a/quality/pom.xml b/quality/pom.xml
index ddfffda..0e8f1da 100644
--- a/quality/pom.xml
+++ b/quality/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope-root</artifactId>
-    <version>1.0.9-SNAPSHOT</version>
+    <version>1.0.9</version>
   </parent>
 
   <name>Apache Syncope Quality</name>