prepare release for version 0.5-incubating-rc1

git-svn-id: https://svn.apache.org/repos/asf/incubator/odf/trunk/taglets@1204603 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..4a52119
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,17 @@
+*************************************************************
+* Taglets Java Library                                       *
+*                                                           *
+*************************************************************
+
+
+About Taglets
+-------------
+
+This sub project defines some javadoc tags for ODFDOM. Most of users no need to care it.
+
+
+License
+--------
+
+Apache License, Version 2.0. Please see file LICENSE.txt.
+
diff --git a/pom.xml b/pom.xml
index a9ef0da..81f43fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,12 +23,12 @@
 

 	<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>

 

 	<artifactId>taglets</artifactId>

-	<version>0.8.8-incubating-SNAPSHOT</version>

+	<version>0.8.8-incubating-rc1</version>

 	<packaging>jar</packaging>

 

 	<!-- Build Settings -->