Author: ggregory Date: Wed Jul 8 08:12:47 2015 New Revision: 1689808 URL: http://svn.apache.org/r1689808 Log: maven-pmd-plugin 3.4 -> 3.5.
Modified: commons/proper/cli/trunk/pom.xml Modified: commons/proper/cli/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1689808&r1=1689807&r2=1689808&view=diff ============================================================================== --- commons/proper/cli/trunk/pom.xml (original) +++ commons/proper/cli/trunk/pom.xml Wed Jul 8 08:12:47 2015 @@ -246,7 +246,7 @@ </plugin> <plugin> <artifactId>maven-pmd-plugin</artifactId> - <version>3.4</version> + <version>3.5</version> <configuration> <targetJdk>${maven.compiler.target}</targetJdk> </configuration>