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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git


The following commit(s) were added to refs/heads/master by this push:
     new a5ab4a6  TENTACLES-20: Use new jdepend maven plugin after error in 
site generation is fixed; layout is broken
a5ab4a6 is described below

commit a5ab4a66a224d5c910be600b83127b6cdc795505
Author: P. Ottlinger <[email protected]>
AuthorDate: Tue Sep 24 10:07:30 2024 +0200

    TENTACLES-20: Use new jdepend maven plugin after error in site generation 
is fixed; layout is broken
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4e1d671..93fd6c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -317,12 +317,11 @@
           </reportSet>
         </reportSets>
       </plugin>
-      <!-- jdepend plugin
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>jdepend-maven-plugin</artifactId>
-        <version>2.0</version>
-      </plugin -->
+        <version>2.1</version>
+      </plugin>
       <!-- cobertura plugin - disable due to errors on modern JDK
       <plugin>
         <groupId>org.codehaus.mojo</groupId>

Reply via email to