This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-wagon.git
commit f11d9e81d1d55e6831dae780dd7a409f3a5d35b2 Author: Michael Osipov <micha...@apache.org> AuthorDate: Fri Apr 6 22:41:27 2018 +0200 [WAGON-510] Upgrade parent to 31 Updates site.xml for new parent version --- src/site/site.xml | 48 ++++-------------------------------------------- 1 file changed, 4 insertions(+), 44 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index 044debf..2d99252 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -19,43 +19,12 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.3.0" +<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"> - <version position="right" /> - - <bannerLeft> - <name>${project.name}</name> - <src>http://maven.apache.org/images/apache-maven-project.png</src> - <href>http://maven.apache.org/</href> - </bannerLeft> - <bannerRight> - <src>http://maven.apache.org/images/maventxt_logo_200.gif</src> - </bannerRight> - - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.3.0</version> - </skin> - - <custom> - <fluidoSkin> - <topBarEnabled>true</topBarEnabled> - <sideBarEnabled>false</sideBarEnabled> - <leftColumnClass>span2</leftColumnClass> - <bodyColumnClass>span10</bodyColumnClass> - <googleSearch> - <sitesearch>${project.url}</sitesearch> - </googleSearch> - </fluidoSkin> - - </custom> + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd" + name="Apache Maven Wagon"> <body> - <breadcrumbs> - <item name="Wagon" href="./index.html" /> - </breadcrumbs> <menu name="Overview"> <item name="Introduction" href="index.html"/> <item name="JavaDocs" href="apidocs/index.html"/> @@ -63,17 +32,8 @@ under the License. <item name="License" href="http://www.apache.org/licenses/"/> <item name="Download" href="download.html"/> </menu> + <menu ref="modules" /> <menu ref="reports" /> - - - <footer> - <div class="row span16"><div>Apache Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation. - All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div> - <a href="${project.url}/privacy-policy.html">Privacy Policy</a> - </div> - </footer> - </body> - </project> -- To stop receiving notification emails like this one, please contact micha...@apache.org.