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

commit 50c57730257660a5ee4eedec45283526aa130085
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Dec 21 08:45:54 2023 +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 c66180b..822ae2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
   </parent>
 
   <artifactId>maven-compiler-plugin</artifactId>
-  <version>3.12.1</version>
+  <version>3.12.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.12.1</tag>
+    <tag>maven-compiler-plugin-3.10.0</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.2.0</plexus-java.version>
     <javaVersion>8</javaVersion>
     <maven.it.failure.ignore>false</maven.it.failure.ignore>
-    
<project.build.outputTimestamp>2023-12-21T07:45:23Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-12-21T07:45:54Z</project.build.outputTimestamp>
     
<invoker.junitPackageName>org.apache.maven.plugins.compiler.its</invoker.junitPackageName>
   </properties>
 

Reply via email to