1
0

Migrate from maven-checkstyle-plugin from 2.7 to 3.1.1.

This commit is contained in:
Gary Gregory
2020-12-15 11:19:18 -05:00
parent a08b52afec
commit e96db5cd09
3 changed files with 8 additions and 5 deletions

View File

@@ -56,14 +56,14 @@ limitations under the License.
<property name="severity" value="warning" /> <property name="severity" value="warning" />
</module> </module>
<module name="TreeWalker">
<property name="cacheFile" value="target/cachefile" />
<module name="OperatorWrap">
<property name="option" value="eol" />
</module>
<module name="LineLength"> <module name="LineLength">
<property name="max" value="120"/> <property name="max" value="120"/>
</module> </module>
<module name="TreeWalker">
<module name="OperatorWrap">
<property name="option" value="eol" />
</module>
</module> </module>
</module> </module>

View File

@@ -461,7 +461,7 @@ under the License.
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>
<version>2.7</version> <version>3.1.1</version>
<configuration> <configuration>
<configLocation>${basedir}/checkstyle.xml</configLocation> <configLocation>${basedir}/checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary> <enableRulesSummary>false</enableRulesSummary>

View File

@@ -84,6 +84,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Dependabot"> <action dev="ggregory" type="update" due-to="Dependabot">
Bump servlet-api from 2.3 to 2.5 #27. Bump servlet-api from 2.3 to 2.5 #27.
</action> </action>
<action dev="ggregory" type="update" due-to="Gary Gregory">
Migrate from maven-checkstyle-plugin from 2.7 to 3.1.1.
</action>
</release> </release>
<release version="1.2" date="2014-07-11" description="This is a maintenance release containing bug fixes. Java 1.2 or later is required."> <release version="1.2" date="2014-07-11" description="This is a maintenance release containing bug fixes. Java 1.2 or later is required.">
<action issue="LOGGING-37" dev="tn" type="fix" due-to="Matthias Ernst,Archie Cobbs"> <action issue="LOGGING-37" dev="tn" type="fix" due-to="Matthias Ernst,Archie Cobbs">