We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9052793 + fb7925b commit 34a2e24Copy full SHA for 34a2e24
pom.xml
@@ -206,7 +206,7 @@
206
our junit suite "AllTests" after the sources are compiled.
207
-->
208
<artifactId>maven-surefire-plugin</artifactId>
209
- <version>2.12.3</version>
+ <version>2.16</version>
210
<configuration>
211
<test>org/junit/tests/AllTests.java</test>
212
<useSystemClassLoader>true</useSystemClassLoader>
@@ -228,7 +228,7 @@
228
in jar archive target/junit-*-javadoc.jar.
229
230
<artifactId>maven-javadoc-plugin</artifactId>
231
- <version>2.8.1</version>
+ <version>2.9.1</version>
232
233
<stylesheetfile>${basedir}/src/main/javadoc/stylesheet.css</stylesheetfile>
234
<show>protected</show>
0 commit comments