Skip to content

Commit

Permalink
Revert to bump checkstyle plugin version.
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Feb 5, 2016
1 parent 1d4d32e commit f43bf5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -444,7 +444,7 @@ encoding/<project>=UTF-8
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.15</version>
<version>2.12.1</version>
<dependencies>
<dependency>
<groupId>com.asakusafw</groupId>
Expand Down Expand Up @@ -505,7 +505,7 @@ encoding/<project>=UTF-8
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.15</version>
<version>2.12.1</version>
<configuration>
<configLocation>com/asakusafw/checkstyle.xml</configLocation>
</configuration>
Expand Down

0 comments on commit f43bf5b

Please sign in to comment.