Skip to content

Commit 1636b3f

Browse files
committed
Merge branch 'pr-90'
2 parents 4260ef6 + cc870ca commit 1636b3f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ReleaseNotes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This is a minor release.
1313

1414
### New and noteworthy
1515

16+
* Updated PMD to 6.12.0
1617
* The package `name.herlin` is deprecated and will be removed with the next major version of the plugin.
1718
* PMD markers are now problem markers again. This means, that rule violations appear in the Problem View.
1819
The project property "Handle high priority violations as Eclipse errors" now works again.
@@ -26,6 +27,7 @@ This is a minor release.
2627
* [#76](https://github.com/pmd/pmd-eclipse-plugin/issues/76): Global rule management is saved even if cancelled
2728
* [#78](https://github.com/pmd/pmd-eclipse-plugin/issues/78): Project properties cannot be loaded anymore
2829
* [#86](https://github.com/pmd/pmd-eclipse-plugin/issues/86): Add Markers next to Scroll bar
30+
* [#89](https://github.com/pmd/pmd-eclipse-plugin/issues/89): Upgrade to PMD 6.12.0
2931
* [#1359](https://sourceforge.net/p/pmd/bugs/1359/): PMD violations in eclipse should be shown on editor by scrollbar
3032

3133
### External Contributions

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<properties>
1717
<tycho.version>1.3.0</tycho.version>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19-
<pmd.version>6.10.0</pmd.version>
19+
<pmd.version>6.12.0</pmd.version>
2020
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
21-
<pmd.build-tools.version>1.3.0</pmd.build-tools.version>
21+
<pmd.build-tools.version>1.4.0</pmd.build-tools.version>
2222
<checkstyle.version>3.0.0</checkstyle.version>
2323
</properties>
2424

0 commit comments

Comments
 (0)