Author: hboutemy
Date: Sun May 28 08:04:40 2017
New Revision: 1796477
URL: http://svn.apache.org/viewvc?rev=1796477&view=rev
Log:
fixed 404 error rendering and updated Fluido skin from 1.6-SNAPSHOT to released
1.6
Added:
maven/site/trunk/content/xdoc/errors/404.xml.vm
- copied, changed from r1796476,
maven/site/trunk/content/xdoc/errors/404.xml
Removed:
maven/site/trunk/content/xdoc/errors/404.xml
Modified:
maven/site/trunk/content/site.xml
maven/site/trunk/pom.xml
Modified: maven/site/trunk/content/site.xml
URL:
http://svn.apache.org/viewvc/maven/site/trunk/content/site.xml?rev=1796477&r1=1796476&r2=1796477&view=diff
==============================================================================
--- maven/site/trunk/content/site.xml (original)
+++ maven/site/trunk/content/site.xml Sun May 28 08:04:40 2017
@@ -29,7 +29,7 @@ under the License.
<skin><!-- TODO remove when CMS doesn't have any issue with parent site.xml
download... -->
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</skin>
<custom>
Copied: maven/site/trunk/content/xdoc/errors/404.xml.vm (from r1796476,
maven/site/trunk/content/xdoc/errors/404.xml)
URL:
http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/errors/404.xml.vm?p2=maven/site/trunk/content/xdoc/errors/404.xml.vm&p1=maven/site/trunk/content/xdoc/errors/404.xml&r1=1796476&r2=1796477&rev=1796477&view=diff
==============================================================================
--- maven/site/trunk/content/xdoc/errors/404.xml (original)
+++ maven/site/trunk/content/xdoc/errors/404.xml.vm Sun May 28 08:04:40 2017
@@ -32,10 +32,10 @@ under the License.
<title>Page Not Found</title>
<base href="https://maven.apache.org/errors" />
<!-- need to import styles by hand since the generated html has them
relative and before the base tag -->
- <link rel="stylesheet"
href="https://maven.apache.org/css/apache-maven-fluido-1.4.min.css" />
+ <link rel="stylesheet"
href="https://maven.apache.org/css/apache-maven-fluido-${fluidoVersion}.min.css"
/>
<link rel="stylesheet" href="https://maven.apache.org/css/site.css" />
<link rel="stylesheet" href="https://maven.apache.org/css/print.css"
media="print" />
- <script type="text/javascript"
src="https://maven.apache.org/js/apache-maven-fluido-1.4.min.js" />
+ <script type="text/javascript"
src="https://maven.apache.org/js/apache-maven-fluido-${fluidoVersion}.min.js" />
</head>
<body>
Modified: maven/site/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=1796477&r1=1796476&r2=1796477&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Sun May 28 08:04:40 2017
@@ -58,6 +58,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.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.6</fluidoVersion><!-- used by src/xdoc/errors/404.xml.vm
-->
</properties>
<repositories>