Skip to content

Commit fb7925b

Browse files
committed
surefire and javadoc maven plugin updates
1 parent 21898b1 commit fb7925b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
our junit suite "AllTests" after the sources are compiled.
207207
-->
208208
<artifactId>maven-surefire-plugin</artifactId>
209-
<version>2.12.3</version>
209+
<version>2.16</version>
210210
<configuration>
211211
<test>org/junit/tests/AllTests.java</test>
212212
<useSystemClassLoader>true</useSystemClassLoader>
@@ -228,7 +228,7 @@
228228
in jar archive target/junit-*-javadoc.jar.
229229
-->
230230
<artifactId>maven-javadoc-plugin</artifactId>
231-
<version>2.8.1</version>
231+
<version>2.9.1</version>
232232
<configuration>
233233
<stylesheetfile>${basedir}/src/main/javadoc/stylesheet.css</stylesheetfile>
234234
<show>protected</show>

0 commit comments

Comments
 (0)