Tag Chain 1.1 RC1

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/chain/tags/CHAIN_1_1_RC1@411974 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/project.xml b/project.xml
index bb7ff5a..f6dea71 100644
--- a/project.xml
+++ b/project.xml
@@ -22,7 +22,7 @@
   
   <logo>/images/chain-logo-white.png</logo>
   
-  <currentVersion>1.1-SNAPSHOT</currentVersion>
+  <currentVersion>1.1-RC1</currentVersion>
   <inceptionYear>2003</inceptionYear>
   <shortDescription>Commons Chain</shortDescription>
   <description>An implmentation of the GoF Chain of Responsibility pattern</description>
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index aa49e86..414057e 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -38,7 +38,7 @@
   </properties>
   <body>
 
-    <release version="1.1-SNAPSHOT" date="in SVN">
+    <release version="1.1-RC1" date="2006-06-06" description="Version 1.1 Release Candidate 1">
       <action dev="niallp" type="add" issue="CHAIN-28">
         Provide a Map of Cookies in the WebContext.
       </action>