-
Enhancement
-
Resolution: Done
-
Minor
-
1.0.0.Alpha3
-
None
Currently, when you list dependencies, it shows the property expression rather than the actual version in the case a property expression is used:
org.jboss.arquillian : arquillian-junit : ${arquillian.version} : jar : test
In this case, both the property and the version should be shown:
org.jboss.arquillian : arquillian-junit : ${arquillian.version} = 1.0.0.Alpha5 : jar : test