We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac5a35 commit 7e401bfCopy full SHA for 7e401bf
pom.xml
@@ -28,7 +28,7 @@
28
29
<groupId>org.apache.parquet</groupId>
30
<artifactId>parquet-format</artifactId>
31
- <version>2.12.0-SNAPSHOT</version>
+ <version>2.12.0</version>
32
<packaging>jar</packaging>
33
34
<name>Apache Parquet Format</name>
@@ -39,7 +39,7 @@
39
<connection>scm:git:git@github.com:apache/parquet-format.git</connection>
40
<url>scm:git:git@github.com:apache/parquet-format.git</url>
41
<developerConnection>scm:git:git@github.com:apache/parquet-format.git</developerConnection>
42
- <tag>HEAD</tag>
+ <tag>apache-parquet-format-2.12.0-rc0</tag>
43
</scm>
44
45
<licenses>
0 commit comments