What are the steps to upgrade maven/grails from 1.2.0 to 1.2.1?

Posted by Brice on Stack Overflow See other posts from Stack Overflow or by Brice
Published on 2010-03-25T18:21:35Z Indexed on 2010/03/25 18:23 UTC
Read the original article Hit count: 179

Filed under:
|

I have recently started a new project using the maven grails archetype - at the time, (a few weeks ago), Grails 1.2.0 was the most recent release. Now that there's a newer release, what are the steps to upgrade? I would assume that since Grails dependencies are defined in the POM, that the POM will need to be updated? Are there any instructions on doing this? Does the maven-grails-plugin handle this? Is this documented anywhere?

Appreciate any pointers. Thanks!

© Stack Overflow or respective owner

Related posts about maven

Related posts about grails