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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-xmlschema.git


The following commit(s) were added to refs/heads/master by this push:
     new 57b88079 XMLSCHEMA-68/XMLSCHEMA-69 - Fixing website links
57b88079 is described below

commit 57b8807914cf6a7a150840da52b0dd985d8da2fa
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Tue Feb 10 10:37:51 2026 +0000

    XMLSCHEMA-68/XMLSCHEMA-69 - Fixing website links
---
 pom.xml                                         | 20 +++++---------------
 src/site/site.xml                               |  9 +--------
 xmlschema-core/src/site/site.xml                | 12 +-----------
 xmlschema-core/src/site/xdoc/schematutorial.xml |  4 ++--
 4 files changed, 9 insertions(+), 36 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6025392f..2d5d5471 100644
--- a/pom.xml
+++ b/pom.xml
@@ -221,21 +221,11 @@
                     <artifactId>maven-site-plugin</artifactId>
                     <version>3.21.0</version>
                     <dependencies>
-                      <dependency>
-                        <groupId>org.apache.maven.wagon</groupId>
-                        <artifactId>wagon-scm</artifactId>
-                        <version>3.5.3</version>
-                      </dependency>
-                      <dependency>
-                        <groupId>org.apache.maven.scm</groupId>
-                        <artifactId>maven-scm-api</artifactId>
-                        <version>2.2.1</version>
-                      </dependency>
-                      <dependency>
-                        <groupId>org.apache.maven.scm</groupId>
-                        <artifactId>maven-scm-provider-svnexe</artifactId>
-                        <version>2.2.1</version>
-                      </dependency>
+                        <dependency>
+                            <groupId>org.asciidoctor</groupId>
+                            
<artifactId>asciidoctor-parser-doxia-module</artifactId>
+                            <version>3.2.0</version>
+                        </dependency>
                     </dependencies>
                 </plugin>
                 <!--This plugin's configuration is used to store Eclipse m2e 
settings only. It has no influence on the Maven build itself.-->
diff --git a/src/site/site.xml b/src/site/site.xml
index 437e0166..d84b5fde 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,17 +19,10 @@
   -->
 
 <project name="Apache XmlSchema">
-    <custom>
-        <fluidoSkin>
-            <googleSearch>
-                <sitesearch>ws.apache.org</sitesearch>
-            </googleSearch>
-        </fluidoSkin>
-    </custom>
     <skin>
         <groupId>org.apache.maven.skins</groupId>
         <artifactId>maven-fluido-skin</artifactId>
-        <version>1.9</version>
+        <version>2.0.0-M11</version>
     </skin>
     <bannerRight>
         <src>http://ws.apache.org/images/project-logo.jpg</src>
diff --git a/xmlschema-core/src/site/site.xml b/xmlschema-core/src/site/site.xml
index b7825f68..3b4b4ec9 100644
--- a/xmlschema-core/src/site/site.xml
+++ b/xmlschema-core/src/site/site.xml
@@ -19,17 +19,10 @@
   -->
 
 <project name="Apache XmlSchema">
-    <custom>
-        <fluidoSkin>
-            <googleSearch>
-                <sitesearch>ws.apache.org</sitesearch>
-            </googleSearch>
-        </fluidoSkin>
-    </custom>
     <skin>
         <groupId>org.apache.maven.skins</groupId>
         <artifactId>maven-fluido-skin</artifactId>
-        <version>1.9</version>
+        <version>2.0.0-M11</version>
     </skin>
     <bannerRight>
         <src>http://ws.apache.org/images/project-logo.jpg</src>
@@ -70,6 +63,3 @@
 
     </body>
 </project>
-
-
-
diff --git a/xmlschema-core/src/site/xdoc/schematutorial.xml 
b/xmlschema-core/src/site/xdoc/schematutorial.xml
index b61ecafd..4faa92d1 100644
--- a/xmlschema-core/src/site/xdoc/schematutorial.xml
+++ b/xmlschema-core/src/site/xdoc/schematutorial.xml
@@ -17,7 +17,7 @@
   ~ under the License.
   -->
 
-<xdoc>
+<document>
   <properties>
     <title>Apache XMLSchema Tutorial</title>
   </properties>
@@ -110,4 +110,4 @@ manipulate and generate XML Schemas. It has minimum 
dependencies and can be
 used inside another project with ease.</p>
 </section>
 </body>
-</xdoc>
+</document>

Reply via email to