Skip to content

Commit 6527223

Browse files
committed
Update to PMD 7.1.0
1 parent 6e0dde0 commit 6527223

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.1.0
17+
1618
### Fixed Issues
1719
* [#191](https://github.com/pmd/pmd-eclipse-plugin/issues/191): Rule Configuration Pref Page - PropertyDescriptor cannot be cast to Comparable
1820
* [#192](https://github.com/pmd/pmd-eclipse-plugin/pull/192): Add japicmp

net.sourceforge.pmd.eclipse.plugin/META-INF/MANIFEST.MF

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ Bundle-ClassPath: .,
8888
target/lib/upack_2.13.jar,
8989
target/lib/upickle_2.13.jar,
9090
target/lib/upickle-core_2.13.jar,
91-
target/lib/upickle-implicits_2.13.jar
91+
target/lib/upickle-implicits_2.13.jar,
92+
target/lib/xmlresolver.jar,
93+
target/lib/xmlresolver-data.jar
9294
Bundle-Localization: plugin
9395
Export-Package: ch.qos.logback.classic;x-friends:="net.sourceforge.pmd.eclipse.plugin.test",
9496
net.sourceforge.pmd;

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>4.0.6</tycho.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24-
<pmd.version>7.0.0</pmd.version>
24+
<pmd.version>7.1.0</pmd.version>
2525
<pmd.build-tools.version>24</pmd.build-tools.version>
2626
<checkstyle.version>10.14.0</checkstyle.version>
2727
<checkstyle.plugin.version>3.3.1</checkstyle.plugin.version>

0 commit comments

Comments
 (0)