Author: felixk
Date: Thu Mar 24 18:54:31 2011
New Revision: 1085071
URL: http://svn.apache.org/viewvc?rev=1085071&view=rev
Log:
Update to maven-skin-1.6
Modified:
james/mime4j/trunk/src/reporting-site/site.xml
james/mime4j/trunk/src/site/site.xml
Modified: james/mime4j/trunk/src/reporting-site/site.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/src/reporting-site/site.xml?rev=1085071&r1=1085070&r2=1085071&view=diff
==============================================================================
--- james/mime4j/trunk/src/reporting-site/site.xml (original)
+++ james/mime4j/trunk/src/reporting-site/site.xml Thu Mar 24 18:54:31 2011
@@ -22,7 +22,7 @@
<skin>
<groupId>org.apache.james</groupId>
<artifactId>maven-skin</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</skin>
<bannerLeft>
Modified: james/mime4j/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/src/site/site.xml?rev=1085071&r1=1085070&r2=1085071&view=diff
==============================================================================
--- james/mime4j/trunk/src/site/site.xml (original)
+++ james/mime4j/trunk/src/site/site.xml Thu Mar 24 18:54:31 2011
@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
- 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.
--->
+<!--
+ 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 name="James mime4j">
<skin>
<groupId>org.apache.james</groupId>
<artifactId>maven-skin</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
</skin>
<bannerLeft>
@@ -41,18 +41,18 @@
<menu name="mime4j">
<item name="Overview" href="/index.html"/>
<item name="Status" href="/status.html"/>
- <item name="Example" href="/samples.html"/>
+ <item name="Example" href="/samples.html"/>
<item name="Usage" href="/usage.html"/>
<item name="Start" href="/start/index.html" collapse="true">
- <item name="Download" href="/start/download.html" collapse="true"/>
+ <item name="Download" href="/start/download.html" collapse="true"/>
<item name="Build" href="/start/build.html" collapse="true"/>
</item>
</menu>
- <menu ref="reports" />
-
- <menu name="Related Projects">
- <item name="httpmime"
href="http://hc.apache.org/httpcomponents-client/httpmime/index.html" />
+ <menu ref="reports" />
+
+ <menu name="Related Projects">
+ <item name="httpmime"
href="http://hc.apache.org/httpcomponents-client/httpmime/index.html" />
</menu>
</body>
</project>