Skip to content

Commit da2a8fb

Browse files
committed
Prepare next version 6.24.0
1 parent 5836252 commit da2a8fb

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3+
## 6.24.0
34

5+
See https://github.com/pmd/pmd-designer/milestone/10
46

57
## 6.21.0
68

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ If the `bin` directory of your PMD distribution is on your shell's path, then yo
2828

2929
### Updating
3030

31-
The latest version of the designer currently **works with PMD 6.20.0 and above**.
32-
You can simply replace `pmd-ui-6.X.Y.jar` with the [latest build](https://github.com/pmd/pmd-designer/releases/tag/6.16.0) in the installation folder of your
31+
The latest version of the designer currently **works with PMD 6.21.0 and above**.
32+
You can simply replace `pmd-ui-6.X.Y.jar` with the [latest build](https://github.com/pmd/pmd-designer/releases/latest) in the installation folder of your
3333
PMD distribution.
3434

3535
## Usage

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>net.sourceforge.pmd</groupId>
55
<artifactId>pmd-ui</artifactId>
66
<name>PMD Designer</name>
7-
<version>6.22.0-SNAPSHOT</version>
7+
<version>6.24.0-SNAPSHOT</version>
88

99
<description>The Rule Designer is a graphical tool that helps PMD users develop their custom rules.</description>
1010
<url>https://pmd.github.io</url>

0 commit comments

Comments
 (0)