We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9c1bc commit 98f3542Copy full SHA for 98f3542
doc/changes/changes_1.0.0.md
@@ -1,4 +1,4 @@
1
-# Parquet for Java 1.0.0, released 2021-06-01
+# Parquet for Java 1.0.0, released 2021-06-02
2
3
Code name: Initial Implementation
4
pom.xml
@@ -4,6 +4,8 @@
<artifactId>parquet-io-java</artifactId>
5
<version>1.0.0</version>
6
<name>Parquet for Java</name>
7
+ <description>This project provides a library that reads Parquet files into Java objects.</description>
8
+ <url>https://github.com/exasol/parquet-io-java</url>
9
<properties>
10
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
11
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
0 commit comments