File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed
Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 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 >
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 /**
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 >
You can’t perform that action at this time.
0 commit comments