Skip to content

Commit 5020ef1

Browse files
committed
Upgrade PMD to 5.6.1-SNAPSHOT
1 parent a4173f0 commit 5020ef1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Bundle-ClassPath: target/lib/antlr-runtime.jar,
5050
target/lib/pmd-ruby.jar,
5151
target/lib/pmd-scala.jar,
5252
target/lib/pmd-swift.jar,
53+
target/lib/pmd-visualforce.jar,
5354
target/lib/pmd-vm.jar,
5455
target/lib/pmd-xml.jar,
5556
target/lib/rhino.jar,

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<properties>
1717
<tycho.version>0.26.0</tycho.version>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19-
<pmd.version>5.5.5</pmd.version>
19+
<pmd.version>5.6.1-SNAPSHOT</pmd.version>
2020
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
2121
</properties>
2222

0 commit comments

Comments
 (0)