Commits

md_5 authored ec571d71771
Update maven-checkstyle-plugin
No tags

pom.xml

Modified
593 593 <profile>
594 594 <id>development</id>
595 595 <properties>
596 596 <skipTests>false</skipTests>
597 597 </properties>
598 598 <build>
599 599 <plugins>
600 600 <plugin>
601 601 <groupId>org.apache.maven.plugins</groupId>
602 602 <artifactId>maven-checkstyle-plugin</artifactId>
603 - <version>3.3.1</version>
603 + <version>3.6.0</version>
604 604 <executions>
605 605 <execution>
606 606 <phase>test-compile</phase>
607 607 <goals>
608 608 <goal>check</goal>
609 609 </goals>
610 610 </execution>
611 611 </executions>
612 612 <configuration>
613 613 <configLocation>checkstyle.xml</configLocation>

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

Add shortcut