YARN-4265 Addendum patch to fix compilation issue caused by project version number
This commit is contained in:
parent
1cb0ad00bb
commit
c70322d1cf
|
@ -22,12 +22,12 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>hadoop-yarn-server</artifactId>
|
<artifactId>hadoop-yarn-server</artifactId>
|
||||||
<groupId>org.apache.hadoop</groupId>
|
<groupId>org.apache.hadoop</groupId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>2.8.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.apache.hadoop</groupId>
|
<groupId>org.apache.hadoop</groupId>
|
||||||
<artifactId>hadoop-yarn-server-timeline-pluginstorage</artifactId>
|
<artifactId>hadoop-yarn-server-timeline-pluginstorage</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>2.8.0-SNAPSHOT</version>
|
||||||
<name>Apache Hadoop YARN Timeline Plugin Storage</name>
|
<name>Apache Hadoop YARN Timeline Plugin Storage</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
Loading…
Reference in New Issue