Migrate from maven-checkstyle-plugin from 2.7 to 3.1.1.
This commit is contained in:
@@ -56,14 +56,14 @@ limitations under the License.
|
||||
<property name="severity" value="warning" />
|
||||
</module>
|
||||
|
||||
<module name="TreeWalker">
|
||||
<property name="cacheFile" value="target/cachefile" />
|
||||
<module name="OperatorWrap">
|
||||
<property name="option" value="eol" />
|
||||
</module>
|
||||
<module name="LineLength">
|
||||
<property name="max" value="120"/>
|
||||
</module>
|
||||
|
||||
<module name="TreeWalker">
|
||||
<module name="OperatorWrap">
|
||||
<property name="option" value="eol" />
|
||||
</module>
|
||||
</module>
|
||||
|
||||
</module>
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -461,7 +461,7 @@ under the License.
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>2.7</version>
|
||||
<version>3.1.1</version>
|
||||
<configuration>
|
||||
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
||||
<enableRulesSummary>false</enableRulesSummary>
|
||||
|
||||
@@ -84,6 +84,9 @@ The <action> type attribute can be add,update,fix,remove.
|
||||
<action dev="ggregory" type="update" due-to="Dependabot">
|
||||
Bump servlet-api from 2.3 to 2.5 #27.
|
||||
</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 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">
|
||||
|
||||
Reference in New Issue
Block a user