Skip to content

Commit 9aff20d

Browse files
author
cloudera
committed
CLOUDERA-BUILD. Preparing for 6.3.2 release.
Commit performed on https://master-01.jenkins.cloudera.com/ Signed-off-by: cloudera <[email protected]>
1 parent b86b708 commit 9aff20d

File tree

89 files changed

+169
-169
lines changed

Some content is hidden

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

89 files changed

+169
-169
lines changed

cloudera/inside-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function cleanup_setup_file {
1919
}
2020
trap cleanup_setup_file EXIT
2121

22-
curl https://github.infra.cloudera.com/raw/cdh/cdh/cdh6.3.1/tools/gerrit-unittest-setup.sh -o "$SETUP_FILE"
22+
curl https://github.infra.cloudera.com/raw/cdh/cdh/cdh6.3.2/tools/gerrit-unittest-setup.sh -o "$SETUP_FILE"
2323
source "$SETUP_FILE"
2424

2525
# Build the project

cloudera/lib.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,8 +579,8 @@ function main() {
579579

580580
# Cauldron only.
581581
# Point the build at the latest GBN's artifacts served by the s3 proxy.
582-
wget -nc http://github.mtv.cloudera.com/raw/CDH/cdh/cdh6.3.1/gbn-m2-settings.xml
583-
export CDH_GBN=$(curl 'http://builddb.infra.cloudera.com:8080/resolvealias?alias=cdh6.3.1')
582+
wget -nc http://github.mtv.cloudera.com/raw/CDH/cdh/cdh6.3.2/gbn-m2-settings.xml
583+
export CDH_GBN=$(curl 'http://builddb.infra.cloudera.com:8080/resolvealias?alias=cdh6.3.2')
584584
MAVEN_FLAGS="${MAVEN_FLAGS} -fae -s gbn-m2-settings.xml"
585585

586586
case ${NAME} in

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.0.0-cdh6.3.1</version>
26+
<version>3.0.0-cdh6.3.2</version>
2727
<relativePath>../hadoop-project</relativePath>
2828
</parent>
2929
<artifactId>hadoop-assemblies</artifactId>
30-
<version>3.0.0-cdh6.3.1</version>
30+
<version>3.0.0-cdh6.3.2</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.0.0-cdh6.3.1</version>
21+
<version>3.0.0-cdh6.3.2</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.0.0-cdh6.3.1</version>
21+
<version>3.0.0-cdh6.3.2</version>
2222
<relativePath>../../hadoop-project</relativePath>
2323
</parent>
2424
<artifactId>hadoop-client-api</artifactId>
25-
<version>3.0.0-cdh6.3.1</version>
25+
<version>3.0.0-cdh6.3.2</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.0.0-cdh6.3.1</version>
21+
<version>3.0.0-cdh6.3.2</version>
2222
<relativePath>../../hadoop-project</relativePath>
2323
</parent>
2424
<artifactId>hadoop-client-check-invariants</artifactId>
25-
<version>3.0.0-cdh6.3.1</version>
25+
<version>3.0.0-cdh6.3.2</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.0.0-cdh6.3.1</version>
21+
<version>3.0.0-cdh6.3.2</version>
2222
<relativePath>../../hadoop-project</relativePath>
2323
</parent>
2424
<artifactId>hadoop-client-check-test-invariants</artifactId>
25-
<version>3.0.0-cdh6.3.1</version>
25+
<version>3.0.0-cdh6.3.2</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.0.0-cdh6.3.1</version>
21+
<version>3.0.0-cdh6.3.2</version>
2222
<relativePath>../../hadoop-project</relativePath>
2323
</parent>
2424
<artifactId>hadoop-client-integration-tests</artifactId>
25-
<version>3.0.0-cdh6.3.1</version>
25+
<version>3.0.0-cdh6.3.2</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.0.0-cdh6.3.1</version>
21+
<version>3.0.0-cdh6.3.2</version>
2222
<relativePath>../../hadoop-project</relativePath>
2323
</parent>
2424
<artifactId>hadoop-client-minicluster</artifactId>
25-
<version>3.0.0-cdh6.3.1</version>
25+
<version>3.0.0-cdh6.3.2</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.0.0-cdh6.3.1</version>
21+
<version>3.0.0-cdh6.3.2</version>
2222
<relativePath>../../hadoop-project</relativePath>
2323
</parent>
2424
<artifactId>hadoop-client-runtime</artifactId>
25-
<version>3.0.0-cdh6.3.1</version>
25+
<version>3.0.0-cdh6.3.2</version>
2626
<packaging>jar</packaging>
2727

2828
<description>Apache Hadoop Client</description>

0 commit comments

Comments
 (0)