[maven-release-plugin] prepare release maven-common-artifact-filters-3.2.0
diff --git a/pom.xml b/pom.xml
index 743f8f8..2d20ac8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-common-artifact-filters</artifactId>
-  <version>3.2.0-SNAPSHOT</version>
+  <version>3.2.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.2.0</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -60,7 +60,7 @@
     <aether.version>0.9.0.M2</aether.version>
     <surefire.version>2.22.2</surefire.version>
     <checkstyle.violation.ignore>MethodLength</checkstyle.violation.ignore>
-    <project.build.outputTimestamp>2021-01-23T01:12:59Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2021-02-14T00:03:03Z</project.build.outputTimestamp>
   </properties>
   
   <build>