Merge branch 'pr-2342'

[xml] Update property used in example
This commit is contained in:
Andreas Dangel
2020-03-12 10:33:54 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -222,6 +222,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 %}

View File

@ -90,7 +90,7 @@ By far the most common problem is the use of ${project.version} in a BOM or
...
<dependency>
...
<version>${project.dependency}</version>
<version>${project.version}</version>
</dependency>
</project>
]]>