Upgrade Vaadin Grails Plugin

Hello,

I did this to my recent Vaadin/Grails project and want to confirm with someone that I didn’t miss anything. I’d like to be able to keep my work current with the latest Vaadin release without any (understandable) lag time in updating the plugin.

Here’s what I did.

1 - replace the current jar in lib
2 - change the dependencies.groovy to reflect the current jar version


dependencies {
       compile 'com.vaadin:vaadin:6.5.3'
    }

Anything else that needs to be done?

Thanks,
Chris