[maven-release-plugin] prepare release apache-rat-project-0.9

git-svn-id: https://svn.apache.org/repos/asf/creadur/rat/trunk@1462752 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/apache-rat-core/pom.xml b/apache-rat-core/pom.xml
index eb070cf..e73c6cf 100644
--- a/apache-rat-core/pom.xml
+++ b/apache-rat-core/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.rat</groupId>
     <artifactId>apache-rat-project</artifactId>
-    <version>0.10-SNAPSHOT</version>
+    <version>0.9</version>
   </parent>
   <artifactId>apache-rat-core</artifactId>
   <packaging>jar</packaging>
diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml
index 2c30881..9e958b4 100644
--- a/apache-rat-plugin/pom.xml
+++ b/apache-rat-plugin/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>apache-rat-project</artifactId>
     <groupId>org.apache.rat</groupId>
-    <version>0.10-SNAPSHOT</version>
+    <version>0.9</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>apache-rat-plugin</artifactId>
diff --git a/apache-rat-tasks/pom.xml b/apache-rat-tasks/pom.xml
index 4288ca7..91ef6a5 100644
--- a/apache-rat-tasks/pom.xml
+++ b/apache-rat-tasks/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.rat</groupId>
     <artifactId>apache-rat-project</artifactId>
-    <version>0.10-SNAPSHOT</version>
+    <version>0.9</version>
   </parent>
   <artifactId>apache-rat-tasks</artifactId>
   <packaging>jar</packaging>
diff --git a/apache-rat/pom.xml b/apache-rat/pom.xml
index b86fa3c..19de62e 100644
--- a/apache-rat/pom.xml
+++ b/apache-rat/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.rat</groupId>
     <artifactId>apache-rat-project</artifactId>
-    <version>0.10-SNAPSHOT</version>
+    <version>0.9</version>
   </parent>
   <artifactId>apache-rat</artifactId>
   <packaging>jar</packaging>
diff --git a/pom.xml b/pom.xml
index f5f0557..8995b10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <groupId>org.apache.rat</groupId>
   <artifactId>apache-rat-project</artifactId>
   <packaging>pom</packaging>
-  <version>0.10-SNAPSHOT</version>
+  <version>0.9</version>
   <name>Apache Rat</name>
   <url>http://creadur.apache.org/rat/</url>
   <description>
@@ -441,9 +441,9 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/creadur/rat/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/creadur/rat/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/creadur/rat/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.9</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.9</developerConnection>
+    <url>http://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.9</url>
   </scm>
 
   <distributionManagement>