Author: dkulp
Date: Mon Jan 27 22:46:17 2014
New Revision: 1561894
URL: http://svn.apache.org/r1561894
Log:
Start working on xmlschema site
Modified:
webservices/xmlschema/trunk/pom.xml
webservices/xmlschema/trunk/src/site/site.xml
Modified: webservices/xmlschema/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/pom.xml?rev=1561894&r1=1561893&r2=1561894&view=diff
==============================================================================
--- webservices/xmlschema/trunk/pom.xml (original)
+++ webservices/xmlschema/trunk/pom.xml Mon Jan 27 22:46:17 2014
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>9</version>
+ <version>13</version>
</parent>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema</artifactId>
@@ -70,7 +70,7 @@
<distributionManagement>
<site>
<id>apache.cxf.site</id>
-
<url>scpexe://people.apache.org/www/ws.apache.org/commons/xmlschema20</url>
+
<url>scm:svn:https://svn.apache.org/repos/asf/webservices/website/xmlschema/</url>
</site>
</distributionManagement>
<organization>
@@ -218,13 +218,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.0</version>
+ <version>3.2</version>
<configuration>
<reportPlugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.4</version>
+ <version>2.6</version>
<configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
Modified: webservices/xmlschema/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/src/site/site.xml?rev=1561894&r1=1561893&r2=1561894&view=diff
==============================================================================
--- webservices/xmlschema/trunk/src/site/site.xml (original)
+++ webservices/xmlschema/trunk/src/site/site.xml Mon Jan 27 22:46:17 2014
@@ -19,11 +19,24 @@
-->
<project name="Apache XmlSchema">
- <bannerLeft>
- <name>Apache XmlSchema 2.0.x</name>
- <src>http://www.apache.org/images/asf-logo.gif</src>
+ <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.3.0</version>
+ </skin>
+ <bannerRight>
+ <src>http://ws.apache.org/images/project-logo.jpg</src>
<href>http://ws.apache.org/</href>
- </bannerLeft>
+ </bannerRight>
+ <version position="none" />
+
<body>
<links>
<item name="Apache" href="http://www.apache.org/"/>
@@ -31,9 +44,8 @@
</links>
<menu name="XML Schema">
<item name="Home" href="index.html"/>
- <item name="Downloads"
href="http://www.apache.org/dyn/closer.cgi/ws/xmlschema/">
- <item name="Source Code" href="source-repository.html"/>
- </item>
+ <item name="Downloads"
href="http://www.apache.org/dyn/closer.cgi/ws/xmlschema/"/>
+ <item name="Source Code" href="source-repository.html"/>
<item name="Project Information" href="project-info.html">
<item name="Mailing Lists" href="mail-lists.html"/>
<item name="Issue Tracking" href="issue-tracking.html"/>