Skip to content

Commit 8d2ffb7

Browse files
committed
Update PMD to 6.25.0
1 parent 1063105 commit 8d2ffb7

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

ReleaseNotes.md

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

1414
### New and noteworthy
1515

16+
* Updated to PMD 6.25.0
17+
1618
### Fixed Issues
1719

1820
* [#123](https://github.com/pmd/pmd-eclipse-plugin/pull/123): Support external configuration changes
1921
* [#124](https://github.com/pmd/pmd-eclipse-plugin/issues/124): No repository found containing: osgi.bundle,org.slf4j.log4j,1.7.2.v20130115-1340
2022
* [#125](https://github.com/pmd/pmd-eclipse-plugin/issues/125): NoSuchMethodError SizeBasedTriggeringPolicy.setMaxFileSize(Ljava/lang/String;)V
2123
* [#128](https://github.com/pmd/pmd-eclipse-plugin/pull/128): Improve progress report of ReviewCodeCmd
2224

23-
### API Changes
24-
25-
### External Contributions
26-
2725
## 24-May-2020: 4.13.0.v20200524-1630
2826

2927
This is a minor release.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Bundle-ClassPath: target/lib/antlr-runtime.jar,
5959
target/lib/pmd-plsql.jar,
6060
target/lib/pmd-python.jar,
6161
target/lib/pmd-ruby.jar,
62-
target/lib/pmd-scala.jar,
62+
target/lib/pmd-scala_2.13.jar,
6363
target/lib/pmd-swift.jar,
6464
target/lib/pmd-visualforce.jar,
6565
target/lib/pmd-vm.jar,

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<tycho.version>1.7.0</tycho.version>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23-
<pmd.version>6.24.0</pmd.version>
23+
<pmd.version>6.25.0</pmd.version>
2424
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
2525
<pmd.build-tools.version>6</pmd.build-tools.version>
2626
<checkstyle.version>8.30</checkstyle.version>

0 commit comments

Comments
 (0)