Skip to content

Commit 98f3542

Browse files
Prepare for release (#13)
Added URL and description to pom file.
1 parent dc9c1bc commit 98f3542

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/changes/changes_1.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Parquet for Java 1.0.0, released 2021-06-01
1+
# Parquet for Java 1.0.0, released 2021-06-02
22

33
Code name: Initial Implementation
44

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<artifactId>parquet-io-java</artifactId>
55
<version>1.0.0</version>
66
<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>
79
<properties>
810
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
911
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)