Skip to content

Commit 5915835

Browse files
committed
Updated to PMD 7.0.0-rc2
1 parent bdfdf2c commit 5915835

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-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-rc2
17+
1618
### Fixed Issues
1719

1820
### API Changes

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Bundle-ClassPath: .,
5656
target/lib/pmd-java.jar,
5757
target/lib/pmd-javascript.jar,
5858
target/lib/pmd-jsp.jar,
59+
target/lib/pmd-julia.jar,
5960
target/lib/pmd-kotlin.jar,
6061
target/lib/pmd-lua.jar,
6162
target/lib/pmd-matlab.jar,

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-rc1</pmd.version>
24+
<pmd.version>7.0.0-rc2</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.1</checkstyle.plugin.version>

0 commit comments

Comments
 (0)