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 251883f  TENTACLES-20: Disable jdepend and use new skin
251883f is described below

commit 251883f766a12c905a55405edb87861c957810fb
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Sep 5 00:00:31 2024 +0200

    TENTACLES-20: Disable jdepend and use new skin
---
 pom.xml           | 4 ++--
 src/site/site.xml | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index fd209fc..67e6753 100644
--- a/pom.xml
+++ b/pom.xml
@@ -312,12 +312,12 @@
           </reportSet>
         </reportSets>
       </plugin>
-      <!-- jdepend plugin -->
+      <!-- jdepend plugin
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>jdepend-maven-plugin</artifactId>
         <version>2.0</version>
-      </plugin>
+      </plugin -->
       <!-- cobertura plugin - disable due to errors on modern JDK
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
diff --git a/src/site/site.xml b/src/site/site.xml
index d816cf4..6ce9c25 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -22,9 +22,9 @@
   name="Apache Tentacles&amp;trade;">
 
   <skin>
-    <groupId>io.github.olamy.maven.skins</groupId>
-    <artifactId>reflow-maven-skin</artifactId>
-    <version>2.0.0</version>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>2.0.0-M10</version>
   </skin>
 
   <bannerLeft name="The Apache Software Foundation" 
href="https://www.apache.org/";>

Reply via email to