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

gangwu pushed a commit to branch parquet-1.13.x
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/parquet-1.13.x by this push:
     new e2ec93401 MINOR: update version of inactive module (#1098)
e2ec93401 is described below

commit e2ec9340123e2a90139107c8d46c69f38ca4bff2
Author: Gang Wu <[email protected]>
AuthorDate: Sun Jun 4 23:52:58 2023 +0900

    MINOR: update version of inactive module (#1098)
---
 parquet-plugins/parquet-encoding-vector/pom.xml    | 2 +-
 parquet-plugins/parquet-plugins-benchmarks/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parquet-plugins/parquet-encoding-vector/pom.xml 
b/parquet-plugins/parquet-encoding-vector/pom.xml
index 7b3561e14..f63a43089 100644
--- a/parquet-plugins/parquet-encoding-vector/pom.xml
+++ b/parquet-plugins/parquet-encoding-vector/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.parquet</groupId>
     <artifactId>parquet</artifactId>
-    <version>1.13.1-SNAPSHOT</version>
+    <version>1.13.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/parquet-plugins/parquet-plugins-benchmarks/pom.xml 
b/parquet-plugins/parquet-plugins-benchmarks/pom.xml
index f140c65ac..3053886e5 100644
--- a/parquet-plugins/parquet-plugins-benchmarks/pom.xml
+++ b/parquet-plugins/parquet-plugins-benchmarks/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.parquet</groupId>
     <artifactId>parquet</artifactId>
-    <version>1.13.1-SNAPSHOT</version>
+    <version>1.13.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Reply via email to