Andreya
Andreya
The issue can be reproduced with the following POM: ```xml 4.0.0 com.test reproduce-version-via-property-issue 1.0.0-SNAPSHOT pom 2.13.2.2 com.fasterxml.jackson.core jackson-databind ${com.fasterxml.jackson.databind.version} ``` Executing `mvn org.codehaus.mojo:versions-maven-plugin:2.11.0:display-dependency-updates -DprocessDependencyManagementTransitive=true` yields the following result: ``` [INFO]...
packager-config.yml: ```yml bundle: groupId: com.test artifactId: jenkins vendor: andreyakostov buildSettings: pom: pom.xml pomIgnoreRoot: true pomIncludeWar: true ``` pom.xml: ```xml 4.0.0 com.test jenkins-plugins 1.0.0 pom 2.190.1 8 org.jenkins-ci.plugins resource-disposer 0.13 ```...