[maven-release-plugin] prepare release maven-clean-plugin-3.3.1
diff --git a/pom.xml b/pom.xml
index 071907f..fdf0c5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-clean-plugin</artifactId>
-  <version>3.3.1-SNAPSHOT</version>
+  <version>3.3.1</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Clean Plugin</name>
@@ -42,7 +42,7 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-clean-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-clean-plugin.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>maven-clean-plugin-3.3.1</tag>
     <url>https://github.com/apache/maven-clean-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -62,7 +62,7 @@
 
   <properties>
     <mavenVersion>3.2.5</mavenVersion>
-    <project.build.outputTimestamp>2023-06-14T18:22:38Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-06-14T18:50:40Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>