Skip to content

Commit

Permalink
PARQUET-375: Update current release version in README.md
Browse files Browse the repository at this point in the history
Current README.md was still pointing to release 1.7.0

Author: Luciano Resende <[email protected]>

Closes apache#260 from lresende/update-release-version and squashes the following commits:

f7a6964 [Luciano Resende] Update current release version in README.md
  • Loading branch information
lresende authored and isnotinvain committed Sep 14, 2015
1 parent 415761d commit 66e39fc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,29 +148,29 @@ The build runs in [Travis CI](http://travis-ci.org/apache/parquet-mr):
[![Build Status](https://travis-ci.org/apache/parquet-mr.svg?branch=master)](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>
```
Expand Down Expand Up @@ -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:

0 comments on commit 66e39fc

Please sign in to comment.