This is an automated email from the ASF dual-hosted git repository.
slachiewicz 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 152e1ce [maven-release-plugin] prepare for next development iteration
152e1ce is described below
commit 152e1ce2c5b110ca0cf0f7de0d16670c2ae1d04c
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Tue Jan 27 01:09:26 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 4093abb..cf9067f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.15.0</version>
+ <version>3.15.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.15.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.5.2</plexus-java.version>
<javaVersion>8</javaVersion>
<maven.it.failure.ignore>false</maven.it.failure.ignore>
-
<project.build.outputTimestamp>2026-01-27T00:09:12Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-01-27T00:09:26Z</project.build.outputTimestamp>
<invoker.junitPackageName>org.apache.maven.plugins.compiler.its</invoker.junitPackageName>
</properties>