Cool.

For the record, and to be complete: you should be aware that a good practice
with maven plugins is to *always* specify plugin versions.
If you don't do that, you'll make your build unlikely to be reproducible in
the longtime.

Cheers

2011/8/15 demian0311 <demian0...@gmail.com>

> Baptiste,
>
> That did it.  In our pom.xml, we did not explicitly specify the version of
> the maven-release-plugin.  After adding the version tag to 2.2.1 I can now
> run the release:prepare.
>
>           <plugin>
>                <groupId>org.apache.maven.plugins</groupId>
>                <artifactId>maven-release-plugin</artifactId>
>                *<version>2.2.1</version>*
>           </plugin>
>
> Thanks!!!
>
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/git-scm-tp4686535p4702081.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


-- 
Baptiste <Batmat> MATHUS - http://batmat.net
Sauvez un arbre,
Mangez un castor !

Reply via email to