Creating commons-codec-1.6-RC1 tag

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/tags/commons-codec-1.6-RC1@1201740 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 8cdc791..43541ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,6 +210,23 @@
     <commons.encoding>UTF-8</commons.encoding>
   </properties>
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.0</version>
+          <dependencies>
+            <dependency>
+              <!-- add support for ssh/scp -->
+              <groupId>org.apache.maven.wagon</groupId>
+              <artifactId>wagon-ssh</artifactId>
+              <version>1.0</version>
+            </dependency>
+          </dependencies>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -258,7 +275,6 @@
         <artifactId>maven-changes-plugin</artifactId>
         <version>2.6</version>
         <configuration>
-<!--           <xmlPath>${basedir}/src/changes/changes.xml</xmlPath> -->
           <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
           <!-- TODO: <onlyCurrentVersion>true</onlyCurrentVersion> -->
         </configuration>