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.