You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/03/15 20:58:07 UTC

[maven-verifier] branch MSHARED-1046 created (now d4e52b9)

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

sjaranowski pushed a change to branch MSHARED-1046
in repository https://gitbox.apache.org/repos/asf/maven-verifier.git.


      at d4e52b9  [MSHARED-1046] Upgrade Parent to 35

This branch includes the following new commits:

     new d4e52b9  [MSHARED-1046] Upgrade Parent to 35

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-verifier] 01/01: [MSHARED-1046] Upgrade Parent to 35

Posted by sj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch MSHARED-1046
in repository https://gitbox.apache.org/repos/asf/maven-verifier.git

commit d4e52b9d86f334b1a0dda6c22fa03b9b3c32e2a1
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Tue Mar 15 21:57:42 2022 +0100

    [MSHARED-1046] Upgrade Parent to 35
---
 pom.xml | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 24fab42..cea586a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>34</version>
+    <version>35</version>
     <relativePath />
   </parent>
 
@@ -121,6 +121,22 @@
   <build>
     <pluginManagement>
       <plugins>
+        <!-- TODO check with next parent -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.10.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-pmd-plugin</artifactId>
+          <version>3.16.0</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>taglist-maven-plugin</artifactId>
+          <version>3.0.0</version>
+        </plugin>
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>