This is an automated email from the ASF dual-hosted git repository.

olamy 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 3c483d3  [maven-release-plugin] prepare for next development iteration
3c483d3 is described below

commit 3c483d3af5be9c9d7a3ce4f3e213988f08d76fd0
Author: Olivier Lamy <[email protected]>
AuthorDate: Fri Sep 19 09:34:56 2025 +1000

    [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 d3c57a3..116e184 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
   </parent>
 
   <artifactId>maven-compiler-plugin</artifactId>
-  <version>3.14.1</version>
+  <version>3.14.2-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.1</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.0</plexus-java.version>
     <javaVersion>8</javaVersion>
     <maven.it.failure.ignore>false</maven.it.failure.ignore>
-    
<project.build.outputTimestamp>2025-09-18T23:34:28Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-09-18T23:34:56Z</project.build.outputTimestamp>
     
<invoker.junitPackageName>org.apache.maven.plugins.compiler.its</invoker.junitPackageName>
   </properties>
 

Reply via email to