upate the hadoop.version property in the root pom.xml and hadoop.assemblies.version in hadoop-project/pom.xml (see HADOOP-15369)
This commit is contained in:
parent
8914cf9167
commit
3eeb2466e9
@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
<kafka.version>2.4.0</kafka.version>
|
<kafka.version>2.4.0</kafka.version>
|
||||||
|
|
||||||
<hadoop.assemblies.version>3.3.0-SNAPSHOT</hadoop.assemblies.version>
|
<hadoop.assemblies.version>3.4.0-SNAPSHOT</hadoop.assemblies.version>
|
||||||
<commons-daemon.version>1.0.13</commons-daemon.version>
|
<commons-daemon.version>1.0.13</commons-daemon.version>
|
||||||
|
|
||||||
<test.build.dir>${project.build.directory}/test-dir</test.build.dir>
|
<test.build.dir>${project.build.directory}/test-dir</test.build.dir>
|
||||||
|
2
pom.xml
2
pom.xml
@ -80,7 +80,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- required as child projects with different version can't use ${project.version} -->
|
<!-- required as child projects with different version can't use ${project.version} -->
|
||||||
<hadoop.version>3.3.0-SNAPSHOT</hadoop.version>
|
<hadoop.version>3.4.0-SNAPSHOT</hadoop.version>
|
||||||
|
|
||||||
<distMgmtSnapshotsId>apache.snapshots.https</distMgmtSnapshotsId>
|
<distMgmtSnapshotsId>apache.snapshots.https</distMgmtSnapshotsId>
|
||||||
<distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
|
<distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
|
||||||
|
Loading…
Reference in New Issue
Block a user