Skip to content

Commit

Permalink
updating jacoco version
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmelton committed Aug 6, 2019
1 parent 63cfff1 commit 3dc21b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample-apps/appsensor-block-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.4.201502262128</version>
<version>0.8.4</version>
<configuration>
<excludes>
<exclude>**/*Test*</exclude>
Expand Down
2 changes: 1 addition & 1 deletion sample-apps/appsensor-block-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.4.201502262128</version>
<version>0.8.4</version>
<configuration>
<excludes>
<exclude>**/*Test*</exclude>
Expand Down

0 comments on commit 3dc21b8

Please sign in to comment.