Browse Source

Merge pull request #11775 from rajadilipkolli:patch-1

* pr/11775:
  Upgrade to Maven Checkstyle Plugin 3.0.0
pull/11784/head
Stephane Nicoll 8 years ago
parent
commit
12065a425f
  1. 2
      spring-boot-project/spring-boot-parent/pom.xml

2
spring-boot-project/spring-boot-parent/pom.xml

@ -304,7 +304,7 @@ @@ -304,7 +304,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.17</version>
<version>3.0.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>

Loading…
Cancel
Save