Skip to content

Commit aedfbbc

Browse files
committed
Fix snapshot version of parquet-plugins
1 parent fe532b5 commit aedfbbc

File tree

2 files changed

+2
-2
lines changed
  • parquet-plugins

2 files changed

+2
-2
lines changed

parquet-plugins/parquet-encoding-vector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.parquet</groupId>
2424
<artifactId>parquet</artifactId>
25-
<version>1.15.1-SNAPSHOT</version>
25+
<version>1.15.2-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

parquet-plugins/parquet-plugins-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.parquet</groupId>
2424
<artifactId>parquet</artifactId>
25-
<version>1.15.1-SNAPSHOT</version>
25+
<version>1.15.2-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

0 commit comments

Comments
 (0)