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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git


The following commit(s) were added to refs/heads/master by this push:
     new d5eef27  [MSKINS-243] Update to Parent 41 (#59)
d5eef27 is described below

commit d5eef2752bdb2e3d395438a502ab87ecbebd9e8c
Author: Konrad Windszus <k...@apache.org>
AuthorDate: Mon Mar 11 12:09:12 2024 +0100

    [MSKINS-243] Update to Parent 41 (#59)
    
    refactor properties to reuse values used in ASF parent POM
---
 pom.xml | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index d369442..8c0bfcf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-skins</artifactId>
-    <version>40</version>
+    <version>41</version>
     <relativePath />
   </parent>
 
@@ -96,12 +96,14 @@ under the License.
   </distributionManagement>
 
   <properties>
+    <anchorjs.version>4.3.1</anchorjs.version>
     <bootstrap.version>2.3.2</bootstrap.version>
     <jquery.version>1.11.2</jquery.version>
-    <sitePluginVersion>4.0.0-M10</sitePluginVersion>
-    <projectInfoReportsPluginVersion>3.4.5</projectInfoReportsPluginVersion>
+    <version.maven-site-plugin>4.0.0-M10</version.maven-site-plugin>
     
<project.build.outputTimestamp>2023-10-08T14:07:28Z</project.build.outputTimestamp>
-    <anchorjs.version>4.3.1</anchorjs.version>
+    <!-- the following properties are used in ITs (which do not inherit 
anything from a common parent) -->
+    <sitePluginVersion>${version.maven-site-plugin}</sitePluginVersion>
+    
<projectInfoReportsPluginVersion>${version.maven-project-info-reports-plugin}</projectInfoReportsPluginVersion>
   </properties>
 
   <build>
@@ -167,11 +169,6 @@ under the License.
             </excludes>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-site-plugin</artifactId>
-          <version>${sitePluginVersion}</version>
-        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>

Reply via email to