Author: sebb
Date: Mon Mar 13 11:54:33 2017
New Revision: 1786665
URL: http://svn.apache.org/viewvc?rev=1786665&view=rev
Log:
Update dependencies
Allow Clirr to be run from command line
Modified:
commons/proper/jexl/trunk/pom.xml
Modified: commons/proper/jexl/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=1786665&r1=1786664&r2=1786665&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Mon Mar 13 11:54:33 2017
@@ -132,7 +132,7 @@
<commons.release.3.binary.suffix />
<commons.jira.id>JEXL</commons.jira.id>
<commons.jira.pid>12310479</commons.jira.pid>
- <checkstyle.plugin.version>2.16</checkstyle.plugin.version>
+ <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
<checksyle.version>6.13</checksyle.version>
</properties>
@@ -245,6 +245,18 @@
</dependency>
</dependencies>
</plugin>
+ <!-- Allow Clirr to be run from command-line. Must agree with
config in report section. -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>clirr-maven-plugin</artifactId>
+ <version>2.8</version>
+ <configuration>
+ <excludes>
+ <exclude>org/apache/commons/jexl3/parser/**</exclude>
+ <exclude>org/apache/commons/jexl3/internal/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
<!-- Allow RAT to be run from command-line. Must agree with config
in report section. -->
<plugin>
<groupId>org.apache.rat</groupId>
@@ -271,7 +283,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
- <version>2.11</version>
+ <version>2.12.1</version>
<configuration>
<xmlPath>${basedir}/src/site/xdoc/changes.xml</xmlPath>
<issueLinkTemplatePerSystem>
@@ -298,7 +310,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.0.4</version>
<configuration>
<excludeFilterFile>${basedir}/src/main/config/findbugs-exclude-filter.xml</excludeFilterFile>
<xmlOutput>true</xmlOutput>
@@ -309,7 +321,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
- <version>3.5</version>
+ <version>3.7</version>
<configuration>
<targetJdk>${maven.compiler.target}</targetJdk>
<excludes>