We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9589a2d commit 3a1c007Copy full SHA for 3a1c007
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 6.37.0
4
+
5
+* [#50](https://github.com/pmd/pmd-designer/pull/50) Usability improvements by [Juan](https://github.com/jsotuyod)
6
7
## 6.28.0
8
9
* **Bump required pmd-core version to 6.27.0.** The previous minimal pmd-core version was 6.23.0.
pom.xml
@@ -4,7 +4,7 @@
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-ui</artifactId>
<name>PMD Designer</name>
- <version>6.28.0-SNAPSHOT</version>
+ <version>6.37.0-SNAPSHOT</version>
<description>The Rule Designer is a graphical tool that helps PMD users develop their custom rules.</description>
10
<url>https://pmd.github.io</url>
0 commit comments