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

[maven-compiler-plugin] branch master updated: Bump plexusCompilerVersion from 2.11.2-SNAPSHOT to 2.12.0

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

github-bot 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 51fa1ba  Bump plexusCompilerVersion from 2.11.2-SNAPSHOT to 2.12.0
51fa1ba is described below

commit 51fa1baca6776e5f59c9c2a80874eb27f15f4b4b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue May 3 14:50:35 2022 +0000

    Bump plexusCompilerVersion from 2.11.2-SNAPSHOT to 2.12.0
    
    Bumps `plexusCompilerVersion` from 2.11.2-SNAPSHOT to 2.12.0.
    
    Updates `plexus-compiler-api` from 2.11.2-SNAPSHOT to 2.12.0
    - [Release notes](https://github.com/codehaus-plexus/plexus-compiler/releases)
    - [Commits](https://github.com/codehaus-plexus/plexus-compiler/commits/plexus-compiler-2.12.0)
    
    Updates `plexus-compiler-manager` from 2.11.2-SNAPSHOT to 2.12.0
    - [Release notes](https://github.com/codehaus-plexus/plexus-compiler/releases)
    - [Commits](https://github.com/codehaus-plexus/plexus-compiler/commits/plexus-compiler-2.12.0)
    
    Updates `plexus-compiler-javac` from 2.11.2-SNAPSHOT to 2.12.0
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-compiler-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.codehaus.plexus:plexus-compiler-manager
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.codehaus.plexus:plexus-compiler-javac
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d4dcd9f..f756437 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>