You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-commits@hadoop.apache.org by ac...@apache.org on 2013/09/17 07:32:23 UTC

svn commit: r1523896 - in /hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project: ./ hadoop-mapreduce-client/ hadoop-mapreduce-client/hadoop-mapreduce-client-app/ hadoop-mapreduce-client/hadoop-mapreduce-client-common/ hadoop-mapreduce-clie...

Author: acmurthy
Date: Tue Sep 17 05:32:20 2013
New Revision: 1523896

URL: http://svn.apache.org/r1523896
Log:
Set version in branch-2.1.1-beta to 2.1.1-beta.

Modified:
    hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml
    hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml
    hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml
    hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs-plugins/pom.xml
    hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/pom.xml
    hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml
    hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/pom.xml
    hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml
    hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml
    hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/pom.xml

Modified: hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml?rev=1523896&r1=1523895&r2=1523896&view=diff
==============================================================================
--- hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml (original)
+++ hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml Tue Sep 17 05:32:20 2013
@@ -19,12 +19,12 @@
   <parent>
     <artifactId>hadoop-mapreduce-client</artifactId>
     <groupId>org.apache.hadoop</groupId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.1-beta</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-mapreduce-client-app</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.1-beta</version>
   <name>hadoop-mapreduce-client-app</name>
 
   <properties>

Modified: hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml?rev=1523896&r1=1523895&r2=1523896&view=diff
==============================================================================
--- hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml (original)
+++ hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml Tue Sep 17 05:32:20 2013
@@ -19,12 +19,12 @@
   <parent>
     <artifactId>hadoop-mapreduce-client</artifactId>
     <groupId>org.apache.hadoop</groupId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.1-beta</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-mapreduce-client-common</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.1-beta</version>
   <name>hadoop-mapreduce-client-common</name>
 
   <properties>

Modified: hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml?rev=1523896&r1=1523895&r2=1523896&view=diff
==============================================================================
--- hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml (original)
+++ hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml Tue Sep 17 05:32:20 2013
@@ -19,12 +19,12 @@
   <parent>
     <artifactId>hadoop-mapreduce-client</artifactId>
     <groupId>org.apache.hadoop</groupId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.1-beta</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-mapreduce-client-core</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.1-beta</version>
   <name>hadoop-mapreduce-client-core</name>
 
   <properties>

Modified: hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs-plugins/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs-plugins/pom.xml?rev=1523896&r1=1523895&r2=1523896&view=diff
==============================================================================
--- hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs-plugins/pom.xml (original)
+++ hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs-plugins/pom.xml Tue Sep 17 05:32:20 2013
@@ -19,12 +19,12 @@
   <parent>
     <artifactId>hadoop-mapreduce-client</artifactId>
     <groupId>org.apache.hadoop</groupId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.1-beta</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-mapreduce-client-hs-plugins</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.1-beta</version>
   <name>hadoop-mapreduce-client-hs-plugins</name>
 
   <properties>

Modified: hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/pom.xml?rev=1523896&r1=1523895&r2=1523896&view=diff
==============================================================================
--- hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/pom.xml (original)
+++ hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/pom.xml Tue Sep 17 05:32:20 2013
@@ -19,12 +19,12 @@
   <parent>
     <artifactId>hadoop-mapreduce-client</artifactId>
     <groupId>org.apache.hadoop</groupId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.1-beta</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-mapreduce-client-hs</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.1-beta</version>
   <name>hadoop-mapreduce-client-hs</name>
 
   <properties>

Modified: hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml?rev=1523896&r1=1523895&r2=1523896&view=diff
==============================================================================
--- hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml (original)
+++ hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml Tue Sep 17 05:32:20 2013
@@ -19,12 +19,12 @@
   <parent>
     <artifactId>hadoop-mapreduce-client</artifactId>
     <groupId>org.apache.hadoop</groupId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.1-beta</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.1-beta</version>
   <name>hadoop-mapreduce-client-jobclient</name>
 
   <properties>

Modified: hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/pom.xml?rev=1523896&r1=1523895&r2=1523896&view=diff
==============================================================================
--- hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/pom.xml (original)
+++ hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/pom.xml Tue Sep 17 05:32:20 2013
@@ -19,12 +19,12 @@
   <parent>
     <artifactId>hadoop-mapreduce-client</artifactId>
     <groupId>org.apache.hadoop</groupId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.1-beta</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-mapreduce-client-shuffle</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.1-beta</version>
   <name>hadoop-mapreduce-client-shuffle</name>
 
   <properties>

Modified: hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml?rev=1523896&r1=1523895&r2=1523896&view=diff
==============================================================================
--- hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml (original)
+++ hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml Tue Sep 17 05:32:20 2013
@@ -20,12 +20,12 @@
   <parent>
     <groupId>org.apache.hadoop</groupId>
     <artifactId>hadoop-project</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.1-beta</version>
     <relativePath>../../hadoop-project</relativePath>
   </parent>
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-mapreduce-client</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.1-beta</version>
   <name>hadoop-mapreduce-client</name>
   <packaging>pom</packaging>
 

Modified: hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml?rev=1523896&r1=1523895&r2=1523896&view=diff
==============================================================================
--- hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml (original)
+++ hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml Tue Sep 17 05:32:20 2013
@@ -20,12 +20,12 @@
   <parent>
     <groupId>org.apache.hadoop</groupId>
     <artifactId>hadoop-project</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.1-beta</version>
     <relativePath>../../hadoop-project</relativePath>
   </parent>
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-mapreduce-examples</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.1-beta</version>
   <description>Apache Hadoop MapReduce Examples</description>
   <name>Apache Hadoop MapReduce Examples</name>
   <packaging>jar</packaging>

Modified: hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/pom.xml?rev=1523896&r1=1523895&r2=1523896&view=diff
==============================================================================
--- hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/pom.xml (original)
+++ hadoop/common/branches/branch-2.1.1-beta/hadoop-mapreduce-project/pom.xml Tue Sep 17 05:32:20 2013
@@ -18,12 +18,12 @@
   <parent>
     <groupId>org.apache.hadoop</groupId>
     <artifactId>hadoop-project</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.1-beta</version>
     <relativePath>../hadoop-project</relativePath>
   </parent>
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-mapreduce</artifactId>
-  <version>2.1.1-SNAPSHOT</version>
+  <version>2.1.1-beta</version>
   <packaging>pom</packaging>
   <name>hadoop-mapreduce</name>
   <url>http://hadoop.apache.org/mapreduce/</url>