Skip to content

Commit 62a181c

Browse files
committed
Fixes #180: Update PMD version and prepare release
1 parent 55be497 commit 62a181c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# PMDPlugin Changelog
44

55
## [Unreleased]
6+
### Added
7+
- Update to PMD version 7.5.0
8+
- Support for Intellij 2024.2
9+
610
## [2.0.1]
711
### Added
812
- Update to PMD version 7.2.0

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33

44
fun properties(key: String) = project.findProperty(key).toString()
55

6-
val pmdVersion = "7.2.0"
6+
val pmdVersion = "7.5.0"
77

88
plugins {
99
id("java")

gradle.properties

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

44
# pluginGroup = com.intellij.plugins.bodhi.pmd
55
pluginName = PMDPlugin
6-
pluginVersion = 2.0.1
6+
pluginVersion = 2.0.2
77

88
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
# for insight into build numbers and IntelliJ Platform versions.

0 commit comments

Comments
 (0)