Skip to content

Commit 1e6296d

Browse files
@tshooter.)vinoduec
@tshooter.)
authored andcommitted
Preparing for 2.8.1 release: mvn versions:set -DnewVersion=2.8.1
1 parent 045f59f commit 1e6296d

File tree

71 files changed

+136
-136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+136
-136
lines changed

hadoop-assemblies/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>org.apache.hadoop</groupId>
2525
<artifactId>hadoop-project</artifactId>
26-
<version>2.8.0</version>
26+
<version>2.8.1</version>
2727
<relativePath>../hadoop-project</relativePath>
2828
</parent>
2929
<groupId>org.apache.hadoop</groupId>
3030
<artifactId>hadoop-assemblies</artifactId>
31-
<version>2.8.0</version>
31+
<version>2.8.1</version>
3232
<name>Apache Hadoop Assemblies</name>
3333
<description>Apache Hadoop Assemblies</description>
3434

hadoop-build-tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>hadoop-main</artifactId>
2020
<groupId>org.apache.hadoop</groupId>
21-
<version>2.8.0</version>
21+
<version>2.8.1</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424
<artifactId>hadoop-build-tools</artifactId>

hadoop-client/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<parent>
1919
<groupId>org.apache.hadoop</groupId>
2020
<artifactId>hadoop-project-dist</artifactId>
21-
<version>2.8.0</version>
21+
<version>2.8.1</version>
2222
<relativePath>../hadoop-project-dist</relativePath>
2323
</parent>
2424
<groupId>org.apache.hadoop</groupId>
2525
<artifactId>hadoop-client</artifactId>
26-
<version>2.8.0</version>
26+
<version>2.8.1</version>
2727
<packaging>jar</packaging>
2828

2929
<description>Apache Hadoop Client</description>

hadoop-common-project/hadoop-annotations/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<groupId>org.apache.hadoop</groupId>
2222
<artifactId>hadoop-project</artifactId>
23-
<version>2.8.0</version>
23+
<version>2.8.1</version>
2424
<relativePath>../../hadoop-project</relativePath>
2525
</parent>
2626
<groupId>org.apache.hadoop</groupId>
2727
<artifactId>hadoop-annotations</artifactId>
28-
<version>2.8.0</version>
28+
<version>2.8.1</version>
2929
<description>Apache Hadoop Annotations</description>
3030
<name>Apache Hadoop Annotations</name>
3131
<packaging>jar</packaging>

hadoop-common-project/hadoop-auth-examples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<groupId>org.apache.hadoop</groupId>
2222
<artifactId>hadoop-project</artifactId>
23-
<version>2.8.0</version>
23+
<version>2.8.1</version>
2424
<relativePath>../../hadoop-project</relativePath>
2525
</parent>
2626
<groupId>org.apache.hadoop</groupId>
2727
<artifactId>hadoop-auth-examples</artifactId>
28-
<version>2.8.0</version>
28+
<version>2.8.1</version>
2929
<packaging>war</packaging>
3030

3131
<name>Apache Hadoop Auth Examples</name>

hadoop-common-project/hadoop-auth/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<groupId>org.apache.hadoop</groupId>
2222
<artifactId>hadoop-project</artifactId>
23-
<version>2.8.0</version>
23+
<version>2.8.1</version>
2424
<relativePath>../../hadoop-project</relativePath>
2525
</parent>
2626
<groupId>org.apache.hadoop</groupId>
2727
<artifactId>hadoop-auth</artifactId>
28-
<version>2.8.0</version>
28+
<version>2.8.1</version>
2929
<packaging>jar</packaging>
3030

3131
<name>Apache Hadoop Auth</name>

hadoop-common-project/hadoop-common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<groupId>org.apache.hadoop</groupId>
2222
<artifactId>hadoop-project-dist</artifactId>
23-
<version>2.8.0</version>
23+
<version>2.8.1</version>
2424
<relativePath>../../hadoop-project-dist</relativePath>
2525
</parent>
2626
<groupId>org.apache.hadoop</groupId>
2727
<artifactId>hadoop-common</artifactId>
28-
<version>2.8.0</version>
28+
<version>2.8.1</version>
2929
<description>Apache Hadoop Common</description>
3030
<name>Apache Hadoop Common</name>
3131
<packaging>jar</packaging>

hadoop-common-project/hadoop-kms/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<parent>
2323
<groupId>org.apache.hadoop</groupId>
2424
<artifactId>hadoop-project</artifactId>
25-
<version>2.8.0</version>
25+
<version>2.8.1</version>
2626
<relativePath>../../hadoop-project</relativePath>
2727
</parent>
2828
<groupId>org.apache.hadoop</groupId>
2929
<artifactId>hadoop-kms</artifactId>
30-
<version>2.8.0</version>
30+
<version>2.8.1</version>
3131
<packaging>war</packaging>
3232

3333
<name>Apache Hadoop KMS</name>

hadoop-common-project/hadoop-minikdc/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
<parent>
1919
<groupId>org.apache.hadoop</groupId>
2020
<artifactId>hadoop-project</artifactId>
21-
<version>2.8.0</version>
21+
<version>2.8.1</version>
2222
<relativePath>../../hadoop-project</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>org.apache.hadoop</groupId>
2626
<artifactId>hadoop-minikdc</artifactId>
27-
<version>2.8.0</version>
27+
<version>2.8.1</version>
2828
<description>Apache Hadoop MiniKDC</description>
2929
<name>Apache Hadoop MiniKDC</name>
3030
<packaging>jar</packaging>

hadoop-common-project/hadoop-nfs/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<groupId>org.apache.hadoop</groupId>
2222
<artifactId>hadoop-project</artifactId>
23-
<version>2.8.0</version>
23+
<version>2.8.1</version>
2424
<relativePath>../../hadoop-project</relativePath>
2525
</parent>
2626
<groupId>org.apache.hadoop</groupId>
2727
<artifactId>hadoop-nfs</artifactId>
28-
<version>2.8.0</version>
28+
<version>2.8.1</version>
2929
<packaging>jar</packaging>
3030

3131
<name>Apache Hadoop NFS</name>

hadoop-common-project/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<groupId>org.apache.hadoop</groupId>
2222
<artifactId>hadoop-project</artifactId>
23-
<version>2.8.0</version>
23+
<version>2.8.1</version>
2424
<relativePath>../hadoop-project</relativePath>
2525
</parent>
2626
<groupId>org.apache.hadoop</groupId>
2727
<artifactId>hadoop-common-project</artifactId>
28-
<version>2.8.0</version>
28+
<version>2.8.1</version>
2929
<description>Apache Hadoop Common Project</description>
3030
<name>Apache Hadoop Common Project</name>
3131
<packaging>pom</packaging>

hadoop-dist/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<groupId>org.apache.hadoop</groupId>
2222
<artifactId>hadoop-project</artifactId>
23-
<version>2.8.0</version>
23+
<version>2.8.1</version>
2424
<relativePath>../hadoop-project</relativePath>
2525
</parent>
2626
<groupId>org.apache.hadoop</groupId>
2727
<artifactId>hadoop-dist</artifactId>
28-
<version>2.8.0</version>
28+
<version>2.8.1</version>
2929
<description>Apache Hadoop Distribution</description>
3030
<name>Apache Hadoop Distribution</name>
3131
<packaging>jar</packaging>

hadoop-hdfs-project/hadoop-hdfs-client/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<parent>
2121
<groupId>org.apache.hadoop</groupId>
2222
<artifactId>hadoop-project-dist</artifactId>
23-
<version>2.8.0</version>
23+
<version>2.8.1</version>
2424
<relativePath>../../hadoop-project-dist</relativePath>
2525
</parent>
2626
<groupId>org.apache.hadoop</groupId>
2727
<artifactId>hadoop-hdfs-client</artifactId>
28-
<version>2.8.0</version>
28+
<version>2.8.1</version>
2929
<description>Apache Hadoop HDFS Client</description>
3030
<name>Apache Hadoop HDFS Client</name>
3131
<packaging>jar</packaging>

hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<parent>
2323
<groupId>org.apache.hadoop</groupId>
2424
<artifactId>hadoop-project</artifactId>
25-
<version>2.8.0</version>
25+
<version>2.8.1</version>
2626
<relativePath>../../hadoop-project</relativePath>
2727
</parent>
2828
<groupId>org.apache.hadoop</groupId>
2929
<artifactId>hadoop-hdfs-httpfs</artifactId>
30-
<version>2.8.0</version>
30+
<version>2.8.1</version>
3131
<packaging>war</packaging>
3232

3333
<name>Apache Hadoop HttpFS</name>

hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<parent>
2121
<groupId>org.apache.hadoop</groupId>
2222
<artifactId>hadoop-project-dist</artifactId>
23-
<version>2.8.0</version>
23+
<version>2.8.1</version>
2424
<relativePath>../../hadoop-project-dist</relativePath>
2525
</parent>
2626
<groupId>org.apache.hadoop</groupId>
2727
<artifactId>hadoop-hdfs-native-client</artifactId>
28-
<version>2.8.0</version>
28+
<version>2.8.1</version>
2929
<description>Apache Hadoop HDFS Native Client</description>
3030
<name>Apache Hadoop HDFS Native Client</name>
3131
<packaging>jar</packaging>

hadoop-hdfs-project/hadoop-hdfs-nfs/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<parent>
2121
<groupId>org.apache.hadoop</groupId>
2222
<artifactId>hadoop-project</artifactId>
23-
<version>2.8.0</version>
23+
<version>2.8.1</version>
2424
<relativePath>../../hadoop-project</relativePath>
2525
</parent>
2626
<groupId>org.apache.hadoop</groupId>
2727
<artifactId>hadoop-hdfs-nfs</artifactId>
28-
<version>2.8.0</version>
28+
<version>2.8.1</version>
2929
<description>Apache Hadoop HDFS-NFS</description>
3030
<name>Apache Hadoop HDFS-NFS</name>
3131
<packaging>jar</packaging>

hadoop-hdfs-project/hadoop-hdfs/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<parent>
2121
<groupId>org.apache.hadoop</groupId>
2222
<artifactId>hadoop-project-dist</artifactId>
23-
<version>2.8.0</version>
23+
<version>2.8.1</version>
2424
<relativePath>../../hadoop-project-dist</relativePath>
2525
</parent>
2626
<groupId>org.apache.hadoop</groupId>
2727
<artifactId>hadoop-hdfs</artifactId>
28-
<version>2.8.0</version>
28+
<version>2.8.1</version>
2929
<description>Apache Hadoop HDFS</description>
3030
<name>Apache Hadoop HDFS</name>
3131
<packaging>jar</packaging>

hadoop-hdfs-project/hadoop-hdfs/src/contrib/bkjournal/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<parent>
2121
<groupId>org.apache.hadoop</groupId>
2222
<artifactId>hadoop-project</artifactId>
23-
<version>2.8.0</version>
23+
<version>2.8.1</version>
2424
<relativePath>../../../../../hadoop-project</relativePath>
2525
</parent>
2626

2727
<groupId>org.apache.hadoop.contrib</groupId>
2828
<artifactId>hadoop-hdfs-bkjournal</artifactId>
29-
<version>2.8.0</version>
29+
<version>2.8.1</version>
3030
<description>Apache Hadoop HDFS BookKeeper Journal</description>
3131
<name>Apache Hadoop HDFS BookKeeper Journal</name>
3232
<packaging>jar</packaging>

hadoop-hdfs-project/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<parent>
2121
<groupId>org.apache.hadoop</groupId>
2222
<artifactId>hadoop-project</artifactId>
23-
<version>2.8.0</version>
23+
<version>2.8.1</version>
2424
<relativePath>../hadoop-project</relativePath>
2525
</parent>
2626
<groupId>org.apache.hadoop</groupId>
2727
<artifactId>hadoop-hdfs-project</artifactId>
28-
<version>2.8.0</version>
28+
<version>2.8.1</version>
2929
<description>Apache Hadoop HDFS Project</description>
3030
<name>Apache Hadoop HDFS Project</name>
3131
<packaging>pom</packaging>

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<parent>
2020
<artifactId>hadoop-mapreduce-client</artifactId>
2121
<groupId>org.apache.hadoop</groupId>
22-
<version>2.8.0</version>
22+
<version>2.8.1</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>org.apache.hadoop</groupId>
2626
<artifactId>hadoop-mapreduce-client-app</artifactId>
27-
<version>2.8.0</version>
27+
<version>2.8.1</version>
2828
<name>Apache Hadoop MapReduce App</name>
2929

3030
<properties>

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<parent>
2020
<artifactId>hadoop-mapreduce-client</artifactId>
2121
<groupId>org.apache.hadoop</groupId>
22-
<version>2.8.0</version>
22+
<version>2.8.1</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>org.apache.hadoop</groupId>
2626
<artifactId>hadoop-mapreduce-client-common</artifactId>
27-
<version>2.8.0</version>
27+
<version>2.8.1</version>
2828
<name>Apache Hadoop MapReduce Common</name>
2929

3030
<properties>

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<parent>
2020
<artifactId>hadoop-mapreduce-client</artifactId>
2121
<groupId>org.apache.hadoop</groupId>
22-
<version>2.8.0</version>
22+
<version>2.8.1</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>org.apache.hadoop</groupId>
2626
<artifactId>hadoop-mapreduce-client-core</artifactId>
27-
<version>2.8.0</version>
27+
<version>2.8.1</version>
2828
<name>Apache Hadoop MapReduce Core</name>
2929

3030
<properties>

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs-plugins/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<parent>
2020
<artifactId>hadoop-mapreduce-client</artifactId>
2121
<groupId>org.apache.hadoop</groupId>
22-
<version>2.8.0</version>
22+
<version>2.8.1</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>org.apache.hadoop</groupId>
2626
<artifactId>hadoop-mapreduce-client-hs-plugins</artifactId>
27-
<version>2.8.0</version>
27+
<version>2.8.1</version>
2828
<name>Apache Hadoop MapReduce HistoryServer Plugins</name>
2929

3030
<properties>

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<parent>
2020
<artifactId>hadoop-mapreduce-client</artifactId>
2121
<groupId>org.apache.hadoop</groupId>
22-
<version>2.8.0</version>
22+
<version>2.8.1</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>org.apache.hadoop</groupId>
2626
<artifactId>hadoop-mapreduce-client-hs</artifactId>
27-
<version>2.8.0</version>
27+
<version>2.8.1</version>
2828
<name>Apache Hadoop MapReduce HistoryServer</name>
2929

3030
<properties>

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<parent>
2020
<artifactId>hadoop-mapreduce-client</artifactId>
2121
<groupId>org.apache.hadoop</groupId>
22-
<version>2.8.0</version>
22+
<version>2.8.1</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>org.apache.hadoop</groupId>
2626
<artifactId>hadoop-mapreduce-client-jobclient</artifactId>
27-
<version>2.8.0</version>
27+
<version>2.8.1</version>
2828
<name>Apache Hadoop MapReduce JobClient</name>
2929

3030
<properties>

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<parent>
2020
<artifactId>hadoop-mapreduce-client</artifactId>
2121
<groupId>org.apache.hadoop</groupId>
22-
<version>2.8.0</version>
22+
<version>2.8.1</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>org.apache.hadoop</groupId>
2626
<artifactId>hadoop-mapreduce-client-shuffle</artifactId>
27-
<version>2.8.0</version>
27+
<version>2.8.1</version>
2828
<name>Apache Hadoop MapReduce Shuffle</name>
2929

3030
<properties>

0 commit comments

Comments
 (0)