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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new c3f0137  Remove not maintaned idea plugin, incompatible with java 11, 
update pmd minor version from 3.15 to 3.21
c3f0137 is described below

commit c3f0137619d538d228c0798d89d971fbfae9640d
Author: Georg Kallidis <[email protected]>
AuthorDate: Mon Jun 12 10:08:26 2023 +0200

    Remove not maintaned idea plugin, incompatible with java 11, update pmd 
minor version from 3.15 to 3.21
---
 pom.xml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 306a3c1..b5e8090 100644
--- a/pom.xml
+++ b/pom.xml
@@ -230,16 +230,6 @@
           <downloadJavadocs>false</downloadJavadocs>
         </configuration>
       </plugin>
-      <plugin>
-        <!-- generate the IntelliJ project files -->
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-idea-plugin</artifactId>
-        <version>2.2.1</version>
-        <configuration>
-          <jdkLevel>${maven.compile.source}</jdkLevel>
-          <downloadSources>true</downloadSources>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
@@ -343,7 +333,7 @@
         <!-- generate the PMD reports -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.15.0</version>
+        <version>3.21.0</version>
         <configuration>
           <minimumTokens>200</minimumTokens>
           <!--linkXref>true</linkXref -->

Reply via email to