Skip to content

Commit a2a1d32

Browse files
committed
Setting version to 3.1.1
1 parent e4f530a commit a2a1d32

File tree

97 files changed

+182
-182
lines changed

Some content is hidden

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

97 files changed

+182
-182
lines changed

hadoop-assemblies/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<parent>
2424
<groupId>org.apache.hadoop</groupId>
2525
<artifactId>hadoop-project</artifactId>
26-
<version>3.1.1-SNAPSHOT</version>
26+
<version>3.1.1</version>
2727
<relativePath>../hadoop-project</relativePath>
2828
</parent>
2929
<artifactId>hadoop-assemblies</artifactId>
30-
<version>3.1.1-SNAPSHOT</version>
30+
<version>3.1.1</version>
3131
<name>Apache Hadoop Assemblies</name>
3232
<description>Apache Hadoop Assemblies</description>
3333

hadoop-build-tools/pom.xml

Lines changed: 1 addition & 1 deletion
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>3.1.1-SNAPSHOT</version>
21+
<version>3.1.1</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424
<artifactId>hadoop-build-tools</artifactId>

hadoop-client-modules/hadoop-client-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<parent>
1919
<groupId>org.apache.hadoop</groupId>
2020
<artifactId>hadoop-project</artifactId>
21-
<version>3.1.1-SNAPSHOT</version>
21+
<version>3.1.1</version>
2222
<relativePath>../../hadoop-project</relativePath>
2323
</parent>
2424
<artifactId>hadoop-client-api</artifactId>
25-
<version>3.1.1-SNAPSHOT</version>
25+
<version>3.1.1</version>
2626
<packaging>jar</packaging>
2727

2828
<description>Apache Hadoop Client</description>

hadoop-client-modules/hadoop-client-check-invariants/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<parent>
1919
<groupId>org.apache.hadoop</groupId>
2020
<artifactId>hadoop-project</artifactId>
21-
<version>3.1.1-SNAPSHOT</version>
21+
<version>3.1.1</version>
2222
<relativePath>../../hadoop-project</relativePath>
2323
</parent>
2424
<artifactId>hadoop-client-check-invariants</artifactId>
25-
<version>3.1.1-SNAPSHOT</version>
25+
<version>3.1.1</version>
2626
<packaging>pom</packaging>
2727

2828
<description>

hadoop-client-modules/hadoop-client-check-test-invariants/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<parent>
1919
<groupId>org.apache.hadoop</groupId>
2020
<artifactId>hadoop-project</artifactId>
21-
<version>3.1.1-SNAPSHOT</version>
21+
<version>3.1.1</version>
2222
<relativePath>../../hadoop-project</relativePath>
2323
</parent>
2424
<artifactId>hadoop-client-check-test-invariants</artifactId>
25-
<version>3.1.1-SNAPSHOT</version>
25+
<version>3.1.1</version>
2626
<packaging>pom</packaging>
2727

2828
<description>

hadoop-client-modules/hadoop-client-integration-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<parent>
1919
<groupId>org.apache.hadoop</groupId>
2020
<artifactId>hadoop-project</artifactId>
21-
<version>3.1.1-SNAPSHOT</version>
21+
<version>3.1.1</version>
2222
<relativePath>../../hadoop-project</relativePath>
2323
</parent>
2424
<artifactId>hadoop-client-integration-tests</artifactId>
25-
<version>3.1.1-SNAPSHOT</version>
25+
<version>3.1.1</version>
2626

2727
<description>Checks that we can use the generated artifacts</description>
2828
<name>Apache Hadoop Client Packaging Integration Tests</name>

hadoop-client-modules/hadoop-client-minicluster/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<parent>
1919
<groupId>org.apache.hadoop</groupId>
2020
<artifactId>hadoop-project</artifactId>
21-
<version>3.1.1-SNAPSHOT</version>
21+
<version>3.1.1</version>
2222
<relativePath>../../hadoop-project</relativePath>
2323
</parent>
2424
<artifactId>hadoop-client-minicluster</artifactId>
25-
<version>3.1.1-SNAPSHOT</version>
25+
<version>3.1.1</version>
2626
<packaging>jar</packaging>
2727

2828
<description>Apache Hadoop Minicluster for Clients</description>

hadoop-client-modules/hadoop-client-runtime/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<parent>
1919
<groupId>org.apache.hadoop</groupId>
2020
<artifactId>hadoop-project</artifactId>
21-
<version>3.1.1-SNAPSHOT</version>
21+
<version>3.1.1</version>
2222
<relativePath>../../hadoop-project</relativePath>
2323
</parent>
2424
<artifactId>hadoop-client-runtime</artifactId>
25-
<version>3.1.1-SNAPSHOT</version>
25+
<version>3.1.1</version>
2626
<packaging>jar</packaging>
2727

2828
<description>Apache Hadoop Client</description>

hadoop-client-modules/hadoop-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<parent>
1919
<groupId>org.apache.hadoop</groupId>
2020
<artifactId>hadoop-project-dist</artifactId>
21-
<version>3.1.1-SNAPSHOT</version>
21+
<version>3.1.1</version>
2222
<relativePath>../../hadoop-project-dist</relativePath>
2323
</parent>
2424
<artifactId>hadoop-client</artifactId>
25-
<version>3.1.1-SNAPSHOT</version>
25+
<version>3.1.1</version>
2626

2727
<description>Apache Hadoop Client aggregation pom with dependencies exposed</description>
2828
<name>Apache Hadoop Client Aggregator</name>

hadoop-client-modules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.apache.hadoop</groupId>
2020
<artifactId>hadoop-project</artifactId>
21-
<version>3.1.1-SNAPSHOT</version>
21+
<version>3.1.1</version>
2222
<relativePath>../hadoop-project</relativePath>
2323
</parent>
2424
<artifactId>hadoop-client-modules</artifactId>

0 commit comments

Comments
 (0)