You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Shan Syed <sh...@gmail.com> on 2010/07/24 23:43:11 UTC

what happened to release:update-versions?

is it gone? perhaps in favor of the
http://mojo.codehaus.org/versions-maven-plugin/ plugin?

>mvn release:update-versions
...
[INFO] Required goal not found: release:update-versions in
org.apache.maven.plugins:maven-release-plugin:2.0-beta-8

and

>mvn
org.apache.maven.plugins:maven-release-plugin:2.0-beta-9:update-versions
...
[INFO] Required goal not found:
org.apache.maven.plugins:maven-release-plugin:2.0-beta-9:update-versions in
org.apache.maven.plugins:maven-release-plugin:2.0-beta-9

Re: what happened to release:update-versions?

Posted by Vincent Latombe <vi...@gmail.com>.
Hello,

you are not using the latest release plugin version, which is 2.0

2010/7/24 Shan Syed <sh...@gmail.com>

> is it gone? perhaps in favor of the
> http://mojo.codehaus.org/versions-maven-plugin/ plugin?
>
> >mvn release:update-versions
> ...
> [INFO] Required goal not found: release:update-versions in
> org.apache.maven.plugins:maven-release-plugin:2.0-beta-8
>
> and
>
> >mvn
> org.apache.maven.plugins:maven-release-plugin:2.0-beta-9:update-versions
> ...
> [INFO] Required goal not found:
> org.apache.maven.plugins:maven-release-plugin:2.0-beta-9:update-versions in
> org.apache.maven.plugins:maven-release-plugin:2.0-beta-9
>



-- 
Vincent