You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/11/14 16:03:33 UTC

svn commit: r1201738 - /commons/proper/codec/trunk/pom.xml

Author: ggregory
Date: Mon Nov 14 15:03:33 2011
New Revision: 1201738

URL: http://svn.apache.org/viewvc?rev=1201738&view=rev
Log:
Prepare 1.6 RC.

Modified:
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1201738&r1=1201737&r2=1201738&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Mon Nov 14 15:03:33 2011
@@ -210,6 +210,23 @@ limitations under the License.
     <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 @@ limitations under the License.
         <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>