Author: ggregory Date: Wed Oct 11 23:43:15 2017 New Revision: 1811901 URL: http://svn.apache.org/viewvc?rev=1811901&view=rev Log: Update Maven CLIRR plugin from 2.7 to 2.8 to allow 'mvn clirr:check' to run on Java 8.
Modified: commons/proper/codec/trunk/pom.xml Modified: commons/proper/codec/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1811901&r1=1811900&r2=1811901&view=diff ============================================================================== --- commons/proper/codec/trunk/pom.xml (original) +++ commons/proper/codec/trunk/pom.xml Wed Oct 11 23:43:15 2017 @@ -237,6 +237,7 @@ limitations under the License. <commons.encoding>UTF-8</commons.encoding> <checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file> <checkstyle.version>2.17</checkstyle.version> + <commons.clirr.version>2.8</commons.clirr.version> </properties> <build> <pluginManagement>