Skip to content

Commit

Permalink
Update readme to point to 1.14.0 release (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinooganesh committed May 22, 2024
1 parent 6809a18 commit 9b11410
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,29 +166,29 @@ The build runs in [GitHub Actions](https://github.com/apache/parquet-mr/actions)

## Add Parquet as a dependency in Maven

The current release is version `1.13.0`
The current release is version `1.14.0`

```xml
<dependencies>
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-common</artifactId>
<version>1.13.0</version>
<version>1.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-encoding</artifactId>
<version>1.13.0</version>
<version>1.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-column</artifactId>
<version>1.13.0</version>
<version>1.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-hadoop</artifactId>
<version>1.13.0</version>
<version>1.14.0</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 9b11410

Please sign in to comment.