[maven-release-plugin] prepare release maven-compiler-plugin-4.0.0-beta-3
diff --git a/pom.xml b/pom.xml
index 2e5905b..f7d812a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>maven-compiler-plugin</artifactId>
- <version>4.0.0-beta-3-SNAPSHOT</version>
+ <version>4.0.0-beta-3</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-3</tag>
<url>https://github.com/apache/maven-compiler-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -94,7 +94,7 @@
<invoker.junitPackageName>org.apache.maven.plugins.compiler.its</invoker.junitPackageName>
<maven.it.failure.ignore>false</maven.it.failure.ignore>
- <project.build.outputTimestamp>2025-02-17T20:52:52Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2025-10-15T20:47:22Z</project.build.outputTimestamp>
<!-- TODO remove with next parent -->
<maven4x.site.path>plugins-archives/${project.artifactId}-LATEST-4.x</maven4x.site.path>