Skip to content

Commit 4785420

Browse files
committed
upgraded m-checkstyle-p to 3.0.0
1 parent 9d0b423 commit 4785420

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,11 +340,19 @@ limitations under the License.
340340
<plugin>
341341
<groupId>org.apache.maven.plugins</groupId>
342342
<artifactId>maven-checkstyle-plugin</artifactId>
343-
<version>2.17</version>
343+
<version>3.0.0</version>
344344
<configuration>
345345
<configLocation>config/maven_checks.xml</configLocation>
346346
<headerLocation>https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt</headerLocation>
347347
</configuration>
348+
<dependencies>
349+
<!-- MCHECKSTYLE-327: the maven_checks.xml was moved to a shared project -->
350+
<dependency>
351+
<groupId>org.apache.maven.shared</groupId>
352+
<artifactId>maven-shared-resources</artifactId>
353+
<version>2</version>
354+
</dependency>
355+
</dependencies>
348356
</plugin>
349357
<plugin>
350358
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)