try "-DparentVersion=[1.2.0-SNAPSHOT]"
it's using maven's version range rule and the version you specified is
a match anything range..
also the version you're after must be available from a repository
Sent from my iPod
On 30 Aug 2008, at 00:54, "Wendy Smoak" <[EMAIL PROTECTED]> wrote:
I p
I probably should have used the scm plugin to branch, but I didn't...
now I'd like to update all the parent references, and I thought the
new versions plugin might do it.
I tried...
$ mvn versions:update-parent -DparentVersion=1.2.0-SNAPSHOT
-DallowSnapshots=true
... but it didn't make any changes