Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
Upgrade of PMD library to 6.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Mar 6, 2018
1 parent 76c5cac commit bb88548
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
@@ -1,6 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
<pmd.version>6.1.0</pmd.version>
</properties>

<parent>
<groupId>org.jvnet.hudson.plugins</groupId>
Expand Down Expand Up @@ -69,7 +72,7 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>5.7.0</version>
<version>${pmd.version}</version>
<exclusions>
<exclusion>
<groupId>com.ibm.icu</groupId>
Expand All @@ -84,7 +87,7 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>5.7.0</version>
<version>${pmd.version}</version>
<exclusions>
<exclusion>
<groupId>net.sourceforge.saxon</groupId>
Expand Down

0 comments on commit bb88548

Please sign in to comment.