[maven-release-plugin] prepare release 2.0_RC1
diff --git a/ant/pom.xml b/ant/pom.xml
index 4407ec4..3ac7dc1 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>2.0-SNAPSHOT</version>
+    <version>2.0</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index 03ac52f..35941b2 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>2.0-SNAPSHOT</version>
+    <version>2.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-weaver-build-tools</artifactId>
diff --git a/dist/pom.xml b/dist/pom.xml
index 2adc395..ff73367 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>2.0-SNAPSHOT</version>
+    <version>2.0</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml
index 4ddf85d..c061457 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>2.0-SNAPSHOT</version>
+    <version>2.0</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/modules/normalizer/pom.xml b/modules/normalizer/pom.xml
index fbf6403..29a6a96 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>2.0-SNAPSHOT</version>
+    <version>2.0</version>
   </parent>
   <artifactId>commons-weaver-normalizer</artifactId>
   <name>Apache Commons Weaver Normalizer</name>
diff --git a/modules/pom.xml b/modules/pom.xml
index ce924dd..a549e41 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>2.0-SNAPSHOT</version>
+    <version>2.0</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/modules/privilizer/api/pom.xml b/modules/privilizer/api/pom.xml
index 5c6d26a..67cc4e4 100644
--- a/modules/privilizer/api/pom.xml
+++ b/modules/privilizer/api/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-privilizer-parent</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0</version>
   </parent>
 
   <artifactId>commons-weaver-privilizer-api</artifactId>
diff --git a/modules/privilizer/pom.xml b/modules/privilizer/pom.xml
index 279ad8c..575458b 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>2.0-SNAPSHOT</version>
+    <version>2.0</version>
   </parent>
 
   <artifactId>commons-weaver-privilizer-parent</artifactId>
diff --git a/modules/privilizer/weaver/pom.xml b/modules/privilizer/weaver/pom.xml
index e9003a4..6792502 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>2.0-SNAPSHOT</version>
+    <version>2.0</version>
   </parent>
 
   <artifactId>commons-weaver-privilizer</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index e5f276c..0b1cf77 100755
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1,443 +1,443 @@
-<?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>2.0-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>3.0.0</checkstyle.version>

-    <hamcrest.version>1.3</hamcrest.version>

-  </properties>

-

-  <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.9</version>

-      </dependency>

-      <dependency>

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

-        <artifactId>commons-lang3</artifactId>

-        <version>3.7</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.10.0</version>

-        </plugin>

-        <plugin>

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

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

-          <version>3.0.5</version>

-        </plugin>

-        <plugin>

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

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

-          <configuration>

-            <parameter>

-              <ignoreMissingNewVersion />

-              <reportOnlyFilename>true</reportOnlyFilename>

-            </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>2.0</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>3.0.0</checkstyle.version>
+    <hamcrest.version>1.3</hamcrest.version>
+  </properties>
+
+  <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.9</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
+        <version>3.7</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.10.0</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>findbugs-maven-plugin</artifactId>
+          <version>3.0.5</version>
+        </plugin>
+        <plugin>
+          <groupId>com.github.siom79.japicmp</groupId>
+          <artifactId>japicmp-maven-plugin</artifactId>
+          <configuration>
+            <parameter>
+              <ignoreMissingNewVersion />
+              <reportOnlyFilename>true</reportOnlyFilename>
+            </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 ea8bc91..aece83d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
 
   <artifactId>commons-weaver-base</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>2.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Commons Weaver</name>
@@ -95,6 +95,7 @@
     <connection>scm:git:http://gitbox.apache.org/repos/asf/commons-weaver.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-weaver.git</developerConnection>
     <url>http://gitbox.apache.org/repos/asf/commons-weaver.git</url>
+    <tag>2.0_RC1</tag>
   </scm>
 
   <distributionManagement>
diff --git a/processor/pom.xml b/processor/pom.xml
index f3b7413..ee770b7 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>2.0-SNAPSHOT</version>
+    <version>2.0</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>