[maven-release-plugin] prepare release maven-compiler-plugin-4.0.0-beta-2
diff --git a/pom.xml b/pom.xml
index 9a1fa68..af4bfb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-compiler-plugin</artifactId>
-  <version>4.0.0-beta-2-SNAPSHOT</version>
+  <version>4.0.0-beta-2</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Compiler Plugin</name>
@@ -62,7 +62,7 @@
   <scm>
     <connection>scm:git:https://github.com/apache/maven-compiler-plugin.git</connection>
     <developerConnection>scm:git:https://github.com/apache/maven-compiler-plugin.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>maven-compiler-plugin-4.0.0-beta-2</tag>
     <url>https://github.com/apache/maven-compiler-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -96,7 +96,7 @@
     <invoker.junitPackageName>org.apache.maven.plugins.compiler.its</invoker.junitPackageName>
     <maven.it.failure.ignore>false</maven.it.failure.ignore>
 
-    <project.build.outputTimestamp>2024-11-14T13:00:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2025-02-17T20:52:38Z</project.build.outputTimestamp>
 
     <!-- TODO remove with next parent -->
     <maven4x.site.path>plugins-archives/${project.artifactId}-LATEST-4.x</maven4x.site.path>