Not sure if this is the right list for codehaus plugins. If not I
apologize
I have a pom with this
<dependencies>
<dependency>
<groupId>foo.blah</groupId>
<artifactId>bar</artifactId>
<version>1.2.0-RC-7-SNAPSHOT</version>
</dependency>
</dependencies>
I want to run the versions plugin to replace 1.2.0-RC-7-SNAPSHOT with the
version we actually released of the code, which is 1.2.0-RC-6. Looking at
the available mojos, it seems like versions:use-latest-releases is the
right one to use. In the matrix here it says that this goal will modify
-SNAPSHOT dependencies. Well, it doesn't. If i instead set the version to
1.2.0-RC-3 (no snapshot), the mojo does update the dependency to
1.2.0-RC-6 so I don't know if this is just the documentation being wrong.
I also tried use-latest-versions without success
Any idea how to do this? I just want to change the dependencies (which are
currently SNAPSHOT due to the m-release-p) to the latest released versions
Thank you,
Alejandro Endo | Software Designer/Concepteur de logiciels
DISCLAIMER:
Privileged and/or Confidential information may be contained in this
message. If you are not the addressee of this message, you may not
copy, use or deliver this message to anyone. In such event, you
should destroy the message and kindly notify the sender by reply
e-mail. It is understood that opinions or conclusions that do not
relate to the official business of the company are neither given
nor endorsed by the company.
Thank You.