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

cstamas pushed a commit to branch update-parent-downgrade-plexus
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git

commit 62c1bab073009b2eebc7ff5cd795904ccd6877d8
Author: Tamas Cservenak <[email protected]>
AuthorDate: Mon Jun 19 12:35:49 2023 +0200

    [MCHECKSTYLE-439] Upgrade to parent 40
    
    To get rid of warnings.
    
    Also, downgrade plexus plugin from 2.1.1 to 2.1.0 as 2.1.1
    is known to be broken.
    
    ---
    
    https://issues.apache.org/jira/browse/MCHECKSTYLE-439
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9ceb8c5..928448c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>39</version>
+    <version>40</version>
     <relativePath />
   </parent>
 
@@ -154,7 +154,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-annotations</artifactId>
-      <version>2.1.1</version>
+      <version>2.1.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -337,7 +337,7 @@ under the License.
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
-        <version>2.1.1</version>
+        <version>2.1.0</version>
         <executions>
           <execution>
             <goals>

Reply via email to