[maven-release-plugin] prepare release maven-install-plugin-4.0.0-beta-2
diff --git a/pom.xml b/pom.xml
index 6c0962c..19c802f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-install-plugin</artifactId>
-  <version>4.0.0-beta-2-SNAPSHOT</version>
+  <version>4.0.0-beta-2</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Install Plugin</name>
@@ -52,7 +52,7 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-install-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-install-plugin.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>maven-install-plugin-4.0.0-beta-2</tag>
     <url>https://github.com/apache/maven-install-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -98,7 +98,7 @@
     <!-- 4.x publish -->
     <maven.site.path>${maven4x.site.path}</maven.site.path>
 
-    <project.build.outputTimestamp>2024-06-26T08:35:31Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2025-02-24T06:30:22Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>