[maven-release-plugin] prepare release 1.1_RC3

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/weaver/trunk@1627062 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ant/lib/pom.xml b/ant/lib/pom.xml
index 4b4cb5b..6b6e696 100644
--- a/ant/lib/pom.xml
+++ b/ant/lib/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-antlib-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
 
   <artifactId>commons-weaver-antlib</artifactId>
@@ -35,9 +35,9 @@
   </properties>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/ant/lib</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/ant/lib</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/ant/lib</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/ant/lib</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/ant/lib</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.1_RC3/ant/lib</url>
   </scm>
 
   <dependencies>
diff --git a/ant/pom.xml b/ant/pom.xml
index e9b2d45..930743b 100644
--- a/ant/pom.xml
+++ b/ant/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
 
   <artifactId>commons-weaver-antlib-parent</artifactId>
@@ -30,9 +30,9 @@
   <packaging>pom</packaging>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/ant</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/ant</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/ant</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/ant</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/ant</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.1_RC3/ant</url>
   </scm>
 
   <modules>
diff --git a/ant/test/pom.xml b/ant/test/pom.xml
index b988c65..2070221 100644
--- a/ant/test/pom.xml
+++ b/ant/test/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-antlib-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
 
   <artifactId>commons-weaver-antlib-test</artifactId>
@@ -35,9 +35,9 @@
   </properties>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/ant/test</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/ant/test</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/ant/test</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/ant/test</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/ant/test</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.1_RC3/ant/test</url>
   </scm>
 
   <dependencies>
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index d758cf9..cb6a20d 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-weaver-build-tools</artifactId>
@@ -29,9 +29,9 @@
   <description>Provide common setup, from http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/build-tools</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/build-tools</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/build-tools</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/build-tools</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/build-tools</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.1_RC3/build-tools</url>
   </scm>
 
   <build>
diff --git a/dist/pom.xml b/dist/pom.xml
index 01251bb..f0d25bb 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
 
   <artifactId>commons-weaver</artifactId>
@@ -33,9 +33,9 @@
   </description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/dist</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/dist</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/dist</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/dist</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/dist</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.1_RC3/dist</url>
   </scm>
 
   <dependencies>
diff --git a/example/pom.xml b/example/pom.xml
index 7d83cc4..b19e1d5 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
       <artifactId>commons-weaver-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
   <artifactId>commons-weaver-example</artifactId>
   <name>Apache Commons Weaver Privilizer Example</name>
@@ -33,9 +33,9 @@
   </properties>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/example</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/example</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/example</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/example</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/example</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.1_RC3/example</url>
   </scm>
 
   <dependencies>
diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml
index a3d5496..df952db 100644
--- a/maven-plugin/pom.xml
+++ b/maven-plugin/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
 
   <artifactId>commons-weaver-maven-plugin</artifactId>
@@ -38,9 +38,9 @@
   </properties>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/maven-plugin</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/maven-plugin</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/maven-plugin</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/maven-plugin</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/maven-plugin</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.1_RC3/maven-plugin</url>
   </scm>
 
   <dependencies>
diff --git a/modules/normalizer/example/pom.xml b/modules/normalizer/example/pom.xml
index d3f2f89..e91c37e 100644
--- a/modules/normalizer/example/pom.xml
+++ b/modules/normalizer/example/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-normalizer-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
   <artifactId>commons-weaver-normalizer-example</artifactId>
   <name>Apache Commons Weaver Normalizer Example</name>
@@ -31,9 +31,9 @@
   </properties>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/normalizer/example</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/normalizer/example</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/normalizer/example</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/modules/normalizer/example</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/modules/normalizer/example</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.1_RC3/modules/normalizer/example</url>
   </scm>
 
   <dependencies>
diff --git a/modules/normalizer/pom.xml b/modules/normalizer/pom.xml
index c59706e..cf19a1a 100644
--- a/modules/normalizer/pom.xml
+++ b/modules/normalizer/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-modules-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
 
   <artifactId>commons-weaver-normalizer-parent</artifactId>
@@ -38,9 +38,9 @@
   </description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/normalizer</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/normalizer</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/normalizer</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/modules/normalizer</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/modules/normalizer</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.1_RC3/modules/normalizer</url>
   </scm>
 
   <modules>
diff --git a/modules/normalizer/weaver/pom.xml b/modules/normalizer/weaver/pom.xml
index 4810337..9aa8bce 100644
--- a/modules/normalizer/weaver/pom.xml
+++ b/modules/normalizer/weaver/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-normalizer-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
   <artifactId>commons-weaver-normalizer</artifactId>
   <name>Apache Commons Weaver Normalizer</name>
@@ -31,9 +31,9 @@
   </properties>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/normalizer/weaver</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/normalizer/weaver</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/normalizer/weaver</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/modules/normalizer/weaver</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/modules/normalizer/weaver</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.1_RC3/modules/normalizer/weaver</url>
   </scm>
 
   <dependencies>
diff --git a/modules/pom.xml b/modules/pom.xml
index 2a81acd..e11b649 100644
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>commons-weaver-parent</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
 
   <artifactId>commons-weaver-modules-parent</artifactId>
@@ -36,9 +36,9 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/modules</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/modules</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.1_RC3/modules</url>
   </scm>
 
   <dependencies>
diff --git a/modules/privilizer/api/pom.xml b/modules/privilizer/api/pom.xml
index ce26783..1dd6506 100644
--- a/modules/privilizer/api/pom.xml
+++ b/modules/privilizer/api/pom.xml
@@ -22,16 +22,16 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-privilizer-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
 
   <artifactId>commons-weaver-privilizer-api</artifactId>
   <name>Apache Commons Weaver Privilizer API</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/privilizer/api</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/privilizer/api</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/privilizer/api</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/modules/privilizer/api</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/modules/privilizer/api</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.1_RC3/modules/privilizer/api</url>
   </scm>
 
   <build>
diff --git a/modules/privilizer/pom.xml b/modules/privilizer/pom.xml
index 9dc2ec5..34dfc6c 100644
--- a/modules/privilizer/pom.xml
+++ b/modules/privilizer/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-modules-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
 
   <artifactId>commons-weaver-privilizer-parent</artifactId>
@@ -36,9 +36,9 @@
   </description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/privilizer</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/privilizer</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/privilizer</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/modules/privilizer</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/modules/privilizer</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.1_RC3/modules/privilizer</url>
   </scm>
 
   <modules>
diff --git a/modules/privilizer/weaver/pom.xml b/modules/privilizer/weaver/pom.xml
index 6dad071..598fd66 100644
--- a/modules/privilizer/weaver/pom.xml
+++ b/modules/privilizer/weaver/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-privilizer-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
 
   <artifactId>commons-weaver-privilizer</artifactId>
@@ -32,9 +32,9 @@
   </description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/privilizer/weaver</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/privilizer/weaver</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/privilizer/weaver</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/modules/privilizer/weaver</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/modules/privilizer/weaver</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.1_RC3/modules/privilizer/weaver</url>
   </scm>
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index 35f71ec..b60d0f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,14 +27,14 @@
   </parent>
 
   <artifactId>commons-weaver-parent</artifactId>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.1</version>
   <packaging>pom</packaging>
 
   <name>Apache Commons Weaver</name>
 
   <description>
     Apache Commons Weaver provides an easy way to enhance compiled Java
-    classes by generating (&quot;weaving&quot;) bytecode into those classes.
+    classes by generating ("weaving") bytecode into those classes.
   </description>
 
   <url>http://commons.apache.org/proper/commons-weaver</url>
@@ -80,9 +80,9 @@
   </developers>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.1_RC3</url>
   </scm>
 
   <distributionManagement>
diff --git a/processor/pom.xml b/processor/pom.xml
index 6d5f5ae..0bff173 100644
--- a/processor/pom.xml
+++ b/processor/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
 
   <artifactId>commons-weaver-processor</artifactId>
@@ -34,9 +34,9 @@
   </description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/processor</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/processor</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/processor</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/processor</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.1_RC3/processor</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.1_RC3/processor</url>
   </scm>
 
   <dependencies>