From 1a412984ee9c3c11dffb1c7d7f7bcfdd0d4263c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20=C5=BBygie=C5=82o?= Date: Sat, 7 Mar 2020 22:01:55 +0100 Subject: [PATCH 1/2] [xml] Update property used in example --- pmd-xml/src/main/resources/category/pom/errorprone.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmd-xml/src/main/resources/category/pom/errorprone.xml b/pmd-xml/src/main/resources/category/pom/errorprone.xml index f3048a8884..d459a47a8c 100644 --- a/pmd-xml/src/main/resources/category/pom/errorprone.xml +++ b/pmd-xml/src/main/resources/category/pom/errorprone.xml @@ -90,7 +90,7 @@ By far the most common problem is the use of ${project.version} in a BOM or ... ... - ${project.dependency} + ${project.version} ]]> From bfe8a7ba45071ccdb26112a963bdbe568b90ba6a Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 12 Mar 2020 10:33:47 +0100 Subject: [PATCH 2/2] [doc] Update release notes, refs #2342 --- docs/pages/release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 2b061932c3..008416efcb 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -198,6 +198,7 @@ parsed as `ASTCursorSpecification`. * [#2338](https://github.com/pmd/pmd/pull/2338): \[cs] CPD: fixes in filtering of using directives - [Maikel Steneker](https://github.com/maikelsteneker) * [#2339](https://github.com/pmd/pmd/pull/2339): \[cs] CPD: Fixed CPD --ignore-usings option - [Maikel Steneker](https://github.com/maikelsteneker) * [#2340](https://github.com/pmd/pmd/pull/2340): \[plsql] fix for parsing / as divide or execute - [Piotr Szymanski](https://github.com/szyman23) +* [#2342](https://github.com/pmd/pmd/pull/2342): \[xml] Update property used in example - [Piotrek Żygieło](https://github.com/pzygielo) {% endtocmaker %}