You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-commits@maven.apache.org by vs...@apache.org on 2008/12/23 15:20:36 UTC

svn commit: r728963 - /maven/wagon/trunk/src/site/site.xml

Author: vsiveton
Date: Tue Dec 23 06:20:35 2008
New Revision: 728963

URL: http://svn.apache.org/viewvc?rev=728963&view=rev
Log:
o using maven-stylus-skin snap due to r728944

Modified:
    maven/wagon/trunk/src/site/site.xml

Modified: maven/wagon/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/src/site/site.xml?rev=728963&r1=728962&r2=728963&view=diff
==============================================================================
--- maven/wagon/trunk/src/site/site.xml (original)
+++ maven/wagon/trunk/src/site/site.xml Tue Dec 23 06:20:35 2008
@@ -1,14 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 <project>
-  <publishDate format="yyyy-MM-dd" position="right" />
   <version position="right" />
+  <!-- TODO remove when using Maven Parent 11+ -->
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-stylus-skin</artifactId>
+    <version>1.1-SNAPSHOT</version>
+  </skin>
 
   <body>
-    <breadcrumbs>
-      <item name="Apache" href="http://www.apache.org/" />
-      <item name="Maven"  href="http://maven.apache.org/index.html" />
-      <item name="Wagon"  href="http://maven.apache.org/wagon/index.html" />
-    </breadcrumbs>
-
     <menu ref="modules" />
     <menu ref="reports" />
   </body>



---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-commits-unsubscribe@maven.apache.org
For additional commands, e-mail: wagon-commits-help@maven.apache.org