Skip to content

Commit

Permalink
Fixed #119 - Upgraded outdated dependency: jacoco-maven-plugin (0.8.0…
Browse files Browse the repository at this point in the history
… instead of 0.7.9)
  • Loading branch information
dzc34 committed Jan 22, 2018
1 parent 0d43fe8 commit c7874fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ none
- [#113 - Upgraded markdown-page-generator-plugin (2.0.1 instead of 2.0.0)](https://github.com/Asqatasun/Contrast-Finder/issues/113)
- [#118 - Upgraded jdeb maven plugin (1.6 instead of 1.5)](https://github.com/Asqatasun/Contrast-Finder/issues/118)
- [#119 - Upgraded maven-javadoc-plugin (3.0.0 instead of 3.0.0-M1)](https://github.com/Asqatasun/Contrast-Finder/issues/119)
- [#120 - Upgraded jacoco-maven-plugin (0.8.0 instead of 0.7.9)](https://github.com/Asqatasun/Contrast-Finder/issues/120)

### Bug
none
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<maven-jxr-plugin.version>2.5</maven-jxr-plugin.version>
<maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version>
<dependency-check-maven.version>3.0.2</dependency-check-maven.version>
<jacoco-maven-plugin.version>0.7.9</jacoco-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.0</jacoco-maven-plugin.version>
</properties>
<prerequisites> <!-- Maven 3.1 is required to use the following plugin: -->
<maven>3.1</maven> <!-- ............ org.owasp:dependency-check-maven -->
Expand Down

0 comments on commit c7874fa

Please sign in to comment.