[maven-release-plugin] prepare release 2.0_RC1

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/proxy/trunk@1585559 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/asm/pom.xml b/asm/pom.xml
index ebebf0f..abea2f3 100644
--- a/asm/pom.xml
+++ b/asm/pom.xml
@@ -16,13 +16,11 @@
   ~ limitations under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index e2996ab..bd849d6 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -14,12 +14,11 @@
         limitations under the License.
     -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-proxy2-parent</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>commons-proxy2-build-tools</artifactId>
diff --git a/cglib/pom.xml b/cglib/pom.xml
index 010839a..f89441b 100644
--- a/cglib/pom.xml
+++ b/cglib/pom.xml
@@ -16,13 +16,11 @@
   ~ limitations under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/core/pom.xml b/core/pom.xml
index 16064f4..6d70110 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -15,13 +15,11 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/dist/pom.xml b/dist/pom.xml
index e50e76e..8428be7 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-SNAPSHOT</version>
+    <version>2.0</version>
   </parent>
 
   <artifactId>commons-proxy2</artifactId>
@@ -33,9 +33,9 @@
   </description>
 
   <scm>
-    <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>
+    <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>
   </scm>
 
   <dependencies>
diff --git a/javassist/pom.xml b/javassist/pom.xml
index bdbc0b2..0d8cc12 100644
--- a/javassist/pom.xml
+++ b/javassist/pom.xml
@@ -16,13 +16,11 @@
   ~ limitations under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/jdk/pom.xml b/jdk/pom.xml
index f6e6ce7..8699e79 100644
--- a/jdk/pom.xml
+++ b/jdk/pom.xml
@@ -16,13 +16,11 @@
   ~ limitations under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index be8e26e..fcee13d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,8 +16,7 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <packaging>pom</packaging>
   <parent>
@@ -26,7 +25,7 @@
     <version>33</version>
   </parent>
   <artifactId>commons-proxy2-parent</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>2.0</version>
   <name>Apache Commons Proxy</name>
   <description>Java library for dynamic proxying</description>
   <url>http://commons.apache.org/proxy/</url>
@@ -86,14 +85,14 @@
       <timezone>+1</timezone>
     </developer>
     <developer>
-      <name>J&#246;rg Hohwiller</name>
+      <name>Jörg Hohwiller</name>
       <email>hohwille@users.sourceforge.net</email>
-      <organization/>
+      <organization />
       <roles>
         <role>mavenizer</role>
         <role>developer</role>
       </roles>
-      <url></url>
+      <url />
     </developer>
     <developer>
       <id>mbenson</id>
@@ -110,16 +109,16 @@
     <contributor>
       <name>Howard M. Lewis Ship</name>
       <email>hlship@apache.org</email>
-      <organization/>
+      <organization />
       <roles>
         <role>advisor</role>
       </roles>
       <url>http://www.howardlewisship.com/</url>
     </contributor>
     <contributor>
-      <name>J&#246;rg Schaible</name>
+      <name>Jörg Schaible</name>
       <email>joerg.schaible@gmx.de</email>
-      <organization/>
+      <organization />
       <roles>
         <role>advisor</role>
       </roles>
@@ -133,9 +132,9 @@
   </contributors>
 
   <scm>
-    <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>
+    <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>
   </scm>
 
   <distributionManagement>
diff --git a/test/pom.xml b/test/pom.xml
index 81c7acd..710c0ed 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -14,12 +14,11 @@
         limitations under the License.
     -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>commons-proxy2-parent</artifactId>
         <groupId>org.apache.commons</groupId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>commons-proxy2-test</artifactId>