Skip to content

Commit

Permalink
README and pom update for breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Scip88 committed Sep 5, 2022
1 parent 9a6b617 commit c0c5aba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ you are not needing long-term storage.
## Releases and change history
Releases with artifacts available at https://github.com/fingltd/4mc/releases - Attached artifacts contain jar with embedded native library for Windows/Linux/MacOS. You can anyway compile JNI bindings for your own platform and override embedded ones.
4mc CLI tool for all platforms is now available at https://github.com/fingltd/4mc/tree/master/tool
* **4mc 3.0.0** - Updated native libaries: LZ4 1.9.4 and ZSTD 1.5.2, package rename
* **4mc 2.2.0** - Updated native libaries: LZ4 1.9.2 and ZSTD 1.4.4
* **4mc 2.1.0** - Compatibility with newer Hadoop (2.7.x) and Spark (2.4.3)
* **4mc 2.0.0** - 4mz to support ZSTD (zstandard https://github.com/facebook/zstd)
Expand Down
2 changes: 1 addition & 1 deletion java/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.fing.fourmc</groupId>
<artifactId>hadoop-4mc</artifactId>
<version>2.2.0</version>
<version>3.0.0</version>
</dependency>

<!-- hadoop 2.6 / Elephant-Bird / spark 2.0.0 / protobuf deps -->
Expand Down
2 changes: 1 addition & 1 deletion java/hadoop-4mc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.fing.fourmc</groupId>
<artifactId>hadoop-4mc</artifactId>
<version>2.2.0</version>
<version>3.0.0</version>
<packaging>jar</packaging>

<name>4mc</name>
Expand Down

0 comments on commit c0c5aba

Please sign in to comment.