forked from phoedos/pmd
Merge branch 'pr-2342'
[xml] Update property used in example
This commit is contained in:
@ -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 %}
|
||||
|
||||
|
@ -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>
|
||||
]]>
|
||||
|
Reference in New Issue
Block a user