You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/04/11 18:19:55 UTC

svn commit: r1672888 - in /maven/plugins/trunk/maven-checkstyle-plugin/src/site: markdown/ markdown/history.md.vm site.xml

Author: hboutemy
Date: Sat Apr 11 16:19:55 2015
New Revision: 1672888

URL: http://svn.apache.org/r1672888
Log:
[MCHECKSTYLE-290] added a history table

Added:
    maven/plugins/trunk/maven-checkstyle-plugin/src/site/markdown/
    maven/plugins/trunk/maven-checkstyle-plugin/src/site/markdown/history.md.vm   (with props)
Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/src/site/site.xml

Added: maven/plugins/trunk/maven-checkstyle-plugin/src/site/markdown/history.md.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/markdown/history.md.vm?rev=1672888&view=auto
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/site/markdown/history.md.vm (added)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/site/markdown/history.md.vm Sat Apr 11 16:19:55 2015
@@ -0,0 +1,50 @@
+# Maven Checkstyle Plugin Releases History
+
+<!-- 
+ 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.
+-->
+
+## Maven Checkstyle Plugin Releases History
+
+#macro ( release $version )
+<a href="http://checkstyle.sourceforge.net/releasenotes.html#Release_$version">$version</a>
+#end
+
+<table>
+<tr><th>release date</th><th>maven-checkstyle-plugin version</th><th>minimum Java version</th>
+    <th>default <a href="http://checkstyle.sourceforge.net/">Checkstyle</a> version</th></tr>
+<tr><td>$dateFormat.format( $currentDate )</td><td>${project.version}</td><td>${javaVersion}</td><td>#release( ${checkstyleVersion} )</td></tr>
+<tr><td>2015-03-20</td><td>2.15  </td><td>             6</td><td>#release( "6.1.1" )</td></tr>
+<tr><td>2015-02-05</td><td>2.14  </td><td rowspan="13">5</td><td>#release( "5.8" )  </td></tr>
+<tr><td>2014-09-18</td><td>2.13  </td>                       <td rowspan="3">#release( "5.7" )  </td></tr>
+<tr><td>2014-04-19</td><td>2.12.1</td></tr>
+<tr><td>2014-03-12</td><td>2.12  </td></tr>
+<tr><td>2013-11-15</td><td>2.11  </td>                       <td rowspan="2">#release( "5.6" )  </td></tr>
+<tr><td>2013-02-22</td><td>2.10  </td></tr>
+<tr><td>2012-02-25</td><td>2.9.1 </td>                       <td rowspan="2">#release( "5.5" )  </td></tr>
+<tr><td>2012-02-12</td><td>2.9   </td></tr>
+<tr><td>2011-11-01</td><td>2.8   </td>                       <td rowspan="2">#release( "5.4" )  </td></tr>
+<tr><td>2011-08-11</td><td>2.7   </td></tr>
+<tr><td>2010-09-25</td><td>2.6   </td>                       <td rowspan="3">#release( "5.0" )  </td></tr>
+<tr><td>2010-02-12</td><td>2.5   </td></tr>
+<tr><td>2009-11-18</td><td>2.4   </td></tr>
+<tr><td>2009-07-14</td><td>2.3   </td><td rowspan="4">1.4</td><td rowspan="2">#release( "4.4" )  </td></tr>
+<tr><td>2008-06-04</td><td>2.2   </td></tr>
+<tr><td>2006-05-14</td><td>2.1   </td>                        <td rowspan="2">#release( "4.1" )  </td></tr>
+<tr><td>2006-01-28</td><td>2.0   </td></tr>
+</table>

Propchange: maven/plugins/trunk/maven-checkstyle-plugin/src/site/markdown/history.md.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-checkstyle-plugin/src/site/markdown/history.md.vm
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/site.xml?rev=1672888&r1=1672887&r2=1672888&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/site/site.xml Sat Apr 11 16:19:55 2015
@@ -29,6 +29,7 @@ under the License.
       <!-- According to http://jira.codehaus.org/browse/MNGSITE-152 -->
       <item name="License" href="http://www.apache.org/licenses/"/>
       <item name="Download" href="download.html"/>
+      <item name="Releases History" href="history.html"/>
     </menu>
     <menu name="Examples">
       <item name="Upgrading Checkstyle at Runtime" href="/examples/upgrading-checkstyle.html"/>