You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/05/16 18:54:34 UTC

[maven-site] branch master updated: (doc) try with fluido-skin 1.11.0 from staging repo

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fcb2bb60 (doc) try with fluido-skin 1.11.0 from staging repo
fcb2bb60 is described below

commit fcb2bb60dfe2bd21111af8634cd8c292efad7e32
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon May 16 20:54:23 2022 +0200

    (doc) try with fluido-skin 1.11.0 from staging repo
---
 pom.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 75875b62..4b7bdd9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     <versions2x>2.2.1,2.2.0,2.1.0,2.0.11,2.0.10,2.0.9,2.0.8,2.0.7,2.0.6,2.0.5,2.0.4,2.0.3,2.0.2,2.0.1,2.0</versions2x>
     <versions3x>3.8.5,3.8.4,3.8.3,3.8.2,3.8.1,3.6.3,3.6.2,3.6.1,3.6.0,3.5.4,3.5.3,3.5.2,3.5.0,3.5.0-beta-1,3.5.0-alpha-1,3.3.9,3.3.3,3.3.1,3.2.5,3.2.3,3.2.2,3.2.1,3.1.1,3.1.0,3.1.0-alpha-1,3.0.5,3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x>
     <site.output>${project.build.directory}/site</site.output>
-    <fluidoVersion>1.10.0</fluidoVersion><!-- used by src/xdoc/errors/404.xml.vm -->
+    <fluidoVersion>1.11.0</fluidoVersion><!-- used by src/xdoc/errors/404.xml.vm -->
     <doxiaVersion>1.11.1</doxiaVersion>
     <doxiaToolsVersion>1.11.1</doxiaToolsVersion>
     <javaVersion>8</javaVersion>
@@ -85,6 +85,14 @@
         <enabled>false</enabled>
       </releases>
     </repository>
+    <repository><!-- to test with ASF staging repo -->
+      <id>apache.staging</id>
+      <name>Apache Staging Repository</name>
+      <url>https://repository.apache.org/content/repositories/maven-1752/</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+    </repository>
   </repositories>
 
   <build>