Skip to content

Commit df1eed7

Browse files
committed
Updated to PMD 7.0.0-rc3
1 parent 34d80d3 commit df1eed7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ReleaseNotes.md

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

1414
### New and noteworthy
1515

16+
* Updated to PMD 7.0.0-rc3
17+
1618
### Fixed Issues
1719

1820
* [#171](https://github.com/pmd/pmd-eclipse-plugin/pull/171): Radio button for local rules in project properties dialog is missing

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md and https://github.com/eclipse-tycho/tycho/releases -->
2222
<tycho.version>3.0.4</tycho.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24-
<pmd.version>7.0.0-SNAPSHOT</pmd.version>
24+
<pmd.version>7.0.0-rc3</pmd.version>
2525
<pmd.build-tools.version>20</pmd.build-tools.version>
2626
<checkstyle.version>10.7.0</checkstyle.version>
2727
<checkstyle.plugin.version>3.2.2</checkstyle.plugin.version>

0 commit comments

Comments
 (0)