Author: adangel
Date: Sun Aug 7 09:46:29 2016
New Revision: 1755427
URL: http://svn.apache.org/viewvc?rev=1755427&view=rev
Log:
[MPMD-226] Require Java 7 - update animal-sniffer config
Modified:
maven/plugins/trunk/maven-pmd-plugin/pom.xml
Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/pom.xml?rev=1755427&r1=1755426&r2=1755427&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Sun Aug 7 09:46:29 2016
@@ -300,13 +300,13 @@ under the License.
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
- <artifactId>java16</artifactId>
- <version>1.1</version>
+ <artifactId>java17</artifactId>
+ <version>1.0</version>
</signature>
</configuration>
<executions>
<execution>
- <id>check-java-1.6-compat</id>
+ <id>check-java-1.7-compat</id>
<phase>process-classes</phase>
<goals>
<goal>check</goal>
|