[maven-release-plugin] prepare release maven-artifact-plugin-3.4.1
diff --git a/pom.xml b/pom.xml
index a10b630..ece1973 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-artifact-plugin</artifactId>
-  <version>3.4.1-SNAPSHOT</version>
+  <version>3.4.1</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Artifact Plugin</name>
@@ -41,7 +41,7 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git</developerConnection>
-    <tag>master</tag>
+    <tag>maven-artifact-plugin-3.4.1</tag>
     <url>https://github.com/apache/maven-artifact-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -62,7 +62,7 @@
   <properties>
     <mavenVersion>3.2.5</mavenVersion>
     <javaVersion>8</javaVersion>
-    <project.build.outputTimestamp>2023-02-04T09:06:55Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-03-05T18:04:48Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>