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

Reply via email to