[maven-release-plugin] prepare release 1.3_RC1

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/weaver/trunk@1764491 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ant/pom.xml b/ant/pom.xml
index 477c93f..9bb9839 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.3-SNAPSHOT</version>
+    <version>1.3</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
@@ -36,9 +36,9 @@
   </properties>
 
   <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.3_RC1/ant</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/ant</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/ant</url>
   </scm>
 
   <dependencies>
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index e5f045e..4f96c2f 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-base</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</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.3_RC1/build-tools</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/build-tools</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/build-tools</url>
   </scm>
 
   <build>
diff --git a/dist/pom.xml b/dist/pom.xml
index f1d9d92..aad0319 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.3-SNAPSHOT</version>
+    <version>1.3</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
@@ -34,9 +34,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.3_RC1/dist</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/dist</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/dist</url>
   </scm>
 
   <dependencies>
diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml
index 50dc440..3dc6348 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.3-SNAPSHOT</version>
+    <version>1.3</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
@@ -40,9 +40,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.3_RC1/maven-plugin</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/maven-plugin</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/maven-plugin</url>
   </scm>
 
   <dependencies>
diff --git a/modules/normalizer/pom.xml b/modules/normalizer/pom.xml
index f1f44ef..95d8a0c 100644
--- a/modules/normalizer/pom.xml
+++ b/modules/normalizer/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-modules-parent</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <artifactId>commons-weaver-normalizer</artifactId>
   <name>Apache Commons Weaver Normalizer</name>
@@ -37,9 +37,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.3_RC1/modules/normalizer</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/modules/normalizer</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/modules/normalizer</url>
   </scm>
 
   <dependencies>
diff --git a/modules/pom.xml b/modules/pom.xml
index f6afb91..8337c97 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.3-SNAPSHOT</version>
+    <version>1.3</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
@@ -33,9 +33,9 @@
   <description>Hosts weaver modules.</description>
 
   <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.3_RC1/modules</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/modules</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/modules</url>
   </scm>
 
   <modules>
diff --git a/modules/privilizer/api/pom.xml b/modules/privilizer/api/pom.xml
index 326549a..e8366f7 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.3-SNAPSHOT</version>
+    <version>1.3</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.3_RC1/modules/privilizer/api</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/modules/privilizer/api</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/modules/privilizer/api</url>
   </scm>
 
   <build>
diff --git a/modules/privilizer/pom.xml b/modules/privilizer/pom.xml
index 6f05049..a095f8b 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.3-SNAPSHOT</version>
+    <version>1.3</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.3_RC1/modules/privilizer</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/modules/privilizer</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/modules/privilizer</url>
   </scm>
 
   <modules>
diff --git a/modules/privilizer/weaver/pom.xml b/modules/privilizer/weaver/pom.xml
index 2916cfd..b70253a 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.3-SNAPSHOT</version>
+    <version>1.3</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.3_RC1/modules/privilizer/weaver</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/modules/privilizer/weaver</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/modules/privilizer/weaver</url>
   </scm>
 
   <dependencies>
diff --git a/parent/pom.xml b/parent/pom.xml
index eafd77a..9432e04 100755
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1,458 +1,458 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  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">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.commons</groupId>
-    <artifactId>commons-weaver-base</artifactId>
-    <version>1.3-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>commons-weaver-parent</artifactId>
-  <packaging>pom</packaging>
-
-  <name>Apache Commons Weaver Parent</name>
-  <description>Apache Commons Weaver Parent</description>
-
-  <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-
-    <checkstyle.version>2.15</checkstyle.version>
-    <hamcrest.version>1.3</hamcrest.version>
-  </properties>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/parent</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/parent</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/parent</url>
-  </scm>
-
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-weaver-processor</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-weaver-processor</artifactId>
-        <classifier>sources</classifier>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-weaver-processor</artifactId>
-        <classifier>javadoc</classifier>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-weaver-privilizer-api</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-weaver-privilizer-api</artifactId>
-        <classifier>sources</classifier>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-weaver-privilizer-api</artifactId>
-        <classifier>javadoc</classifier>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-weaver-privilizer</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-weaver-privilizer</artifactId>
-        <classifier>sources</classifier>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-weaver-privilizer</artifactId>
-        <classifier>javadoc</classifier>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-weaver-normalizer</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-weaver-normalizer</artifactId>
-        <classifier>sources</classifier>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-weaver-normalizer</artifactId>
-        <classifier>javadoc</classifier>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-weaver-maven-plugin</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-weaver-maven-plugin</artifactId>
-        <classifier>sources</classifier>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-weaver-maven-plugin</artifactId>
-        <classifier>javadoc</classifier>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-weaver-antlib</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-weaver-antlib</artifactId>
-        <classifier>sources</classifier>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-weaver-antlib</artifactId>
-        <classifier>javadoc</classifier>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.xbean</groupId>
-        <artifactId>xbean-finder-shaded</artifactId>
-        <version>4.5</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-lang3</artifactId>
-        <version>3.4</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-collections4</artifactId>
-        <version>4.1</version>
-      </dependency>
-      <dependency>
-        <groupId>commons-io</groupId>
-        <artifactId>commons-io</artifactId>
-        <version>2.5</version>
-      </dependency>
-      <dependency>
-        <groupId>org.ow2.asm</groupId>
-        <artifactId>asm</artifactId>
-        <version>${asm.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.ow2.asm</groupId>
-        <artifactId>asm-commons</artifactId>
-        <version>${asm.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.ow2.asm</groupId>
-        <artifactId>asm-tree</artifactId>
-        <version>${asm.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.ow2.asm</groupId>
-        <artifactId>asm-util</artifactId>
-        <version>${asm.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.ow2.asm</groupId>
-        <artifactId>asm-analysis</artifactId>
-        <version>${asm.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.ow2.asm</groupId>
-        <artifactId>asm-debug-all</artifactId>
-        <version>${asm.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>4.12</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.hamcrest</groupId>
-        <artifactId>hamcrest-core</artifactId>
-        <version>${hamcrest.version}</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.hamcrest</groupId>
-        <artifactId>hamcrest-library</artifactId>
-        <version>${hamcrest.version}</version>
-        <scope>test</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.10</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-pmd-plugin</artifactId>
-          <version>3.5</version>
-        </plugin>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>findbugs-maven-plugin</artifactId>
-          <version>3.0.3</version>
-        </plugin>
-        <plugin>
-          <groupId>com.github.siom79.japicmp</groupId>
-          <artifactId>japicmp-maven-plugin</artifactId>
-          <configuration>
-            <parameter>
-              <ignoreMissingNewVersion />
-            </parameter>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>create-javadoc-jar</id>
-            <goals>
-              <goal>javadoc</goal>
-              <goal>jar</goal>
-            </goals>
-            <phase>package</phase>
-          </execution>
-        </executions>
-        <configuration>
-          <source>${maven.compiler.source}</source>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-sources</id>
-            <goals>
-              <goal>jar-no-fork</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-        <configuration>
-          <aggregate>true</aggregate>
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>
-
-  <profiles>
-    <profile>
-      <id>release</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-source-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>create-source-jar</id>
-                <!-- suppress execution specified by parent profile -->
-                <phase />
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
-      <id>quality</id>
-      <activation>
-        <property>
-          <name>!quality.skip</name>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-checkstyle-plugin</artifactId>
-            <version>${checkstyle.version}</version>
-            <dependencies>
-              <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>commons-weaver-build-tools</artifactId>
-                <version>${project.version}</version>
-              </dependency>
-            </dependencies>
-            <configuration>
-              <configLocation>org/apache/commons/weaver/checkstyle.xml</configLocation>
-            </configuration>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-pmd-plugin</artifactId>
-            <dependencies>
-              <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>commons-weaver-build-tools</artifactId>
-                <version>${project.version}</version>
-              </dependency>
-            </dependencies>
-            <configuration>
-              <rulesets>
-                <ruleset>/org/apache/commons/weaver/pmd.xml</ruleset>
-              </rulesets>
-              <skipEmptyReport>false</skipEmptyReport>
-            </configuration>
-          </plugin>
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>findbugs-maven-plugin</artifactId>
-            <dependencies>
-              <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>commons-weaver-build-tools</artifactId>
-                <version>${project.version}</version>
-              </dependency>
-            </dependencies>
-            <configuration>
-              <excludeFilterFile>/org/apache/commons/weaver/findbugs-exclude-filter.xml</excludeFilterFile>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
-      <id>java8</id>
-      <activation>
-        <jdk>[1.8,2.0)</jdk>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <configuration>
-              <additionalJOptions>
-                <additionalJOption>-Xdoclint:none</additionalJOption>
-              </additionalJOptions>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
-      <id>unit-tests</id>
-      <activation>
-        <file>
-          <exists>src/test</exists>
-        </file>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>attach-test-jar</id>
-                <phase>package</phase>
-                <goals>
-                  <goal>test-jar</goal>
-                </goals>
-              </execution>
-            </executions>
-            <configuration>
-              <skipIfEmpty>true</skipIfEmpty>
-            </configuration>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-source-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>attach-test-sources</id>
-                <goals>
-                  <goal>test-jar-no-fork</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>build-helper-maven-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>add-test-notices</id>
-                <phase>generate-test-resources</phase>
-                <goals>
-                  <goal>add-test-resource</goal>
-                </goals>
-                <configuration>
-                  <resources>
-                    <resource>
-                      <directory>${project.build.directory}/generated-test-resources/notices</directory>
-                    </resource>
-                  </resources>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+Licensed to the Apache Software Foundation (ASF) under one

+or more contributor license agreements.  See the NOTICE file

+distributed with this work for additional information

+regarding copyright ownership.  The ASF licenses this file

+to you under the Apache License, Version 2.0 (the

+"License"); you may not use this file except in compliance

+with the License.  You may obtain a copy of the License at

+

+  http://www.apache.org/licenses/LICENSE-2.0

+

+Unless required by applicable law or agreed to in writing,

+software distributed under the License is distributed on an

+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

+KIND, either express or implied.  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">

+  <modelVersion>4.0.0</modelVersion>

+

+  <parent>

+    <groupId>org.apache.commons</groupId>

+    <artifactId>commons-weaver-base</artifactId>

+    <version>1.3</version>

+  </parent>

+

+  <artifactId>commons-weaver-parent</artifactId>

+  <packaging>pom</packaging>

+

+  <name>Apache Commons Weaver Parent</name>

+  <description>Apache Commons Weaver Parent</description>

+

+  <properties>

+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

+

+    <checkstyle.version>2.15</checkstyle.version>

+    <hamcrest.version>1.3</hamcrest.version>

+  </properties>

+

+  <scm>

+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/parent</connection>

+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/parent</developerConnection>

+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/parent</url>

+  </scm>

+

+  <dependencyManagement>

+    <dependencies>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-weaver-processor</artifactId>

+        <version>${project.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-weaver-processor</artifactId>

+        <classifier>sources</classifier>

+        <version>${project.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-weaver-processor</artifactId>

+        <classifier>javadoc</classifier>

+        <version>${project.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-weaver-privilizer-api</artifactId>

+        <version>${project.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-weaver-privilizer-api</artifactId>

+        <classifier>sources</classifier>

+        <version>${project.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-weaver-privilizer-api</artifactId>

+        <classifier>javadoc</classifier>

+        <version>${project.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-weaver-privilizer</artifactId>

+        <version>${project.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-weaver-privilizer</artifactId>

+        <classifier>sources</classifier>

+        <version>${project.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-weaver-privilizer</artifactId>

+        <classifier>javadoc</classifier>

+        <version>${project.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-weaver-normalizer</artifactId>

+        <version>${project.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-weaver-normalizer</artifactId>

+        <classifier>sources</classifier>

+        <version>${project.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-weaver-normalizer</artifactId>

+        <classifier>javadoc</classifier>

+        <version>${project.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-weaver-maven-plugin</artifactId>

+        <version>${project.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-weaver-maven-plugin</artifactId>

+        <classifier>sources</classifier>

+        <version>${project.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-weaver-maven-plugin</artifactId>

+        <classifier>javadoc</classifier>

+        <version>${project.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-weaver-antlib</artifactId>

+        <version>${project.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-weaver-antlib</artifactId>

+        <classifier>sources</classifier>

+        <version>${project.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-weaver-antlib</artifactId>

+        <classifier>javadoc</classifier>

+        <version>${project.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.xbean</groupId>

+        <artifactId>xbean-finder-shaded</artifactId>

+        <version>4.5</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-lang3</artifactId>

+        <version>3.4</version>

+      </dependency>

+      <dependency>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-collections4</artifactId>

+        <version>4.1</version>

+      </dependency>

+      <dependency>

+        <groupId>commons-io</groupId>

+        <artifactId>commons-io</artifactId>

+        <version>2.5</version>

+      </dependency>

+      <dependency>

+        <groupId>org.ow2.asm</groupId>

+        <artifactId>asm</artifactId>

+        <version>${asm.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.ow2.asm</groupId>

+        <artifactId>asm-commons</artifactId>

+        <version>${asm.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.ow2.asm</groupId>

+        <artifactId>asm-tree</artifactId>

+        <version>${asm.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.ow2.asm</groupId>

+        <artifactId>asm-util</artifactId>

+        <version>${asm.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.ow2.asm</groupId>

+        <artifactId>asm-analysis</artifactId>

+        <version>${asm.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>org.ow2.asm</groupId>

+        <artifactId>asm-debug-all</artifactId>

+        <version>${asm.version}</version>

+      </dependency>

+      <dependency>

+        <groupId>junit</groupId>

+        <artifactId>junit</artifactId>

+        <version>4.12</version>

+        <scope>test</scope>

+      </dependency>

+      <dependency>

+        <groupId>org.hamcrest</groupId>

+        <artifactId>hamcrest-core</artifactId>

+        <version>${hamcrest.version}</version>

+        <scope>test</scope>

+      </dependency>

+      <dependency>

+        <groupId>org.hamcrest</groupId>

+        <artifactId>hamcrest-library</artifactId>

+        <version>${hamcrest.version}</version>

+        <scope>test</scope>

+      </dependency>

+    </dependencies>

+  </dependencyManagement>

+

+  <build>

+    <pluginManagement>

+      <plugins>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-dependency-plugin</artifactId>

+          <version>2.10</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-pmd-plugin</artifactId>

+          <version>3.5</version>

+        </plugin>

+        <plugin>

+          <groupId>org.codehaus.mojo</groupId>

+          <artifactId>findbugs-maven-plugin</artifactId>

+          <version>3.0.3</version>

+        </plugin>

+        <plugin>

+          <groupId>com.github.siom79.japicmp</groupId>

+          <artifactId>japicmp-maven-plugin</artifactId>

+          <configuration>

+            <parameter>

+              <ignoreMissingNewVersion />

+            </parameter>

+          </configuration>

+        </plugin>

+      </plugins>

+    </pluginManagement>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-javadoc-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>create-javadoc-jar</id>

+            <goals>

+              <goal>javadoc</goal>

+              <goal>jar</goal>

+            </goals>

+            <phase>package</phase>

+          </execution>

+        </executions>

+        <configuration>

+          <source>${maven.compiler.source}</source>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-source-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>attach-sources</id>

+            <goals>

+              <goal>jar-no-fork</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+    </plugins>

+  </build>

+

+  <reporting>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-javadoc-plugin</artifactId>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-surefire-report-plugin</artifactId>

+        <configuration>

+          <aggregate>true</aggregate>

+        </configuration>

+      </plugin>

+    </plugins>

+  </reporting>

+

+  <profiles>

+    <profile>

+      <id>release</id>

+      <build>

+        <plugins>

+          <plugin>

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-source-plugin</artifactId>

+            <executions>

+              <execution>

+                <id>create-source-jar</id>

+                <!-- suppress execution specified by parent profile -->

+                <phase />

+              </execution>

+            </executions>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+    <profile>

+      <id>quality</id>

+      <activation>

+        <property>

+          <name>!quality.skip</name>

+        </property>

+      </activation>

+      <build>

+        <plugins>

+          <plugin>

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-checkstyle-plugin</artifactId>

+            <version>${checkstyle.version}</version>

+            <dependencies>

+              <dependency>

+                <groupId>${project.groupId}</groupId>

+                <artifactId>commons-weaver-build-tools</artifactId>

+                <version>${project.version}</version>

+              </dependency>

+            </dependencies>

+            <configuration>

+              <configLocation>org/apache/commons/weaver/checkstyle.xml</configLocation>

+            </configuration>

+          </plugin>

+          <plugin>

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-pmd-plugin</artifactId>

+            <dependencies>

+              <dependency>

+                <groupId>${project.groupId}</groupId>

+                <artifactId>commons-weaver-build-tools</artifactId>

+                <version>${project.version}</version>

+              </dependency>

+            </dependencies>

+            <configuration>

+              <rulesets>

+                <ruleset>/org/apache/commons/weaver/pmd.xml</ruleset>

+              </rulesets>

+              <skipEmptyReport>false</skipEmptyReport>

+            </configuration>

+          </plugin>

+          <plugin>

+            <groupId>org.codehaus.mojo</groupId>

+            <artifactId>findbugs-maven-plugin</artifactId>

+            <dependencies>

+              <dependency>

+                <groupId>${project.groupId}</groupId>

+                <artifactId>commons-weaver-build-tools</artifactId>

+                <version>${project.version}</version>

+              </dependency>

+            </dependencies>

+            <configuration>

+              <excludeFilterFile>/org/apache/commons/weaver/findbugs-exclude-filter.xml</excludeFilterFile>

+            </configuration>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+    <profile>

+      <id>java8</id>

+      <activation>

+        <jdk>[1.8,2.0)</jdk>

+      </activation>

+      <build>

+        <plugins>

+          <plugin>

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-javadoc-plugin</artifactId>

+            <configuration>

+              <additionalJOptions>

+                <additionalJOption>-Xdoclint:none</additionalJOption>

+              </additionalJOptions>

+            </configuration>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+    <profile>

+      <id>unit-tests</id>

+      <activation>

+        <file>

+          <exists>src/test</exists>

+        </file>

+      </activation>

+      <build>

+        <plugins>

+          <plugin>

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-jar-plugin</artifactId>

+            <executions>

+              <execution>

+                <id>attach-test-jar</id>

+                <phase>package</phase>

+                <goals>

+                  <goal>test-jar</goal>

+                </goals>

+              </execution>

+            </executions>

+            <configuration>

+              <skipIfEmpty>true</skipIfEmpty>

+            </configuration>

+          </plugin>

+          <plugin>

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-source-plugin</artifactId>

+            <executions>

+              <execution>

+                <id>attach-test-sources</id>

+                <goals>

+                  <goal>test-jar-no-fork</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+          <plugin>

+            <groupId>org.codehaus.mojo</groupId>

+            <artifactId>build-helper-maven-plugin</artifactId>

+            <executions>

+              <execution>

+                <id>add-test-notices</id>

+                <phase>generate-test-resources</phase>

+                <goals>

+                  <goal>add-test-resource</goal>

+                </goals>

+                <configuration>

+                  <resources>

+                    <resource>

+                      <directory>${project.build.directory}/generated-test-resources/notices</directory>

+                    </resource>

+                  </resources>

+                </configuration>

+              </execution>

+            </executions>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+  </profiles>

+</project>

diff --git a/pom.xml b/pom.xml
index 2154eb5..ef2efb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
 
   <artifactId>commons-weaver-base</artifactId>
-  <version>1.3-SNAPSHOT</version>
+  <version>1.3</version>
   <packaging>pom</packaging>
 
   <name>Apache Commons Weaver</name>
@@ -89,9 +89,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.3_RC1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1</url>
   </scm>
 
   <distributionManagement>
diff --git a/processor/pom.xml b/processor/pom.xml
index 34e2078..b006e1a 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.3-SNAPSHOT</version>
+    <version>1.3</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
@@ -35,9 +35,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.3_RC1/processor</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/processor</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/processor</url>
   </scm>
 
   <dependencies>