[maven-release-plugin] prepare release apache-parquet-format-2.7.0
diff --git a/pom.xml b/pom.xml
index 1e9180c..39f83b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.parquet</groupId>
   <artifactId>parquet-format</artifactId>
-  <version>2.7.0-SNAPSHOT</version>
+  <version>2.7.0</version>
   <packaging>jar</packaging>
 
   <name>Apache Parquet Format</name>
@@ -39,7 +39,7 @@
     <connection>scm:git:git@github.com:apache/parquet-format.git</connection>
     <url>scm:git:git@github.com:apache/parquet-format.git</url>
     <developerConnection>scm:git:https://github.com/apache/parquet-format.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>apache-parquet-format-2.7.0</tag>
   </scm>
 
   <licenses>