You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/05/06 11:30:28 UTC

[maven-compiler-plugin] branch plexus-compiler-2.12.0 created (now bca03d8)

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

olamy pushed a change to branch plexus-compiler-2.12.0
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


      at bca03d8  Use plexus-compiler 2.12.0

This branch includes the following new commits:

     new bca03d8  Use plexus-compiler 2.12.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-compiler-plugin] 01/01: Use plexus-compiler 2.12.0

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch plexus-compiler-2.12.0
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git

commit bca03d8d23b5bc8fb241f64ba00b99ec560bdcdd
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri May 6 21:30:23 2022 +1000

    Use plexus-compiler 2.12.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bb081b4..2f3302e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@ under the License.
       ! The following property is used in the integration tests MCOMPILER-157
     -->
     <mavenPluginPluginVersion>3.5</mavenPluginPluginVersion>
-    <plexusCompilerVersion>2.11.2-SNAPSHOT</plexusCompilerVersion>
+    <plexusCompilerVersion>2.12.0</plexusCompilerVersion>
 
     <groovyVersion>2.4.21</groovyVersion>
     <groovyEclipseCompilerVersion>3.7.0</groovyEclipseCompilerVersion>