Repository: parquet-mr Updated Branches: refs/heads/master 415761dc0 -> 66e39fc7d
PARQUET-375: Update current release version in README.md Current README.md was still pointing to release 1.7.0 Author: Luciano Resende <[email protected]> Closes #260 from lresende/update-release-version and squashes the following commits: f7a6964 [Luciano Resende] Update current release version in README.md Project: http://git-wip-us.apache.org/repos/asf/parquet-mr/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-mr/commit/66e39fc7 Tree: http://git-wip-us.apache.org/repos/asf/parquet-mr/tree/66e39fc7 Diff: http://git-wip-us.apache.org/repos/asf/parquet-mr/diff/66e39fc7 Branch: refs/heads/master Commit: 66e39fc7d5a6fb29a5ff04b23132468dc6adbde6 Parents: 415761d Author: Luciano Resende <[email protected]> Authored: Mon Sep 14 16:56:52 2015 -0700 Committer: Alex Levenson <[email protected]> Committed: Mon Sep 14 16:56:52 2015 -0700 ---------------------------------------------------------------------- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-mr/blob/66e39fc7/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 9cf98d4..2d9a50a 100644 --- a/README.md +++ b/README.md @@ -148,29 +148,29 @@ The build runs in [Travis CI](http://travis-ci.org/apache/parquet-mr): [](http://travis-ci.org/apache/parquet-mr) ## Add Parquet as a dependency in Maven -The current release is version `1.7.0` +The current release is version `1.8.1` ```xml <dependencies> <dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-common</artifactId> - <version>1.7.0</version> + <version>1.8.1</version> </dependency> <dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-encoding</artifactId> - <version>1.7.0</version> + <version>1.8.1</version> </dependency> <dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-column</artifactId> - <version>1.7.0</version> + <version>1.8.1</version> </dependency> <dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-hadoop</artifactId> - <version>1.7.0</version> + <version>1.8.1</version> </dependency> </dependencies> ``` @@ -228,4 +228,3 @@ We hold ourselves and the Parquet developer community to two codes of conduct: Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 See also: -
