Skip to content

Commit a33776f

Browse files
committed
Bump to 6.21.0, update changelog
1 parent 8bc95f5 commit a33776f

File tree

4 files changed

+23
-16
lines changed

4 files changed

+23
-16
lines changed

.idea/encodings.xml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

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

3-
## 6.20.0
43

5-
See https://github.com/pmd/pmd-designer/milestone/8
4+
5+
## 6.21.0
6+
7+
See https://github.com/pmd/pmd-designer/milestone/9
8+
9+
Thanks to @atrosinenko for contributing a syntax highlighter for Modelica.
10+
611

712
## 6.19.0
813

pmd-ui.iml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@
4444
</content>
4545
<orderEntry type="inheritedJdk" />
4646
<orderEntry type="sourceFolder" forTests="false" />
47-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-base:11" level="project" />
48-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-base:linux:11" level="project" />
49-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-controls:11" level="project" />
50-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-controls:linux:11" level="project" />
51-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-fxml:11" level="project" />
52-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-fxml:linux:11" level="project" />
53-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-graphics:11" level="project" />
54-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-graphics:linux:11" level="project" />
55-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-media:11" level="project" />
56-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-media:linux:11" level="project" />
57-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-web:11" level="project" />
58-
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-web:linux:11" level="project" />
47+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-base:11.0.2" level="project" />
48+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-base:linux:11.0.2" level="project" />
49+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-controls:11.0.2" level="project" />
50+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-controls:linux:11.0.2" level="project" />
51+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-fxml:11.0.2" level="project" />
52+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-fxml:linux:11.0.2" level="project" />
53+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-graphics:11.0.2" level="project" />
54+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-graphics:linux:11.0.2" level="project" />
55+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-media:11.0.2" level="project" />
56+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-media:linux:11.0.2" level="project" />
57+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-web:11.0.2" level="project" />
58+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.openjfx:javafx-web:linux:11.0.2" level="project" />
5959
<orderEntry type="library" name="Maven: org.fxmisc.richtext:richtextfx:0.9.2" level="project" />
6060
<orderEntry type="library" name="Maven: org.reactfx:reactfx:2.0-M5" level="project" />
6161
<orderEntry type="library" name="Maven: org.fxmisc.undo:undofx:2.1.0" level="project" />

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.20.0-SNAPSHOT</version>
7+
<version>6.21.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)