Skip to content

Commit 84ba54a

Browse files
committed
[maven-release-plugin] prepare release apache-parquet-1.15.0-rc1
1 parent e24d8d4 commit 84ba54a

File tree

17 files changed

+27
-28
lines changed

17 files changed

+27
-28
lines changed

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.15.0</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.15.0</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.15.0</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

parquet-cli/pom.xml

Lines changed: 2 additions & 2 deletions
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.15.0</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>
@@ -273,7 +273,7 @@
273273
</relocations>
274274
<transformers>
275275
<!-- Needs to merge Hadoop's FileSystem plugin manifest -->
276-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
276+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
277277
</transformers>
278278
</configuration>
279279
</execution>

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.15.0</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.15.0</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.15.0</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.15.0</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.15.0</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

parquet-hadoop-bundle/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.15.0</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)