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 2013/10/24 22:33:05 UTC

svn commit: r1535534 - in /hadoop/common/branches/HDFS-2832: ./ pom.xml

Author: arp
Date: Thu Oct 24 20:33:04 2013
New Revision: 1535534

URL: http://svn.apache.org/r1535534
Log:
Merging r1535122 through r1535532 from trunk to HDFS-2832

Modified:
    hadoop/common/branches/HDFS-2832/   (props changed)
    hadoop/common/branches/HDFS-2832/pom.xml

Propchange: hadoop/common/branches/HDFS-2832/
------------------------------------------------------------------------------
  Merged /hadoop/common/trunk:r1535122-1535532

Modified: hadoop/common/branches/HDFS-2832/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/HDFS-2832/pom.xml?rev=1535534&r1=1535533&r2=1535534&view=diff
==============================================================================
--- hadoop/common/branches/HDFS-2832/pom.xml (original)
+++ hadoop/common/branches/HDFS-2832/pom.xml Thu Oct 24 20:33:04 2013
@@ -143,7 +143,7 @@ xsi:schemaLocation="http://maven.apache.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.6</version>
+          <version>1.7</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -175,7 +175,7 @@ xsi:schemaLocation="http://maven.apache.
                   <pluginExecutionFilter>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-antrun-plugin</artifactId>
-                    <versionRange>[1.6,)</versionRange>
+                    <versionRange>[1.7,)</versionRange>
                     <goals>
                       <goal>run</goal>
                     </goals>