[maven-release-plugin] prepare release maven-common-artifact-filters-3.1.1
diff --git a/pom.xml b/pom.xml
index b39ffd3..4f2b9c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-common-artifact-filters</artifactId>
-  <version>3.1.1-SNAPSHOT</version>
+  <version>3.1.1</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.1</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -57,7 +57,7 @@
   <properties>
     <maven.version>3.1.0</maven.version>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2021-01-23T01:12:33Z</project.build.outputTimestamp>
   </properties>
   
   <build>