diff options
author | Marco Miller <marco.miller@ericsson.com> | 2020-11-23 09:16:11 -0500 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-01 19:25:42 -0500 |
commit | 0a991fad5d9d2cea4687dcf43f94be40061e0b37 (patch) | |
tree | 5bf1be6f523c036304c97f0e4f29b3e9d651108a /pom.xml | |
parent | a68f241247725a0f0fba698a7ab8699d88cf293c (diff) | |
download | jgit-0a991fad5d9d2cea4687dcf43f94be40061e0b37.tar.gz jgit-0a991fad5d9d2cea4687dcf43f94be40061e0b37.zip |
Upgrade maven-pmd-plugin to 3.14.0
Change-Id: I45b49e1262db50e74b43c6273d3b3df692765330
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -299,7 +299,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>3.13.0</version> + <version>3.14.0</version> <configuration> <sourceEncoding>utf-8</sourceEncoding> <minimumTokens>100</minimumTokens> |