Skip to content

Commit 805f74f

Browse files
committed
Update to PMD 7.3.0
1 parent 59f9155 commit 805f74f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

ReleaseNotes.md

Lines changed: 1 addition & 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 to PMD 7.3.0
1617
* Support for Eclipse 2024-06 added
1718
* Support for Eclipse 2023-06 removed
1819

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ Bundle-Vendor: %plugin.provider
1818
Bundle-ClassPath: .,
1919
target/schema/,
2020
target/lib/antlr4-runtime.jar,
21-
target/lib/apexlink.jar,
21+
target/lib/apex-ls_2.13.jar,
2222
target/lib/apex-parser.jar,
23+
target/lib/apex-types_2.13.jar,
2324
target/lib/asm.jar,
2425
target/lib/checker-qual.jar,
2526
target/lib/common_2.13.jar,
@@ -35,15 +36,13 @@ Bundle-ClassPath: .,
3536
target/lib/jsoup.jar,
3637
target/lib/jul-to-slf4j.jar,
3738
target/lib/kotlin-stdlib.jar,
38-
target/lib/kotlin-stdlib-common.jar,
3939
target/lib/kotlin-stdlib-jdk8.jar,
4040
target/lib/lenses_2.13.jar,
4141
target/lib/logback-classic.jar,
4242
target/lib/logback-core.jar,
4343
target/lib/nice-xml-messages.jar,
4444
target/lib/parsers_2.13.jar,
4545
target/lib/pcollections.jar,
46-
target/lib/pkgforce_2.13.jar,
4746
target/lib/pmd-apex.jar,
4847
target/lib/pmd-coco.jar,
4948
target/lib/pmd-core.jar,
@@ -81,7 +80,9 @@ Bundle-ClassPath: .,
8180
target/lib/scala-library.jar,
8281
target/lib/scalapb-runtime_2.13.jar,
8382
target/lib/slf4j-api.jar,
83+
target/lib/sobject-types.jar,
8484
target/lib/sourcecode_2.13.jar,
85+
target/lib/standard-types.jar,
8586
target/lib/summit-ast.jar,
8687
target/lib/trees_2.13.jar,
8788
target/lib/ujson_2.13.jar,

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<!-- https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md and https://github.com/eclipse-tycho/tycho/releases -->
2222
<tycho.version>4.0.8</tycho.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24-
<pmd.version>7.2.0</pmd.version>
24+
<pmd.version>7.3.0</pmd.version>
2525
<pmd.build-tools.version>26</pmd.build-tools.version>
2626
<checkstyle.version>10.14.0</checkstyle.version>
2727
<checkstyle.plugin.version>3.3.1</checkstyle.plugin.version>
2828
<pmd.plugin.version>3.22.0</pmd.plugin.version>
29-
<pmd.check.version>7.2.0</pmd.check.version>
29+
<pmd.check.version>7.3.0</pmd.check.version>
3030

3131
<keystorePath>.ci/files/pmd-eclipse-plugin.p12</keystorePath>
3232
<keystore>${basedir}/${keystorePath}</keystore>

0 commit comments

Comments
 (0)