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/02/09 01:41:28 UTC

[maven-compiler-plugin] branch master updated: use plexus-compiler 2.10.0 (#92)

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

olamy 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 5a4eb69  use plexus-compiler 2.10.0 (#92)
5a4eb69 is described below

commit 5a4eb69d78bf68f1504dea66ef4846b48a5ead2f
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Wed Feb 9 11:41:21 2022 +1000

    use plexus-compiler 2.10.0 (#92)
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 989812f..4b50aa7 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.10.0-SNAPSHOT</plexusCompilerVersion>
+    <plexusCompilerVersion>2.10.0</plexusCompilerVersion>
 
     <groovyVersion>2.4.21</groovyVersion>
     <groovyEclipseCompilerVersion>3.7.0</groovyEclipseCompilerVersion>