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

struberg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git

commit 26f97997d676be5d7d347bdcb05116e5e835ca9f
Author: Mark Struberg <strub...@apache.org>
AuthorDate: Wed Nov 8 20:32:54 2023 +0100

    OWB-1433 more plugin updates
---
 pom.xml | 44 +++++++++++++-------------------------------
 1 file changed, 13 insertions(+), 31 deletions(-)

diff --git a/pom.xml b/pom.xml
index a4ad87864..fb4df9fa1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,7 @@
         <jetty.version>9.4.12.v20180830</jetty.version>
 
         <surefire.version>3.2.2</surefire.version>
+        <maven-javadoc.version>3.1.1</maven-javadoc.version>
     </properties>
     
     <mailingLists>
@@ -403,7 +404,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-source-plugin</artifactId>
-                <version>3.0.0</version>
+                <version>3.2.1</version>
                 <executions>
                     <execution>
                         <goals>
@@ -606,7 +607,7 @@
             <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
-                <version>0.11</version>
+                <version>0.13</version>
                 <configuration>
                     <includes>
                         <include>src/**/*</include>
@@ -631,7 +632,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-enforcer-plugin</artifactId>
-                <version>3.1.0</version>
+                <version>3.4.1</version>
                 <executions>
                     <execution>
                         <id>enforce-java-version</id>
@@ -652,7 +653,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.10.4</version>
+                <version>${maven-javadoc.version}</version>
                 <configuration>
                     <quiet>true</quiet>
                     <additionalparam>-Xdoclint:none</additionalparam>
@@ -674,7 +675,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.9</version>
                 <reportSets>
                     <reportSet>
                         <reports>
@@ -692,7 +692,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.10.4</version>
+                <version>${maven-javadoc.version}</version>
                 <configuration>
                     <quiet>true</quiet>
                     <additionalparam>-Xdoclint:none</additionalparam>
@@ -948,7 +948,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-jxr-plugin</artifactId>
-                        <version>2.5</version>
+                        <version>3.0.0</version>
                         <configuration>
                             <inputEncoding>
                                 ${project.build.sourceEncoding}
@@ -961,21 +961,21 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-pmd-plugin</artifactId>
-                        <version>3.6</version>
+                        <version>3.21.2</version>
                         <configuration>
-                            <targetJdk>1.5</targetJdk>
+                            <targetJdk>11</targetJdk>
+<!--
                             <rulesets>
                                 <ruleset>
                                     
http://svn.codehaus.org/mojo/trunk/mojo/mojo-parent/src/main/config/pmd/mojo_rules.xml
                                 </ruleset>
                             </rulesets>
+-->
                         </configuration>
                     </plugin>
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>
-                            maven-project-info-reports-plugin
-                        </artifactId>
+                        
<artifactId>maven-project-info-reports-plugin</artifactId>
                         <version>2.9</version>
                         <reportSets>
                             <reportSet>
@@ -999,7 +999,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-report-plugin</artifactId>
-                        <version>2.19.1</version>
+                        <version>3.0.0-M4</version>
                         <reportSets>
                             <reportSet>
                                 <reports>
@@ -1008,24 +1008,6 @@
                             </reportSet>
                         </reportSets>
                     </plugin>
-                    <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>cobertura-maven-plugin</artifactId>
-                        <version>2.6</version>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>taglist-maven-plugin</artifactId>
-                        <version>2.4</version>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>findbugs-maven-plugin</artifactId>
-                        <version>3.0.3</version>
-                        <configuration>
-                            <threshold>Low</threshold>
-                        </configuration>
-                    </plugin>
 
                 </plugins>
             </reporting>

Reply via email to