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/28 02:26:08 UTC

[maven-compiler-plugin] branch ci-reporting updated: inherit enforcer plugin version from parent

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

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


The following commit(s) were added to refs/heads/ci-reporting by this push:
     new b6080af  inherit enforcer plugin version from parent
b6080af is described below

commit b6080af00ed21982a24cbdee4fe874b02e11c7f1
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Mon Feb 28 12:25:58 2022 +1000

    inherit enforcer plugin version from parent
    
    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 f442423..f49144e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -241,8 +241,8 @@ under the License.
           </configuration>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-enforcer-plugin</artifactId>
-          <version>3.0.0-M3</version>
           <executions>
             <execution>
               <id>enforce-bytecode-version</id>