You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2015/03/22 20:23:01 UTC

svn commit: r1668452 - in /commons/proper/codec/trunk: pmd.xml pom.xml

Author: ggregory
Date: Sun Mar 22 19:23:00 2015
New Revision: 1668452

URL: http://svn.apache.org/r1668452
Log:
Update some Maven plugins.

Modified:
    commons/proper/codec/trunk/pmd.xml
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/pmd.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pmd.xml?rev=1668452&r1=1668451&r2=1668452&view=diff
==============================================================================
--- commons/proper/codec/trunk/pmd.xml (original)
+++ commons/proper/codec/trunk/pmd.xml Sun Mar 22 19:23:00 2015
@@ -20,7 +20,7 @@ limitations under the License.
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
   <description>Excludes from default PMD rules.</description>
-  <rule ref="rulesets/java/unusedcode.xml">
-    <exclude name="UnnecessaryParentheses"/>
+  <rule ref="rulesets/java/unnecessary.xml">
+    <exclude name="UselessParentheses"/>
   </rule>
 </ruleset>
\ No newline at end of file

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1668452&r1=1668451&r2=1668452&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sun Mar 22 19:23:00 2015
@@ -264,7 +264,7 @@ limitations under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>2.4</version>
+        <version>2.6</version>
         <executions>
           <execution>
             <goals>
@@ -276,7 +276,7 @@ limitations under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.5</version>
+        <version>2.5.3</version>
         <configuration>
           <descriptors>
             <descriptor>src/main/assembly/bin.xml</descriptor>
@@ -313,7 +313,7 @@ limitations under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.3</version>
+        <version>3.4</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
           <linkXref>true</linkXref>
@@ -342,7 +342,7 @@ limitations under the License.
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>javancss-maven-plugin</artifactId>
-        <version>2.0</version>
+        <version>2.1</version>
       </plugin>
     </plugins>
   </reporting>