You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2014/06/28 03:50:11 UTC

svn commit: r1606280 - in /maven/site/trunk/content: markdown/release-notes-all.md.vm site.xml

Author: jvanzyl
Date: Sat Jun 28 01:50:11 2014
New Revision: 1606280

URL: http://svn.apache.org/r1606280
Log:
Help fix up the site

Added:
    maven/site/trunk/content/markdown/release-notes-all.md.vm
Modified:
    maven/site/trunk/content/site.xml

Added: maven/site/trunk/content/markdown/release-notes-all.md.vm
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/release-notes-all.md.vm?rev=1606280&view=auto
==============================================================================
--- maven/site/trunk/content/markdown/release-notes-all.md.vm (added)
+++ maven/site/trunk/content/markdown/release-notes-all.md.vm Sat Jun 28 01:50:11 2014
@@ -0,0 +1,36 @@
+# Release Notes
+
+<!-- 
+ 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.
+
+ NOTE: For help with the syntax of this file, see:
+ http://maven.apache.org/doxia/references/apt-format.html
+-->
+
+## Release Notes
+
+#foreach ($v in $versions3x.split(","))
+[Release notes for Maven $v](docs/$v/release-notes.html)
+
+#end
+
+#foreach ($v in $versions2x.split(","))
+[Release notes for Maven $v](docs/$v/release-notes.html)
+
+#end
+

Modified: maven/site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/site.xml?rev=1606280&r1=1606279&r2=1606280&view=diff
==============================================================================
--- maven/site/trunk/content/site.xml (original)
+++ maven/site/trunk/content/site.xml Sat Jun 28 01:50:11 2014
@@ -47,6 +47,7 @@ under the License.
       <item name="Release Notes (${currentStableVersion})" href="/docs/${currentStableVersion}/release-notes.html"/>
       <item name="Release Notes (${current31xVersion})" href="/docs/${current31xVersion}/release-notes.html"/>
       <item name="Release Notes (${current30xVersion})" href="/docs/${current30xVersion}/release-notes.html"/>
+      <item name="All Release Notes" href="/release-notes-all.html"/>
       <item name="License" href="http://www.apache.org/licenses/"/>
       <item name="Security" href="/security.html"/>
     </menu>