Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2018-11-05 09:24:26 +0000
committerJonah Graham2018-11-05 09:24:26 +0000
commitc3d4f065754188b9873e92c754aed03c3bd2b16d (patch)
tree850af9ebef23aa04e7b429b93352246be81f3656
parenteea4bbabd61ef37375e48f95ea9f64f8655b5955 (diff)
downloadorg.eclipse.cdt-c3d4f065754188b9873e92c754aed03c3bd2b16d.tar.gz
org.eclipse.cdt-c3d4f065754188b9873e92c754aed03c3bd2b16d.tar.xz
org.eclipse.cdt-c3d4f065754188b9873e92c754aed03c3bd2b16d.zip
[releng] Update to newest maven-pmd-plugin
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 35b33ca45bd..85124e960cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -808,7 +808,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
- <version>3.10.0</version>
+ <version>3.11.0</version>
<configuration>
<sourceEncoding>utf-8</sourceEncoding>
<minimumTokens>100</minimumTokens>

Back to the top