[maven-release-plugin] prepare release spring-cache-2.2

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1558651 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index c90da71..6ef6f6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   <groupId>org.apache.archiva.redback.components.cache</groupId>
   <artifactId>spring-cache</artifactId>
   <name>Spring Cache Component</name>
-  <version>2.2-SNAPSHOT</version>
+  <version>2.2</version>
   <packaging>pom</packaging>
 
   <description>Cache API with various implementations : simple HashMap, ehcache, oscache. Based on Spring container.</description>
@@ -43,9 +43,9 @@
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-cache/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-cache</developerConnection>
-    <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/tags/spring-cache-2.2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/tags/spring-cache-2.2</developerConnection>
+    <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/tags/spring-cache-2.2</url>
   </scm>
 
   <modules>
diff --git a/spring-cache-api/pom.xml b/spring-cache-api/pom.xml
index 509656a..f11d80d 100644
--- a/spring-cache-api/pom.xml
+++ b/spring-cache-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback.components.cache</groupId>
     <artifactId>spring-cache</artifactId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.2</version>
   </parent>
 
   <artifactId>spring-cache-api</artifactId>
diff --git a/spring-cache-providers/pom.xml b/spring-cache-providers/pom.xml
index 5f36c05..53c6e61 100644
--- a/spring-cache-providers/pom.xml
+++ b/spring-cache-providers/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback.components.cache</groupId>
     <artifactId>spring-cache</artifactId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.2</version>
   </parent>
   <artifactId>spring-cache-providers</artifactId>
   <name>Spring Cache Providers</name>
diff --git a/spring-cache-providers/spring-cache-ehcache/pom.xml b/spring-cache-providers/spring-cache-ehcache/pom.xml
index 8926c38..6e4c001 100644
--- a/spring-cache-providers/spring-cache-ehcache/pom.xml
+++ b/spring-cache-providers/spring-cache-ehcache/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback.components.cache</groupId>
     <artifactId>spring-cache-providers</artifactId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.2</version>
   </parent>
 
   <artifactId>spring-cache-ehcache</artifactId>
diff --git a/spring-cache-providers/spring-cache-hashmap/pom.xml b/spring-cache-providers/spring-cache-hashmap/pom.xml
index 8811859..cb791de 100644
--- a/spring-cache-providers/spring-cache-hashmap/pom.xml
+++ b/spring-cache-providers/spring-cache-hashmap/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.archiva.redback.components.cache</groupId>
     <artifactId>spring-cache-providers</artifactId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.2</version>
   </parent>
 
   <artifactId>spring-cache-hashmap</artifactId>
diff --git a/spring-cache-providers/spring-cache-oscache/pom.xml b/spring-cache-providers/spring-cache-oscache/pom.xml
index cd721c1..fa16360 100644
--- a/spring-cache-providers/spring-cache-oscache/pom.xml
+++ b/spring-cache-providers/spring-cache-oscache/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.archiva.redback.components.cache</groupId>
     <artifactId>spring-cache-providers</artifactId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.2</version>
   </parent>
 
   <artifactId>spring-cache-oscache</artifactId>
diff --git a/spring-cache-test/pom.xml b/spring-cache-test/pom.xml
index f50b9d8..58b77b5 100644
--- a/spring-cache-test/pom.xml
+++ b/spring-cache-test/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.archiva.redback.components.cache</groupId>
     <artifactId>spring-cache</artifactId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.2</version>
   </parent>
   <artifactId>spring-cache-test</artifactId>
   <name>Spring Cache Tests</name>