kordamp / pomchecker

🦉 Maven POM syntax checker
Apache License 2.0
60 stars 8 forks source link

Fail if resolved <version> contains an expression such as ${revision} #18

Closed aalmiray closed 3 months ago

aalmiray commented 3 months ago

POM files with unresolved expressions in <version> may cause trouble when resolving dependencies in consumer projects.

aalmiray commented 3 months ago

🎉 This issue has been resolved in v1.11.0 (Release Notes)