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 6c55794 [maven-release-plugin] prepare for next development iteration 6c55794 is described below commit 6c5579416ca0ce2207fbe8f5b7c0ec0582c4cdb6 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Mon Feb 17 21:52:52 2025 +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 af4bfb0..c81ba8d 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-2</version> + <version>4.0.0-beta-3-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-2</tag> + <tag>HEAD</tag> <url>https://github.com/apache/maven-compiler-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -96,7 +96,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-02-17T20:52:38Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-02-17T20:52:52Z</project.build.outputTimestamp> <!-- TODO remove with next parent --> <maven4x.site.path>plugins-archives/${project.artifactId}-LATEST-4.x</maven4x.site.path>