Skip to content

Commit bf27bec

Browse files
authored
Bump PMD Designer from 7.10.0 to 7.19.1 (#6283)
1 parent fe31314 commit bf27bec

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/pages/release_notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ This is a {{ site.pmd.release_type }} release.
2424

2525
### 🚀️ New and noteworthy
2626

27+
#### Updated PMD Designer
28+
29+
This PMD release ships a new version of the pmd-designer.
30+
For the changes, see [PMD Designer Changelog (7.19.0)](https://github.com/pmd/pmd-designer/releases/tag/7.19.0)
31+
and [PMD Designer Changelog (7.19.1)](https://github.com/pmd/pmd-designer/releases/tag/7.19.1).
32+
2733
### 🌟️ New and Changed Rules
2834
#### New Rules
2935
* The new Apex rule {%rule apex/bestpractices/AvoidFutureAnnotation %} finds usages of the `@Future`

pom.xml

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

110110
<pmd.build-tools.version>36</pmd.build-tools.version>
111111

112-
<pmd-designer.version>7.10.0</pmd-designer.version>
112+
<pmd-designer.version>7.19.1</pmd-designer.version>
113113

114114
<javacc.outputDirectory>${project.build.directory}/generated-sources/javacc</javacc.outputDirectory>
115115
<javacc.ant.wrapper>${project.basedir}/../javacc-wrapper.xml</javacc.ant.wrapper>

0 commit comments

Comments
 (0)