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

mbien pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 9dd0ba5  Revert maven-site-plugin version bump since it fails on 
jenkins.
     new 50b6ecd  Merge pull request #119 from mbien/revert-site-plugin-bump
9dd0ba5 is described below

commit 9dd0ba50839c9fd28e9daa114285104867a1301a
Author: Michael Bien <mbie...@gmail.com>
AuthorDate: Tue Nov 7 21:28:23 2023 +0100

    Revert maven-site-plugin version bump since it fails on jenkins.
    
    reverts to the 3.x branch and 1.x for the skin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9446a65..9b83eaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
         <maven.plugin.version>3.10.1</maven.plugin.version>
         <skin.groupId>org.apache.maven.skins</skin.groupId>
         <skin.artifactId>maven-fluido-skin</skin.artifactId>
-        <skin.version>2.0.0-M6</skin.version>
+        <skin.version>1.12.0</skin.version>
     </properties>
 
     <dependencyManagement>
@@ -129,7 +129,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>4.0.0-M11</version>
+                    <version>3.12.1</version> <!-- version sensitive to 
maven-fluido-skin version -->
                     <configuration>
                         <!-- hard coded work here,  
${project.distributionManagement.site.url} move everything
                         to staging root removing the "parent " -->


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to