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

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


The following commit(s) were added to refs/heads/parquet-1.15.x by this push:
     new aedfbbc13 Fix snapshot version of parquet-plugins
aedfbbc13 is described below

commit aedfbbc13a72d738d6cd7db26662f37d3f614206
Author: Gang Wu <[email protected]>
AuthorDate: Mon Mar 17 13:22:13 2025 +0800

    Fix snapshot version of parquet-plugins
---
 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 390ac8800..c1e0ef5ec 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.15.1-SNAPSHOT</version>
+    <version>1.15.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 99f779c8f..f73bae27d 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.15.1-SNAPSHOT</version>
+    <version>1.15.2-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Reply via email to