You could define a <property> "custom.version" in your settings.xml or
POM and have your dependency be of the form:

<groupId>a</groupId>
<artifactId>b</artifactId>
<version>${custom.version}</version>

This way, you could change the value of custom.version whenever you
want, and the POM will pick up the right version of the dependency.
Thanks. 


This message (including any attachments) contains confidential information 
intended for a specific individual and purpose, and is protected by law.  If 
you are not the intended recipient, you should delete this message. 


Any disclosure, copying, or distribution of this message, or the taking of any 
action based on it, is strictly prohibited. [v.E.1]

Reply via email to