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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/training.git


The following commit(s) were added to refs/heads/develop by this push:
     new a4f0f92  fix: Updated the fontawesome download as the 6.x version 
seems to no longer be available.
a4f0f92 is described below

commit a4f0f923f520561d68f424af8f78eba54a83dca4
Author: Christofer Dutz <[email protected]>
AuthorDate: Sat Aug 30 15:13:57 2025 +0200

    fix: Updated the fontawesome download as the 6.x version seems to no longer 
be available.
---
 site/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/pom.xml b/site/pom.xml
index bf0140b..c097557 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -84,7 +84,7 @@
 
     <!-- Site properties -->
     <reflow.skin.version>2.3.0</reflow.skin.version>
-    <fontawesome.version>6.2.0</fontawesome.version>
+    <fontawesome.version>7.0.0</fontawesome.version>
   </properties>
 
   <modules>
@@ -197,7 +197,7 @@
               <artifactItems>
                 <artifactItem>
                   <groupId>io.github.devacfr.maven.skins</groupId>
-                  <artifactId>reflow-default-webdeps</artifactId>
+                  <artifactId>c</artifactId>
                   <version>${reflow.skin.version}</version>
                   <type>jar</type>
                   <overWrite>false</overWrite>

Reply via email to