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

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/proxy/trunk@1585561 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/asm/pom.xml b/asm/pom.xml
index abea2f3..d151947 100644
--- a/asm/pom.xml
+++ b/asm/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.0</version>
+        <version>2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index bd849d6..ffa6bf0 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-proxy2-parent</artifactId>
-        <version>2.0</version>
+        <version>2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>commons-proxy2-build-tools</artifactId>
diff --git a/cglib/pom.xml b/cglib/pom.xml
index f89441b..49ce78a 100644
--- a/cglib/pom.xml
+++ b/cglib/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.0</version>
+        <version>2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/core/pom.xml b/core/pom.xml
index 6d70110..9ab9db1 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.0</version>
+        <version>2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/dist/pom.xml b/dist/pom.xml
index 8428be7..13b7367 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-proxy2-parent</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-proxy2</artifactId>
@@ -33,9 +33,9 @@
   </description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/proxy/tags/2.0_RC1/dist</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/proxy/tags/2.0_RC1/dist</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/proxy/tags/2.0_RC1/dist</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/proxy/trunk/dist</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/proxy/trunk/dist</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/proxy/trunk/dist</url>
   </scm>
 
   <dependencies>
diff --git a/javassist/pom.xml b/javassist/pom.xml
index 0d8cc12..5932ec9 100644
--- a/javassist/pom.xml
+++ b/javassist/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.0</version>
+        <version>2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/jdk/pom.xml b/jdk/pom.xml
index 8699e79..80896d5 100644
--- a/jdk/pom.xml
+++ b/jdk/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.0</version>
+        <version>2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index fcee13d..1d42238 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <version>33</version>
   </parent>
   <artifactId>commons-proxy2-parent</artifactId>
-  <version>2.0</version>
+  <version>2.1-SNAPSHOT</version>
   <name>Apache Commons Proxy</name>
   <description>Java library for dynamic proxying</description>
   <url>http://commons.apache.org/proxy/</url>
@@ -132,9 +132,9 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/proxy/tags/2.0_RC1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/proxy/tags/2.0_RC1</developerConnection>
-    <url>http://svn.apache.org/repos/asf/commons/proper/proxy/tags/2.0_RC1</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/proxy/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/proxy/trunk/</developerConnection>
+    <url>http://svn.apache.org/repos/asf/commons/proper/proxy/trunk/</url>
   </scm>
 
   <distributionManagement>
diff --git a/test/pom.xml b/test/pom.xml
index 710c0ed..fcc93ea 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.0</version>
+        <version>2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>commons-proxy2-test</artifactId>