You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to remove the unnecessary <version>${project.parent.version}</version> tags from the pom.xml files in this repository, namely:
api/pom.xml
diagram/pom.xml
spi/pom.xml
utils/pom.xml
validation/pom.xml
Why is this needed:
Maven already takes the parent version by default if not specified. Additionally the pom is less cluttered without it and it also sometimes breaks our automation, which doesn't expect this.
What would you like to be added:
We would like to remove the unnecessary
<version>${project.parent.version}</version>
tags from the pom.xml files in this repository, namely:Why is this needed:
Maven already takes the parent version by default if not specified. Additionally the pom is less cluttered without it and it also sometimes breaks our automation, which doesn't expect this.
cc @ricardozanini
The text was updated successfully, but these errors were encountered: