This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 600a807 [maven-release-plugin] prepare for next development iteration
600a807 is described below
commit 600a8072c0b1644ef215b9929e996d8f013ec10b
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Wed Oct 15 22:47:35 2025 +0200
[maven-release-plugin] prepare for next development iteration
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index f7d812a..44d50c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-compiler-plugin</artifactId>
- <version>4.0.0-beta-3</version>
+ <version>4.0.0-beta-4-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven Compiler Plugin</name>
@@ -62,7 +62,7 @@ under the License.
<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>maven-compiler-plugin-4.0.0-beta-3</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/maven-compiler-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -94,7 +94,7 @@ under the License.
<invoker.junitPackageName>org.apache.maven.plugins.compiler.its</invoker.junitPackageName>
<maven.it.failure.ignore>false</maven.it.failure.ignore>
-
<project.build.outputTimestamp>2025-10-15T20:47:22Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-10-15T20:47:35Z</project.build.outputTimestamp>
<!-- TODO remove with next parent -->
<maven4x.site.path>plugins-archives/${project.artifactId}-LATEST-4.x</maven4x.site.path>