Can anyone explain me if the version is specified as auto as mentioned below for the dependencies
<version>auto</version>
how does it get resolved to the latest from the maven repository?
I see that some file when mvn exectutes an temporary file called auto-pom.xml is generated where all the auto is replaced with proper latest revisions from my repository like
<version>1.0-SNAPSHOT</version>