We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce9cdf commit 2f4999dCopy full SHA for 2f4999d
pom.xml
@@ -217,7 +217,7 @@ SOFTWARE.
217
<plugin>
218
<groupId>org.apache.maven.plugins</groupId>
219
<artifactId>maven-javadoc-plugin</artifactId>
220
- <version>2.10.4</version>
+ <version>3.0.1</version>
221
<executions>
222
<execution>
223
<id>attach-javadoc</id>
@@ -249,7 +249,7 @@ SOFTWARE.
249
250
<groupId>org.jacoco</groupId>
251
<artifactId>jacoco-maven-plugin</artifactId>
252
- <version>0.8.0</version>
+ <version>0.8.3</version>
253
<configuration>
254
<skip>${skipTests}</skip>
255
<destFile>${basedir}/target/coverage-reports/jacoco-unit.exec</destFile>
0 commit comments