This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch maven-compiler-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/maven-compiler-plugin-3.x by this push: new d1b1d50 [maven-release-plugin] prepare for next development iteration d1b1d50 is described below commit d1b1d5098917923812995e1757059a37cb7e1ad3 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Mon Feb 17 22:03:20 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 251df43..11bb299 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-compiler-plugin</artifactId> - <version>3.14.0</version> + <version>3.14.1-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Maven Compiler Plugin</name> @@ -48,7 +48,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-3.14.0</tag> + <tag>maven-compiler-plugin-3.x</tag> <url>https://github.com/apache/maven-compiler-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -76,7 +76,7 @@ under the License. <plexus-java.version>1.4.0</plexus-java.version> <javaVersion>8</javaVersion> <maven.it.failure.ignore>false</maven.it.failure.ignore> - <project.build.outputTimestamp>2025-02-17T21:03:09Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-02-17T21:03:20Z</project.build.outputTimestamp> <invoker.junitPackageName>org.apache.maven.plugins.compiler.its</invoker.junitPackageName> </properties>