[maven-release-plugin] prepare for next development iteration

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1479434 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index f659355..940c6b1 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.1</version>
+  <version>2.2-SNAPSHOT</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/tags/spring-cache-2.1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/tags/spring-cache-2.1</developerConnection>
-    <url>http://svn.apache.org/viewvc/archiva/redback/redback-components/tags/spring-cache-2.1</url>
+    <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>
   </scm>
 
   <modules>
diff --git a/spring-cache-api/pom.xml b/spring-cache-api/pom.xml
index 0446334..509656a 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.1</version>
+    <version>2.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>spring-cache-api</artifactId>
diff --git a/spring-cache-providers/pom.xml b/spring-cache-providers/pom.xml
index f3daed2..5f36c05 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.1</version>
+    <version>2.2-SNAPSHOT</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 4875504..ba02cf5 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.1</version>
+    <version>2.2-SNAPSHOT</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 3adb3ef..abc42bc 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.1</version>
+    <version>2.2-SNAPSHOT</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 8c9932e..cd721c1 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.1</version>
+    <version>2.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>spring-cache-oscache</artifactId>
diff --git a/spring-cache-test/pom.xml b/spring-cache-test/pom.xml
index 644c26f..f50b9d8 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.1</version>
+    <version>2.2-SNAPSHOT</version>
   </parent>
   <artifactId>spring-cache-test</artifactId>
   <name>Spring Cache Tests</name>