File tree Expand file tree Collapse file tree 20 files changed +25
-25
lines changed
parquet-format-structures
parquet-plugins-benchmarks Expand file tree Collapse file tree 20 files changed +25
-25
lines changed Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments