Skip to content

Commit 4aeba6c

Browse files
authored
MINOR: bump version to 1.16.0-SNAPSHOT (#3097)
1 parent f4a3e8b commit 4aeba6c

File tree

20 files changed

+25
-25
lines changed

20 files changed

+25
-25
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,29 +167,29 @@ The build runs in [GitHub Actions](https://github.com/apache/parquet-java/action
167167

168168
## Add Parquet as a dependency in Maven
169169

170-
The current release is version `1.14.4`.
170+
The current release is version `1.15.0`.
171171

172172
```xml
173173
<dependencies>
174174
<dependency>
175175
<groupId>org.apache.parquet</groupId>
176176
<artifactId>parquet-common</artifactId>
177-
<version>1.14.4</version>
177+
<version>1.15.0</version>
178178
</dependency>
179179
<dependency>
180180
<groupId>org.apache.parquet</groupId>
181181
<artifactId>parquet-encoding</artifactId>
182-
<version>1.14.4</version>
182+
<version>1.15.0</version>
183183
</dependency>
184184
<dependency>
185185
<groupId>org.apache.parquet</groupId>
186186
<artifactId>parquet-column</artifactId>
187-
<version>1.14.4</version>
187+
<version>1.15.0</version>
188188
</dependency>
189189
<dependency>
190190
<groupId>org.apache.parquet</groupId>
191191
<artifactId>parquet-hadoop</artifactId>
192-
<version>1.14.4</version>
192+
<version>1.15.0</version>
193193
</dependency>
194194
</dependencies>
195195
```

parquet-arrow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>org.apache.parquet</groupId>
2222
<artifactId>parquet</artifactId>
2323
<relativePath>../pom.xml</relativePath>
24-
<version>1.15.0-SNAPSHOT</version>
24+
<version>1.16.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

parquet-avro/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>org.apache.parquet</groupId>
2222
<artifactId>parquet</artifactId>
2323
<relativePath>../pom.xml</relativePath>
24-
<version>1.15.0-SNAPSHOT</version>
24+
<version>1.16.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

parquet-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>org.apache.parquet</groupId>
2222
<artifactId>parquet</artifactId>
2323
<relativePath>../pom.xml</relativePath>
24-
<version>1.15.0-SNAPSHOT</version>
24+
<version>1.16.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

parquet-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>org.apache.parquet</groupId>
2222
<artifactId>parquet</artifactId>
2323
<relativePath>../pom.xml</relativePath>
24-
<version>1.15.0-SNAPSHOT</version>
24+
<version>1.16.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

parquet-column/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>org.apache.parquet</groupId>
2222
<artifactId>parquet</artifactId>
2323
<relativePath>../pom.xml</relativePath>
24-
<version>1.15.0-SNAPSHOT</version>
24+
<version>1.16.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

parquet-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>org.apache.parquet</groupId>
2222
<artifactId>parquet</artifactId>
2323
<relativePath>../pom.xml</relativePath>
24-
<version>1.15.0-SNAPSHOT</version>
24+
<version>1.16.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

parquet-encoding/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>org.apache.parquet</groupId>
2222
<artifactId>parquet</artifactId>
2323
<relativePath>../pom.xml</relativePath>
24-
<version>1.15.0-SNAPSHOT</version>
24+
<version>1.16.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

parquet-format-structures/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>org.apache.parquet</groupId>
2525
<artifactId>parquet</artifactId>
2626
<relativePath>../pom.xml</relativePath>
27-
<version>1.15.0-SNAPSHOT</version>
27+
<version>1.16.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>parquet-format-structures</artifactId>

parquet-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>org.apache.parquet</groupId>
2222
<artifactId>parquet</artifactId>
2323
<relativePath>../pom.xml</relativePath>
24-
<version>1.15.0-SNAPSHOT</version>
24+
<version>1.16.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)