You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ar...@apache.org on 2014/02/05 06:44:46 UTC

svn commit: r1564639 - /hadoop/common/branches/branch-2/pom.xml

Author: arp
Date: Wed Feb  5 05:44:45 2014
New Revision: 1564639

URL: http://svn.apache.org/r1564639
Log:
HADOOP-10273. Merging r1564638 from trunk to branch-2.

Modified:
    hadoop/common/branches/branch-2/pom.xml

Modified: hadoop/common/branches/branch-2/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/pom.xml?rev=1564639&r1=1564638&r2=1564639&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/pom.xml (original)
+++ hadoop/common/branches/branch-2/pom.xml Wed Feb  5 05:44:45 2014
@@ -152,7 +152,7 @@ xsi:schemaLocation="http://maven.apache.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.2</version>
+          <version>3.3</version>
           <dependencies>
             <dependency><!-- add support for ssh/scp -->
               <groupId>org.apache.maven.wagon</groupId>
@@ -222,7 +222,7 @@ xsi:schemaLocation="http://maven.apache.
       </plugin>
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.0</version>
+        <version>3.3</version>
         <executions>
           <execution>
             <id>attach-descriptor</id>