You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2014/07/28 23:30:16 UTC

svn commit: r1614188 - /maven/plugins/trunk/maven-pmd-plugin/src/site/apt/index.apt.vm

Author: dennisl
Date: Mon Jul 28 21:30:16 2014
New Revision: 1614188

URL: http://svn.apache.org/r1614188
Log:
[MPMD-188] Require Java 6

Modified:
    maven/plugins/trunk/maven-pmd-plugin/src/site/apt/index.apt.vm

Modified: maven/plugins/trunk/maven-pmd-plugin/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/site/apt/index.apt.vm?rev=1614188&r1=1614187&r2=1614188&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/src/site/apt/index.apt.vm (original)
+++ maven/plugins/trunk/maven-pmd-plugin/src/site/apt/index.apt.vm Mon Jul 28 21:30:16 2014
@@ -3,7 +3,7 @@
  ------
  Dennis Lundberg
  ------
- 2013-07-22
+ 2014-07-28
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -29,7 +29,7 @@ ${project.name}
   on your project's source code and generate a site report with its results. It also supports the separate
   Copy/Paste Detector tool (or CPD) distributed with PMD.
 
-  This version of Maven PMD Plugin uses PMD ${pmdVersion}.
+  This version of Maven PMD Plugin uses PMD ${pmdVersion} and requires Java ${javaVersion}.
 
   The plugin accepts configuration parameters that can be used to customize the execution of the PMD tool.