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

commit 8dcc349c669746f7e6b6a460ddb125295e955e61
Author: gk <[email protected]>
AuthorDate: Mon Mar 31 15:05:56 2025 +0200

    Fix site plugin version to 3.x version, update fluido-skin to stable 
version 2.1.0, fix profile owasp to be activated only explicitely
---
 pom.xml           | 10 ++--------
 src/site/site.xml |  2 +-
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6c57523..ee359b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>4.0.0-M16</version><!-- override apache.org, required by 
fluido v2.0.0-M10 in site.xml -->
+          <version>3.21.0</version><!-- 4.x versions are for mvn 4.x; override 
apache.org, required by fluido v2.1.0 in site.xml -->
           <configuration>
             <!-- don't deploy site with maven-site-plugin -->
             <skipDeploy>true</skipDeploy>
@@ -536,13 +536,7 @@
           $>mvn org.owasp:dependency-check-maven:check 
        -->
       <id>owasp</id>
-      <activation>
-        <property>
-            <name>dependency.check.skip</name>
-            <value>!true</value>
-         </property>
-      </activation>
-       <properties>
+      <properties>
           <dependency.check.skip>false</dependency.check.skip>
       </properties>
       <build>
diff --git a/src/site/site.xml b/src/site/site.xml
index 91ae9ce..ed7dfdc 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -35,7 +35,7 @@
    <skin>
         <groupId>org.apache.maven.skins</groupId>
         <artifactId>maven-fluido-skin</artifactId>
-         <version>2.0.0-M11</version>
+         <version>2.1.0</version>
     </skin>
    <body>
     <head/>

Reply via email to