You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2022/01/08 22:41:22 UTC

[any23] branch master updated: Website maintenance

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

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/master by this push:
     new 45403a0  Website maintenance
45403a0 is described below

commit 45403a0b9bd73104ab21a827aa36e9cfade31a94
Author: Lewis John McGibbney <le...@gmail.com>
AuthorDate: Sat Jan 8 14:40:59 2022 -0800

    Website maintenance
---
 .../java/org/apache/any23/cli/ToolTestBase.java    | 15 ++--
 pom.xml                                            | 91 ++++++++++------------
 src/site/apt/acknowledgements.apt                  |  5 +-
 src/site/apt/any23-plugins.apt                     |  1 -
 src/site/apt/build-src.apt                         |  1 -
 src/site/apt/configuration.apt                     |  1 -
 src/site/apt/dev-csv-extractor.apt                 |  1 -
 src/site/apt/dev-data-conversion.apt               |  1 -
 src/site/apt/dev-data-extraction.apt               |  1 -
 src/site/apt/dev-microdata-extractor.apt           |  1 -
 src/site/apt/dev-microformat-extractors.apt        |  1 -
 src/site/apt/dev-validation-fix.apt                |  1 -
 src/site/apt/dev-xpath-extractor.apt               |  1 -
 src/site/apt/developers.apt                        |  1 -
 src/site/apt/extractors.apt                        |  1 -
 src/site/apt/getting-started.apt                   |  1 -
 src/site/apt/install.apt.vm                        |  1 -
 src/site/apt/plugin-basic-crawler.apt              |  1 -
 src/site/apt/plugin-html-scraper.apt               |  1 -
 src/site/apt/plugin-office-scraper.apt             |  1 -
 src/site/apt/poweredby.apt                         |  1 -
 src/site/apt/service.apt                           |  1 -
 src/site/apt/supported-formats.apt                 |  1 -
 src/site/site.xml                                  |  2 +-
 24 files changed, 52 insertions(+), 81 deletions(-)

diff --git a/cli/src/test/java/org/apache/any23/cli/ToolTestBase.java b/cli/src/test/java/org/apache/any23/cli/ToolTestBase.java
index 81db7e7..e4ff8ac 100644
--- a/cli/src/test/java/org/apache/any23/cli/ToolTestBase.java
+++ b/cli/src/test/java/org/apache/any23/cli/ToolTestBase.java
@@ -17,15 +17,16 @@
 
 package org.apache.any23.cli;
 
-import com.beust.jcommander.Parameters;
-import org.apache.any23.Any23OnlineTestBase;
+import static java.lang.String.format;
+import static org.junit.Assert.assertEquals;
 
 import java.util.Arrays;
 import java.util.Locale;
 import java.util.Objects;
 
-import static java.lang.String.format;
-import static org.junit.Assert.assertEquals;
+import org.apache.any23.Any23OnlineTestBase;
+
+import com.beust.jcommander.Parameters;
 
 /**
  * Base class for <i>CLI</i> related tests.
@@ -39,7 +40,7 @@ public abstract class ToolTestBase extends Any23OnlineTestBase {
     private final Class<? extends Tool> toolClazz;
 
     protected ToolTestBase(Class<? extends Tool> tool) {
-        toolClazz = Objects.requireNonNull(tool, "Tool class cannot be null.");
+        this.toolClazz = Objects.requireNonNull(tool, "Tool class cannot be null.");
     }
 
     /**
@@ -54,7 +55,7 @@ public abstract class ToolTestBase extends Any23OnlineTestBase {
      *             if there is an error asserting the test data.
      */
     protected int runTool(String... args) throws Exception {
-        final String commandName = toolClazz.getAnnotation(Parameters.class).commandNames()[0];
+        final String commandName = this.toolClazz.getAnnotation(Parameters.class).commandNames()[0];
 
         final String[] enhancedArgs = new String[args.length + 1];
         enhancedArgs[0] = commandName;
@@ -89,7 +90,7 @@ public abstract class ToolTestBase extends Any23OnlineTestBase {
      */
     protected void runToolCheckExit0(String... args) throws Exception {
         assertEquals(format(Locale.ROOT, "Unexpected exit code for tool [%s] invoked with %s",
-                toolClazz.getSimpleName(), Arrays.asList(args)), 0, runTool(args));
+                this.toolClazz.getSimpleName(), Arrays.asList(args)), 0, runTool(args));
     }
 
 }
diff --git a/pom.xml b/pom.xml
index bf7c35a..9e1f09e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
     <developer>
       <id>hansbrende</id>
       <name>Hans Brende</name>
-      <email>hansbrende[at]apache[dot]org</email>
+      <email>hansbrende@apache.org</email>
       <roles>
         <role>Committer</role>
         <role>PMC Member</role>
@@ -48,7 +48,7 @@
     <developer>
       <id>band</id>
       <name>Bill Anderson</name>
-      <email>band[at]apache[dot]org</email>
+      <email>band@apache.org</email>
       <roles>
         <role>Committer</role>
         <role>PMC Member</role>
@@ -57,7 +57,7 @@
     <developer>
       <id>ansell</id>
       <name>Peter Ansell</name>
-      <email>ansell[at]apache[dot]org</email>
+      <email>ansell@apache.org</email>
       <roles>
         <role>Committer</role>
         <role>PMC Member</role>
@@ -66,7 +66,7 @@
     <developer>
       <id>dpalmisano</id>
       <name>Davide Palmisano</name>
-      <email>dpalmisano[at]apache[dot]org</email>
+      <email>dpalmisano@apache.org</email>
       <roles>
         <role>Committer</role>
         <role>PMC Member</role>
@@ -75,7 +75,7 @@
     <developer>
       <id>giovanni</id>
       <name>Giovanni Tummarello</name>
-      <email>giovanni[at]apache[dot]org</email>
+      <email>giovanni@apache.org</email>
       <roles>
         <role>Committer</role>
         <role>PMC Member</role>
@@ -84,7 +84,7 @@
     <developer>
       <id>lewismc</id>
       <name>Lewis John McGibbney</name>
-      <email>lewismc[at]apache[dot]org</email>
+      <email>lewismc@apache.org</email>
       <roles>
         <role>Committer</role>
         <role>PMC Member</role>
@@ -93,7 +93,7 @@
     <developer>
       <id>mattmann</id>
       <name>Chris Mattmann</name>
-      <email>mattmann[at]apache[dot]org</email>
+      <email>mattmann@apache.org</email>
       <roles>
         <role>Champion</role>
         <role>Committer</role>
@@ -104,7 +104,7 @@
     <developer>
       <id>mostarda</id>
       <name>Michele Mostarda</name>
-      <email>mostarda[at]apache[dot]org</email>
+      <email>mostarda@apache.org</email>
       <roles>
         <role>Committer</role>
         <role>PMC Member</role>
@@ -113,7 +113,7 @@
     <developer>
       <id>niq</id>
       <name>Nick Kew</name>
-      <email>niq[at]apache[dot]org</email>
+      <email>niq@apache.org</email>
       <roles>
         <role>Committer</role>
         <role>PMC Member</role>
@@ -123,7 +123,7 @@
     <developer>
       <id>pramirez</id>
       <name>Paul Michael Ramirez</name>
-      <email>pramirez[at]apache[dot]org</email>
+      <email>pramirez@apache.org</email>
       <roles>
         <role>Committer</role>
         <role>PMC Member</role>
@@ -133,7 +133,7 @@
     <developer>
       <id>reto</id>
       <name>Reto Bachmann-Gmür</name>
-      <email>reto[at]apache[dot]org</email>
+      <email>reto@apache.org</email>
       <roles>
         <role>Committer</role>
         <role>PMC Member</role>
@@ -142,7 +142,7 @@
     <developer>
       <id>simonetripodi</id>
       <name>Simone Tripodi</name>
-      <email>simonetripodi[at]apache[dot]org</email>
+      <email>simonetripodi@apache.org</email>
       <roles>
         <role>Committer</role>
         <role>PMC Member</role>
@@ -152,7 +152,7 @@
     <developer>
       <id>szydan</id>
       <name>Szymon Danielczyk</name>
-      <email>szydan[at]apache[dot]org</email>
+      <email>szydan@apache.org</email>
       <roles>
         <role>Committer</role>
         <role>PMC Member</role>
@@ -161,7 +161,7 @@
     <developer>
       <id>tommaso</id>
       <name>Tommaso Teofili</name>
-      <email>tommaso[at]apache[dot]org</email>
+      <email>tommaso@apache.org</email>
       <roles>
         <role>Committer</role>
         <role>PMC Member</role>
@@ -173,35 +173,26 @@
   <mailingLists>
     <mailingList>
       <name>Dev Mailing List</name>
-      <post>dev[at]any23[dot]apache[dot]org</post>
-      <subscribe>dev-subscribe[at]any23[dot]apache[dot]org</subscribe>
-      <unsubscribe>dev-unsubscribe[at]any23[dot]apache[dot]org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/any23-dev/</archive>
-      <otherArchives>
-        <otherArchive>https://lists.apache.org/list.html?dev@any23.apache.org</otherArchive>
-      </otherArchives>
+      <post>dev@any23.apache.org</post>
+      <subscribe>dev-subscribe@any23.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@any23.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?dev@any23.apache.org</archive>
     </mailingList>
 
     <mailingList>
       <name>User Mailing List</name>
-      <post>user[at]any23[dot]apache[dot]org</post>
-      <subscribe>user-subscribe[at]any23[dot]apache[dot]org</subscribe>
-      <unsubscribe>user-unsubscribe[at]any23[dot]apache[dot]org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/any23-user/</archive>
-      <otherArchives>
-        <otherArchive>https://lists.apache.org/list.html?user@any23.apache.org</otherArchive>
-      </otherArchives>
+      <post>user@any23.apache.org</post>
+      <subscribe>user-subscribe@any23.apache.org</subscribe>
+      <unsubscribe>user-unsubscribe@any23.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?user@any23.apache.org</archive>
     </mailingList>
 
     <mailingList>
       <name>Commits Mailing List</name>
-      <post>commits[at]any23[dot]apache[dot]org</post>
-      <subscribe>commits-subscribe[at]any23[dot]apache[dot]org</subscribe>
-      <unsubscribe>commits-unsubscribe[at]any23[dot]apache[dot]org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/any23-commits/</archive>
-      <otherArchives>
-        <otherArchive>https://lists.apache.org/list.html?commits@any23.apache.org</otherArchive>
-      </otherArchives>
+      <post>commits@any23.apache.org</post>
+      <subscribe>commits-subscribe@any23.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@any23.apache.org</unsubscribe>
+      <archive>https://lists.apache.org/list.html?commits@any23.apache.org</archive>
     </mailingList>
   </mailingLists>
 
@@ -257,6 +248,7 @@
     <openregex.version>1.1.1</openregex.version>
     <jackson.version>2.13.1</jackson.version>
     <commons-io.version>2.11.0</commons-io.version>
+    <velocity.version>1.7</velocity.version>
 
     <!-- Overridden in profiles to add JDK specific arguments to surefire -->
     <surefire-extra-args />
@@ -731,12 +723,12 @@
             <dependency>
               <groupId>org.apache.maven.scm</groupId>
               <artifactId>maven-scm-provider-gitexe</artifactId>
-              <version>1.12.0</version>
+              <version>1.12.2</version>
             </dependency>
             <dependency>
               <groupId>org.apache.maven.scm</groupId>
               <artifactId>maven-scm-api</artifactId>
-              <version>1.12.0</version>
+              <version>1.12.2</version>
             </dependency>
           </dependencies>
         </plugin>
@@ -1012,16 +1004,14 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>${maven-javadoc-plugin.version}</version>
-      </plugin>
-
-      <!-- Browsable documentation. -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jxr-plugin</artifactId>
-        <version>${maven-jxr-plugin.version}</version>
-        <configuration>
-          <aggregate>true</aggregate>
-        </configuration>
+        <reportSets>
+          <reportSet>
+            <id>html</id>
+            <reports>
+              <report>aggregate</report>
+            </reports>
+          </reportSet>
+        </reportSets>
       </plugin>
 
       <plugin>
@@ -1193,7 +1183,7 @@
               <dependency>
                 <groupId>org.apache.velocity</groupId>
                 <artifactId>velocity</artifactId>
-                <version>1.7</version>
+                <version>${velocity.version}</version>
               </dependency>
             </dependencies>
             <configuration>
@@ -1202,7 +1192,7 @@
                 <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-project-info-reports-plugin</artifactId>
-                  <version>2.4</version>
+                  <version>${maven-project-info-reports-plugin.version.version}</version>
                   <configuration>
                     <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
                     <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
@@ -1231,6 +1221,7 @@
                   <version>${maven-javadoc-plugin.version}</version>
                   <reportSets>
                     <reportSet>
+                      <id>html</id>
                       <reports>
                         <report>aggregate</report>
                       </reports>
@@ -1247,7 +1238,7 @@
             <version>3.1.0</version>
             <configuration>
               <tryUpdate>true</tryUpdate>
-              <checkinComment>Apache Any23 site deployment</checkinComment>
+              <checkinComment>Apache Any23 ${project.version} site deployment</checkinComment>
               <checkoutDirectory>${site.scmPubCheckoutDirectory}</checkoutDirectory>
               <pubScmUrl>${site.deploymentBaseUrl}</pubScmUrl>
               <content>${site.filePath}</content>
diff --git a/src/site/apt/acknowledgements.apt b/src/site/apt/acknowledgements.apt
index 8e3ac78..7ede9f4 100644
--- a/src/site/apt/acknowledgements.apt
+++ b/src/site/apt/acknowledgements.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
@@ -27,8 +26,8 @@ Acknowledgments
   {{{http://www.apache.ie/}DERI, NUI Galway}}, {{{http://wed.fbk.eu/en/home}Web of Data - FBK}}
   and the {{{http://www.okkam.org/}OKKAM project (ICT-215032)}}.
 
-  Individual developers who have contributed to <<any23>> include (in alphabetic order):
-  Michele Catasta, Richard Cyganiak, Michele Mostarda, Davide Palmisano, Gabriele Renzi, Juergen Umbrich.
+  Initial developers who have contributed to <<Any23>> include (in alphabetic order):
+  Michele Catasta, Richard Cyganiak, Michele Mostarda, Davide Palmisano, Gabriele Renzi, Juergen Umbrich. A more recent collection of contributors can be seen in the {{{https://github.com/apache/any23/graphs/contributors}GitHub contributors graph}}.
 
   Below the initial sponsors of the <Any23> project.
 
diff --git a/src/site/apt/any23-plugins.apt b/src/site/apt/any23-plugins.apt
index dfc9902..1e8b8ec 100644
--- a/src/site/apt/any23-plugins.apt
+++ b/src/site/apt/any23-plugins.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/apt/build-src.apt b/src/site/apt/build-src.apt
index 4a38fa5..29b3c15 100644
--- a/src/site/apt/build-src.apt
+++ b/src/site/apt/build-src.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/apt/configuration.apt b/src/site/apt/configuration.apt
index 3cc5ce4..db03bc6 100644
--- a/src/site/apt/configuration.apt
+++ b/src/site/apt/configuration.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/apt/dev-csv-extractor.apt b/src/site/apt/dev-csv-extractor.apt
index 24b0d6c..963decf 100644
--- a/src/site/apt/dev-csv-extractor.apt
+++ b/src/site/apt/dev-csv-extractor.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/apt/dev-data-conversion.apt b/src/site/apt/dev-data-conversion.apt
index 8be8aa4..6e4b984 100644
--- a/src/site/apt/dev-data-conversion.apt
+++ b/src/site/apt/dev-data-conversion.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/apt/dev-data-extraction.apt b/src/site/apt/dev-data-extraction.apt
index 1f67a53..7120ec0 100644
--- a/src/site/apt/dev-data-extraction.apt
+++ b/src/site/apt/dev-data-extraction.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/apt/dev-microdata-extractor.apt b/src/site/apt/dev-microdata-extractor.apt
index 07c2e9c..8fe706d 100644
--- a/src/site/apt/dev-microdata-extractor.apt
+++ b/src/site/apt/dev-microdata-extractor.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/apt/dev-microformat-extractors.apt b/src/site/apt/dev-microformat-extractors.apt
index 4f03d71..90c225a 100644
--- a/src/site/apt/dev-microformat-extractors.apt
+++ b/src/site/apt/dev-microformat-extractors.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/apt/dev-validation-fix.apt b/src/site/apt/dev-validation-fix.apt
index c588fc2..8bd9225 100644
--- a/src/site/apt/dev-validation-fix.apt
+++ b/src/site/apt/dev-validation-fix.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/apt/dev-xpath-extractor.apt b/src/site/apt/dev-xpath-extractor.apt
index fc9df63..dfdd369 100644
--- a/src/site/apt/dev-xpath-extractor.apt
+++ b/src/site/apt/dev-xpath-extractor.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/apt/developers.apt b/src/site/apt/developers.apt
index 56f6a49..efe90db 100644
--- a/src/site/apt/developers.apt
+++ b/src/site/apt/developers.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/apt/extractors.apt b/src/site/apt/extractors.apt
index 4031b05..b704090 100644
--- a/src/site/apt/extractors.apt
+++ b/src/site/apt/extractors.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/apt/getting-started.apt b/src/site/apt/getting-started.apt
index ac239c1..6f7d4ef 100644
--- a/src/site/apt/getting-started.apt
+++ b/src/site/apt/getting-started.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/apt/install.apt.vm b/src/site/apt/install.apt.vm
index 4551935..e21e3d3 100644
--- a/src/site/apt/install.apt.vm
+++ b/src/site/apt/install.apt.vm
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/apt/plugin-basic-crawler.apt b/src/site/apt/plugin-basic-crawler.apt
index dcbcee9..4953866 100644
--- a/src/site/apt/plugin-basic-crawler.apt
+++ b/src/site/apt/plugin-basic-crawler.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/apt/plugin-html-scraper.apt b/src/site/apt/plugin-html-scraper.apt
index af3ab55..48a5741 100644
--- a/src/site/apt/plugin-html-scraper.apt
+++ b/src/site/apt/plugin-html-scraper.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/apt/plugin-office-scraper.apt b/src/site/apt/plugin-office-scraper.apt
index fcdff24..f871c2b 100644
--- a/src/site/apt/plugin-office-scraper.apt
+++ b/src/site/apt/plugin-office-scraper.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/apt/poweredby.apt b/src/site/apt/poweredby.apt
index eb47572..f6b3449 100644
--- a/src/site/apt/poweredby.apt
+++ b/src/site/apt/poweredby.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/apt/service.apt b/src/site/apt/service.apt
index 2b3f292..43f904a 100644
--- a/src/site/apt/service.apt
+++ b/src/site/apt/service.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/apt/supported-formats.apt b/src/site/apt/supported-formats.apt
index 239d36f..0f33738 100644
--- a/src/site/apt/supported-formats.apt
+++ b/src/site/apt/supported-formats.apt
@@ -3,7 +3,6 @@
                                     ------
                               The Apache Software Foundation
                                     ------
-                                     2011-2012
 
 ~~  Licensed to the Apache Software Foundation (ASF) under one or more
 ~~  contributor license agreements.  See the NOTICE file distributed with
diff --git a/src/site/site.xml b/src/site/site.xml
index e6eed57..e5f9eb7 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -25,7 +25,7 @@
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.3.0</version>
+    <version>1.10.0</version>
   </skin>
 
   <bannerLeft>