Skip to content

Commit 0acb28f

Browse files
committed
corrected some maven plugin versions
1 parent 18e0d57 commit 0acb28f

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

pom.xml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
<plugin>
382382
<groupId>org.apache.maven.plugins</groupId>
383383
<artifactId>maven-surefire-report-plugin</artifactId>
384-
<version>2.22.2</version>
384+
<version>3.0.0-M5</version>
385385
<configuration>
386386
<outputDirectory>${project.reporting.outputDirectory}/testresults</outputDirectory>
387387
</configuration>
@@ -447,9 +447,9 @@
447447

448448
<!-- JJDoc report generating the BNF documentation -->
449449
<plugin>
450-
<groupId>org.codehaus.mojo</groupId>
450+
<groupId>org.javacc.plugin</groupId>
451451
<artifactId>javacc-maven-plugin</artifactId>
452-
<version>2.6</version>
452+
<version>3.0.3</version>
453453
<configuration>
454454
<!--
455455
/**
@@ -536,17 +536,6 @@
536536
</build>
537537
</profile>
538538

539-
<!--
540-
<profile>
541-
<id>doclint-java8-disable</id>
542-
<activation>
543-
<jdk>[1.8,)</jdk>
544-
</activation>
545-
<properties>
546-
<javadoc.opts>-Xdoclint:none</javadoc.opts>
547-
</properties>
548-
</profile>
549-
-->
550539
<profile>
551540
<id>check.sources</id>
552541
<activation>

0 commit comments

Comments
 (0)