Skip to content

Commit

Permalink
[#238] Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
skapral committed Feb 15, 2019
1 parent 6ce9cdf commit 2f4999d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ SOFTWARE.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-javadoc</id>
Expand Down Expand Up @@ -249,7 +249,7 @@ SOFTWARE.
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.0</version>
<version>0.8.3</version>
<configuration>
<skip>${skipTests}</skip>
<destFile>${basedir}/target/coverage-reports/jacoco-unit.exec</destFile>
Expand Down

0 comments on commit 2f4999d

Please sign in to comment.