You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by ga...@apache.org on 2020/01/13 09:13:03 UTC

[parquet-format] branch master updated: Prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

gabor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-format.git


The following commit(s) were added to refs/heads/master by this push:
     new b490da8  Prepare for next development iteration
b490da8 is described below

commit b490da8da82d302f6dadf13fe67633fb1051d79c
Author: Gabor Szadovszky <ga...@apache.org>
AuthorDate: Mon Jan 13 10:12:01 2020 +0100

    Prepare for next development iteration
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e81c049..2da6c9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.parquet</groupId>
   <artifactId>parquet-format</artifactId>
-  <version>2.8.0-SNAPSHOT</version>
+  <version>2.9.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>Apache Parquet Format</name>