diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2017-02-10 10:39:42 +0900 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-02-10 22:45:41 +0100 |
commit | 32f3cbd44fff701cd613588ff6a3eb1d69f2df2a (patch) | |
tree | 3612e9dbc8b35e4c525e7b15d959bbcb98c728e5 /pom.xml | |
parent | d12f1288b729eaf6824851a1e364b1a3a0ff5446 (diff) | |
download | jgit-32f3cbd44fff701cd613588ff6a3eb1d69f2df2a.tar.gz jgit-32f3cbd44fff701cd613588ff6a3eb1d69f2df2a.zip |
Upgrade jacoco-maven-plugin to 0.7.9
Change-Id: Ifc0b0f2899f4094f0525021236c3e73658138f7e
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -420,7 +420,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.7.8</version> + <version>0.7.9</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |