Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions hadoop-hdds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-project</artifactId>
<version>3.2.0</version>
<relativePath/>
<artifactId>hadoop-main-ozone</artifactId>
<version>0.5.0-SNAPSHOT</version>
<relativePath>../pom.ozone.xml</relativePath>
</parent>

<artifactId>hadoop-hdds</artifactId>
Expand All @@ -43,7 +43,6 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
</modules>

<properties>
<hadoop.version>3.2.0</hadoop.version>
<!-- version for hdds/ozone components -->
<hdds.version>0.5.0-SNAPSHOT</hdds.version>

Expand Down
7 changes: 3 additions & 4 deletions hadoop-ozone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-project</artifactId>
<version>3.2.0</version>
<relativePath/>
<artifactId>hadoop-main-ozone</artifactId>
<version>0.5.0-SNAPSHOT</version>
<relativePath>../pom.ozone.xml</relativePath>
</parent>
<artifactId>hadoop-ozone</artifactId>
<version>0.5.0-SNAPSHOT</version>
Expand All @@ -26,7 +26,6 @@
<packaging>pom</packaging>

<properties>
<hadoop.version>3.2.0</hadoop.version>
<hdds.version>0.5.0-SNAPSHOT</hdds.version>
<ozone.version>0.5.0-SNAPSHOT</ozone.version>
<ratis.version>0.4.0-78e95b9-SNAPSHOT</ratis.version>
Expand Down
Loading