Creating commons-jcs-2.2.1-RC3 tag

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.2.1-RC3@1817933 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index d430fe2..8f34f5b 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -35,16 +35,21 @@
 
 Apache Commons JCS is a distributed, versatile caching system.
 
-This is mainly a bugfix release.
+$release.description.replaceAll("  ", "
+")
 
 Changes in this version include:
 
+
 Fixed Bugs:
-o JCS-183:  JCache CDI integration is slow
+o           Unexpected dispose() in CompositeCacheManager.release() Thanks to athun.
+o JCS-183:  JCache CDI Integration is slow
+
+
 
 Historical list of changes: http://commons.apache.org/proper/commons-jcs/changes-report.html
 
 For complete information on Apache Commons JCS, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Commons JCS website:
 
-http://commons.apache.org/proper/commons-jcs/
+http://commons.apache.org/proper/commons-jcs/
\ No newline at end of file
diff --git a/commons-jcs-core/pom.xml b/commons-jcs-core/pom.xml
index ad2f1d0..f963a5b 100644
--- a/commons-jcs-core/pom.xml
+++ b/commons-jcs-core/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs</artifactId>
-    <version>2.2.2-SNAPSHOT</version>
+    <version>2.2.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>commons-jcs-core</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <packaging>jar</packaging>
 
   <name>Apache Commons JCS :: Core</name>
diff --git a/commons-jcs-dist/pom.xml b/commons-jcs-dist/pom.xml
index 7489b5b..3432ed4 100644
--- a/commons-jcs-dist/pom.xml
+++ b/commons-jcs-dist/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <artifactId>commons-jcs</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>2.2.2-SNAPSHOT</version>
+    <version>2.2.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>commons-jcs-dist</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <packaging>pom</packaging>
   <name>Apache Commons JCS :: Distribution</name>
   <description>Creates the Apache Commons JCS multimodule distribution.</description>
diff --git a/commons-jcs-jcache-extras/pom.xml b/commons-jcs-jcache-extras/pom.xml
index 6377176..ee7e6e8 100644
--- a/commons-jcs-jcache-extras/pom.xml
+++ b/commons-jcs-jcache-extras/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <artifactId>commons-jcs</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>2.2.2-SNAPSHOT</version>
+    <version>2.2.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>commons-jcs-jcache-extras</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <name>Apache Commons JCS :: JCache Extras</name>
 
   <scm>
diff --git a/commons-jcs-jcache-openjpa/pom.xml b/commons-jcs-jcache-openjpa/pom.xml
index cc71cd9..a426868 100644
--- a/commons-jcs-jcache-openjpa/pom.xml
+++ b/commons-jcs-jcache-openjpa/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <artifactId>commons-jcs</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>2.2.2-SNAPSHOT</version>
+    <version>2.2.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>commons-jcs-jcache-openjpa</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <name>Apache Commons JCS :: JCache OpenJPA</name>
 
   <scm>
diff --git a/commons-jcs-jcache/pom.xml b/commons-jcs-jcache/pom.xml
index a098946..8fbfbf1 100644
--- a/commons-jcs-jcache/pom.xml
+++ b/commons-jcs-jcache/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs</artifactId>
-    <version>2.2.2-SNAPSHOT</version>
+    <version>2.2.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>commons-jcs-jcache</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
   <name>Apache Commons JCS :: JCache</name>
 
   <scm>
diff --git a/commons-jcs-sandbox/filecache/pom.xml b/commons-jcs-sandbox/filecache/pom.xml
index 091b487..20c9467 100644
--- a/commons-jcs-sandbox/filecache/pom.xml
+++ b/commons-jcs-sandbox/filecache/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs-sandbox</artifactId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.2.1</version>
   </parent>
 
   <artifactId>commons-jcs-filecache</artifactId>
diff --git a/commons-jcs-sandbox/pom.xml b/commons-jcs-sandbox/pom.xml
index 2851dce..5c5f2ae 100644
--- a/commons-jcs-sandbox/pom.xml
+++ b/commons-jcs-sandbox/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs</artifactId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.2.1</version>
   </parent>
 
   <artifactId>commons-jcs-sandbox</artifactId>
diff --git a/commons-jcs-sandbox/yajcache/pom.xml b/commons-jcs-sandbox/yajcache/pom.xml
index 6ae0eba..d9dfc5a 100644
--- a/commons-jcs-sandbox/yajcache/pom.xml
+++ b/commons-jcs-sandbox/yajcache/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs-sandbox</artifactId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.2.1</version>
   </parent>
 
   <artifactId>commons-jcs-yajcache</artifactId>
diff --git a/commons-jcs-tck-tests/pom.xml b/commons-jcs-tck-tests/pom.xml
index 866b06e..927c31e 100644
--- a/commons-jcs-tck-tests/pom.xml
+++ b/commons-jcs-tck-tests/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jcs</artifactId>
-    <version>2.2.2-SNAPSHOT</version>
+    <version>2.2.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -34,7 +34,7 @@
   -->
 
   <artifactId>commons-jcs-jcache-tck</artifactId>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
 
   <name>Apache Commons JCS :: JCache TCK</name>
 
diff --git a/pom.xml b/pom.xml
index 25822c6..0415be6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <artifactId>commons-jcs</artifactId>
   <packaging>pom</packaging>
-  <version>2.2.2-SNAPSHOT</version>
+  <version>2.2.1</version>
 
   <!--
    * Build with -PjcacheTck to run the JSR-107 TCK
@@ -532,7 +532,7 @@
     <commons.module.name>org.apache.commons.jcs</commons.module.name>
     <commons.release.desc>(Java 6.0+)</commons.release.desc>
     <!-- The RC version used in the staging repository URL. -->
-    <commons.rc.version>RC1</commons.rc.version>
+    <commons.rc.version>RC3</commons.rc.version>
     <commons.jira.id>JCS</commons.jira.id>
     <commons.site.path>commons-jcs</commons.site.path>
     <commons.scmPubUrl>
diff --git a/xdocs/download_jcs.xml b/xdocs/download_jcs.xml
index 704ef2f..9b96940 100755
--- a/xdocs/download_jcs.xml
+++ b/xdocs/download_jcs.xml
@@ -111,32 +111,32 @@
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons JCS 2.2 (Java 6.0+)">
+    <section name="Apache Commons JCS 2.2.1 (Java 6.0+)">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/jcs/binaries/commons-jcs-dist-2.2-bin.tar.gz">commons-jcs-dist-2.2-bin.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jcs/binaries/commons-jcs-dist-2.2-bin.tar.gz.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jcs/binaries/commons-jcs-dist-2.2-bin.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/jcs/binaries/commons-jcs-dist-2.2.1-bin.tar.gz">commons-jcs-dist-2.2.1-bin.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jcs/binaries/commons-jcs-dist-2.2.1-bin.tar.gz.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jcs/binaries/commons-jcs-dist-2.2.1-bin.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/jcs/binaries/commons-jcs-dist-2.2-bin.zip">commons-jcs-dist-2.2-bin.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jcs/binaries/commons-jcs-dist-2.2-bin.zip.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jcs/binaries/commons-jcs-dist-2.2-bin.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/jcs/binaries/commons-jcs-dist-2.2.1-bin.zip">commons-jcs-dist-2.2.1-bin.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jcs/binaries/commons-jcs-dist-2.2.1-bin.zip.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jcs/binaries/commons-jcs-dist-2.2.1-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/jcs/source/commons-jcs-dist-2.2-src.tar.gz">commons-jcs-dist-2.2-src.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jcs/source/commons-jcs-dist-2.2-src.tar.gz.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jcs/source/commons-jcs-dist-2.2-src.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/jcs/source/commons-jcs-dist-2.2.1-src.tar.gz">commons-jcs-dist-2.2.1-src.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jcs/source/commons-jcs-dist-2.2.1-src.tar.gz.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jcs/source/commons-jcs-dist-2.2.1-src.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/jcs/source/commons-jcs-dist-2.2-src.zip">commons-jcs-dist-2.2-src.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jcs/source/commons-jcs-dist-2.2-src.zip.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jcs/source/commons-jcs-dist-2.2-src.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/jcs/source/commons-jcs-dist-2.2.1-src.zip">commons-jcs-dist-2.2.1-src.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jcs/source/commons-jcs-dist-2.2.1-src.zip.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jcs/source/commons-jcs-dist-2.2.1-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>