File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ This is a minor release.
1313
1414### New and noteworthy
1515
16+ * Updated to PMD 6.38.0
17+
1618### Fixed Issues
1719
1820* [ #159 ] ( https://github.com/pmd/pmd-eclipse-plugin/issues/159 ) : Error executing command ReviewCode: java.util.regex.PatternSyntaxException: Illegal/unsupported escape sequence near index (part 2)
Original file line number Diff line number Diff line change 2121 <java .version>1.7</java .version>
2222 <tycho .version>2.3.0</tycho .version>
2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24- <pmd .version>6.37 .0</pmd .version>
24+ <pmd .version>6.38 .0</pmd .version>
2525 <maven-antrun-plugin .version>1.8</maven-antrun-plugin .version>
2626 <pmd .build-tools.version>16</pmd .build-tools.version>
2727 <checkstyle .version>8.42</checkstyle .version>
2828 <checkstyle .plugin.version>3.1.2</checkstyle .plugin.version>
2929 <pmd .plugin.version>3.14.0</pmd .plugin.version>
30- <pmd .check.version>6.37 .0</pmd .check.version>
30+ <pmd .check.version>6.38 .0</pmd .check.version>
3131
3232 <keystorePath >.ci/files/pmd-eclipse-plugin.p12</keystorePath >
3333 <keystore >${basedir}/${keystorePath}</keystore >
You can’t perform that action at this time.
0 commit comments