Is it possible to specify the version for a dependency simply as the "latest" something like '0.0.0':
<dependencies>
<dependency>
<groupId>some.groupid</groupId>
<artifactId>some.artifact</artifactId>
<version>0.0.0</version>
</dependency>
</dependencies>
or is that not supported in maven?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
