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" />
|
<property name="severity" value="warning" />
|
||||||
</module>
|
</module>
|
||||||
|
|
||||||
|
<module name="LineLength">
|
||||||
|
<property name="max" value="120"/>
|
||||||
|
</module>
|
||||||
|
|
||||||
<module name="TreeWalker">
|
<module name="TreeWalker">
|
||||||
<property name="cacheFile" value="target/cachefile" />
|
|
||||||
<module name="OperatorWrap">
|
<module name="OperatorWrap">
|
||||||
<property name="option" value="eol" />
|
<property name="option" value="eol" />
|
||||||
</module>
|
</module>
|
||||||
<module name="LineLength">
|
|
||||||
<property name="max" value="120"/>
|
|
||||||
</module>
|
|
||||||
</module>
|
</module>
|
||||||
|
|
||||||
</module>
|
</module>
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -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>
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user