[maven-release-plugin] prepare release maven-verifier-1.7.0
diff --git a/pom.xml b/pom.xml
index ed1924d..2eaa5c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,11 +24,11 @@
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
     <version>33</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>maven-verifier</artifactId>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.7.0</version>
 
   <name>Apache Maven Verifier Component</name>
   <description>Provides a test harness for Maven integration tests.</description>
@@ -47,7 +47,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-verifier.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-verifier.git</developerConnection>
     <url>https://github.com/apache/maven-verifier/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-verifier-1.7.0</tag>
   </scm>
   <issueManagement>
     <system>jira</system>