prepare release for version 0.5-incubating-rc1

git-svn-id: https://svn.apache.org/repos/asf/incubator/odf/trunk/generator@1204603 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 7574228..a696177 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,13 @@
 
   <parent>
     <groupId>org.apache.odftoolkit</groupId>
-    <artifactId>odf-toolkit</artifactId>
-    <version>0.5-incubating-SNAPSHOT</version>
+    <artifactId>odftoolkit</artifactId>
+    <version>0.5-incubating-rc1</version>
   </parent>
 
 	<!-- The Basics -->
 	<artifactId>schema2template-pom</artifactId>
-	<version>0.8.8-incubating-SNAPSHOT</version>
+	<version>0.8.8-incubating-rc1</version>
 	<packaging>pom</packaging>
 
 	<properties>
diff --git a/schema2template-maven-plugin/README.txt b/schema2template-maven-plugin/README.txt
new file mode 100644
index 0000000..c78d7c4
--- /dev/null
+++ b/schema2template-maven-plugin/README.txt
@@ -0,0 +1 @@
+This is the Maven plugin used by ODFDOM
diff --git a/schema2template-maven-plugin/pom.xml b/schema2template-maven-plugin/pom.xml
index 42da8bb..bb68b55 100644
--- a/schema2template-maven-plugin/pom.xml
+++ b/schema2template-maven-plugin/pom.xml
@@ -24,12 +24,12 @@
   <parent>
     <groupId>org.apache.odftoolkit</groupId>
     <artifactId>schema2template-pom</artifactId>
-    <version>0.8.8-incubating-SNAPSHOT</version>
+    <version>0.8.8-incubating-rc1</version>
   </parent>
   
 	<!-- The Basics -->
 	<artifactId>schema2template-maven-plugin</artifactId>
-	<version>0.8.8-incubating-SNAPSHOT</version>
+	<version>0.8.8-incubating-rc1</version>
 	<packaging>maven-plugin</packaging>
 	<dependencies>
 		<dependency>
diff --git a/schema2template/README.txt b/schema2template/README.txt
new file mode 100644
index 0000000..a132e55
--- /dev/null
+++ b/schema2template/README.txt
@@ -0,0 +1 @@
+This project is used by ODFDOM to generated dom layer elements and attributes .
diff --git a/schema2template/pom.xml b/schema2template/pom.xml
index 8fd118e..c2bbfc6 100644
--- a/schema2template/pom.xml
+++ b/schema2template/pom.xml
@@ -24,12 +24,12 @@
   <parent>
     <groupId>org.apache.odftoolkit</groupId>
     <artifactId>schema2template-pom</artifactId>
-    <version>0.8.8-incubating-SNAPSHOT</version>
+    <version>0.8.8-incubating-rc1</version>
   </parent>
   
 	<!-- The Basics -->
 	<artifactId>schema2template</artifactId>
-	<version>0.8.8-incubating-SNAPSHOT</version>
+	<version>0.8.8-incubating-rc1</version>
 	<packaging>jar</packaging>
 	<dependencies>
 		<dependency>