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-fulcrum-factory.git


The following commit(s) were added to refs/heads/master by this push:
     new f9c0cc0  Update from snapshot fulcrum dependencies to released 
versions. Migrate to site 2.0.0
f9c0cc0 is described below

commit f9c0cc08febdd01a0f03501b632458e1a5e888a8
Author: Georg Kallidis <[email protected]>
AuthorDate: Mon Nov 18 16:19:21 2024 +0100

    Update from snapshot fulcrum dependencies to released versions. Migrate to 
site 2.0.0
---
 pom.xml                            |  6 ++---
 src/site/site.xml                  | 55 +++++++++++++++++++++++++++++++++-----
 {xdocs => src/site/xdoc}/index.xml |  0
 {xdocs => src/site/xdoc}/tasks.xml |  0
 4 files changed, 52 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8391141..078080b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>turbine-parent</artifactId>
        <groupId>org.apache.turbine</groupId>
-       <version>13-SNAPSHOT</version>
+       <version>13</version>
        <relativePath />
   </parent>
 
@@ -92,13 +92,13 @@
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-testcontainer</artifactId>
-      <version>2.0.1-SNAPSHOT</version>
+      <version>2.0.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-yaafi</artifactId>
-      <version>2.0.1-SNAPSHOT</version>
+      <version>2.0.1</version>
       <scope>test</scope>
     </dependency>
      <dependency>
diff --git a/src/site/site.xml b/src/site/site.xml
index 2da20e2..debf669 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -17,17 +17,60 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project xmlns="http://maven.apache.org/DECORATION/1.4.0"; 
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 
http://maven.apache.org/xsd/decoration-1.4.0.xsd";
-  name="Fulcrum Factory">
+
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
+  name="Apache Turbine - Fulcrum Factory" combine.self="merge">  
   
+   <bannerLeft name="Fulcrum Factory" >  
+   </bannerLeft>
+    
+    <poweredBy>
+    <logo name="Apache Turbine" href="https://turbine.apache.org"; 
target="self" >
+      <image  src="https://turbine.apache.org/images/powered-by-logo.gif"; 
alt="Apache Turbine" position="left"/>
+    </logo>
+  </poweredBy>
+    
+    <publishDate format="dd MMMM yyyy" position="left" />
+    
+    <version position="left" />
+   
+   <!-- remove if parent is upgrade to 14, and fluido-skin 2.0.0 requires 
doxia 2.0.0 -->
+    <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>2.0.0-M11</version>
+  </skin>
   
   <body>
+  <head/>
+  
+     <links>
+        <item name="Apache" href="https://www.apache.org/";> </item>
+        <item name="Turbine" href="https://turbine.apache.org/";>  </item>
+          <item name="Fulcrum" href="/fulcrum/"> </item>
+    </links>
+    
     <menu name="Overview">
       <item name="Main"                 href="/index.html"/>
       <item name="ToDos"                href="/tasks.html" />
     </menu>
+    <menu ref="reports"></menu>
   </body>
-    
-</project>
+  
+  <custom>
+        <fluidoSkin>
+            <topBarEnabled>false</topBarEnabled>
+            <sideBarEnabled>true</sideBarEnabled>
+            <googleSearch>
+                <sitesearch>${project.url}</sitesearch>
+            </googleSearch>
+            <gitHub>
+                <projectId>apache/${turbine.site.path}</projectId>
+                <ribbonOrientation>right</ribbonOrientation>
+                <ribbonColor>gray</ribbonColor>
+            </gitHub>
+        </fluidoSkin>
+    </custom>
+ 
+</site>
\ No newline at end of file
diff --git a/xdocs/index.xml b/src/site/xdoc/index.xml
similarity index 100%
rename from xdocs/index.xml
rename to src/site/xdoc/index.xml
diff --git a/xdocs/tasks.xml b/src/site/xdoc/tasks.xml
similarity index 100%
rename from xdocs/tasks.xml
rename to src/site/xdoc/tasks.xml

Reply via email to