[maven-release-plugin] prepare release maven-source-plugin-3.3.1
diff --git a/pom.xml b/pom.xml
index 01e9fae..05bbc26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-source-plugin</artifactId>
-  <version>3.3.1-SNAPSHOT</version>
+  <version>3.3.1</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Source Plugin</name>
@@ -58,7 +58,7 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-source-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-source-plugin.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>maven-source-plugin-3.3.1</tag>
     <url>https://github.com/apache/maven-source-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -79,7 +79,7 @@
   <properties>
     <javaVersion>8</javaVersion>
     <mavenVersion>3.2.5</mavenVersion>
-    <project.build.outputTimestamp>2023-05-17T21:31:27Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2024-03-30T01:48:50Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>