Skip to content

Commit 4591ed3

Browse files
authored
GH-3290: Restore Snapshot versions for vector/benchmark modules (#3288)
1 parent 2d463ee commit 4591ed3

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.16.0</version>
25+
<version>1.16.0-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.16.0</version>
25+
<version>1.16.0-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

0 commit comments

Comments
 (0)