Commits

md_5 authored 7d6cc20111c
Update maven-checkstyle-plugin
No tags

pom.xml

Modified
205 205 <profile>
206 206 <id>development</id>
207 207 <properties>
208 208 <skipTests>false</skipTests>
209 209 </properties>
210 210 <build>
211 211 <plugins>
212 212 <plugin>
213 213 <groupId>org.apache.maven.plugins</groupId>
214 214 <artifactId>maven-checkstyle-plugin</artifactId>
215 - <version>3.3.1</version>
215 + <version>3.6.0</version>
216 216 <executions>
217 217 <execution>
218 218 <phase>process-classes</phase>
219 219 <goals>
220 220 <goal>check</goal>
221 221 </goals>
222 222 </execution>
223 223 </executions>
224 224 <configuration>
225 225 <configLocation>checkstyle.xml</configLocation>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut