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

[maven-plugin-tools] 01/02: [MPLUGIN-447] Update to Maven Parent POM 38

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

kwin pushed a commit to branch feature/parent-38
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git

commit f941ae45e461699260e12645f73aed77eb903218
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Nov 29 19:03:42 2022 +0100

    [MPLUGIN-447] Update to Maven Parent POM 38
---
 maven-plugin-plugin/pom.xml        | 2 +-
 maven-plugin-report-plugin/pom.xml | 2 +-
 pom.xml                            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/maven-plugin-plugin/pom.xml b/maven-plugin-plugin/pom.xml
index 866fdf22..6445cf76 100644
--- a/maven-plugin-plugin/pom.xml
+++ b/maven-plugin-plugin/pom.xml
@@ -251,7 +251,7 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-plugin-plugin</artifactId>
+        <artifactId>maven-plugin-report-plugin</artifactId>
         <reportSets>
           <reportSet>
             <reports>
diff --git a/maven-plugin-report-plugin/pom.xml b/maven-plugin-report-plugin/pom.xml
index 382d225c..0227f4fe 100644
--- a/maven-plugin-report-plugin/pom.xml
+++ b/maven-plugin-report-plugin/pom.xml
@@ -189,7 +189,7 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-plugin-plugin</artifactId>
+                <artifactId>maven-plugin-report-plugin</artifactId>
                 <reportSets>
                     <reportSet>
                         <reports>
diff --git a/pom.xml b/pom.xml
index 0d4c5522..4cc932a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>37</version>
+    <version>38</version>
     <relativePath />
   </parent>