This is an automated email from the ASF dual-hosted git repository.
slachiewicz 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 2dfe493 [maven-release-plugin] prepare for next development iteration
2dfe493 is described below
commit 2dfe493f6b111554566da1167f6b0b955958aa9b
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Tue Jan 27 01:46:35 2026 +0100
[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 e11a079..16c99e5 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-4</version>
+ <version>4.0.0-beta-5-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-4</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>2026-01-27T00:46:19Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-01-27T00:46:35Z</project.build.outputTimestamp>
<!-- TODO remove with next parent -->
<maven4x.site.path>plugins-archives/${project.artifactId}-LATEST-4.x</maven4x.site.path>