Skip to content

Commit

Permalink
Upgrade ozone and alluxio version
Browse files Browse the repository at this point in the history
  • Loading branch information
maobaolong committed Dec 14, 2020
1 parent 75935f8 commit cf3568c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ mvn clean package
If you want to specify the version of alluxio, hadoop or ozone, reference the following example.

```bash
mvn clean package -Dhadoop.version=3.2.1 -Dozone.version=0.6.0-SNAPSHOT
mvn clean package -Dhadoop.version=3.2.1 -Dozone.version=1.0.0
```

# how to run
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<maven-jar-plugin.version>2.5</maven-jar-plugin.version>
<log4j.version>2.5</log4j.version>

<alluxio.version>2.1.0</alluxio.version>
<alluxio.version>2.4.1</alluxio.version>
<hadoop.version>3.2.1</hadoop.version>
<ozone.version>0.6.0-SNAPSHOT</ozone.version>
<ozone.version>1.0.0</ozone.version>
<!-- Test package version -->
<version.mock>1.38</version.mock>
</properties>
Expand Down

0 comments on commit cf3568c

Please sign in to comment.