[maven-release-plugin] prepare release maven-common-artifact-filters-3.1.0
diff --git a/pom.xml b/pom.xml
index 40bc01a..9652fbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,11 +24,11 @@
     <artifactId>maven-shared-components</artifactId>
     <groupId>org.apache.maven.shared</groupId>
     <version>33</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>maven-common-artifact-filters</artifactId>
-  <version>3.1.0-SNAPSHOT</version>
+  <version>3.1.0</version>
 
   <name>Apache Maven Common Artifact Filters</name>
   <description>A collection of ready-made filters to control inclusion/exclusion of artifacts during dependency resolution.</description>
@@ -37,7 +37,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git</developerConnection>
     <url>https://github.com/apache/maven-common-artifact-filters/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-common-artifact-filters-3.1.0</tag>
   </scm>
   <issueManagement>
     <system>jira</system>