I have a grails application in 1.3.7 but on running the application it shows following message:
| 'Application expects grails version [1.3.7], but GRAILS_HOME is version [2.1.0] - use the correct Grails version or run 'grails upgrade' if this Grails version is newer than the version your application expects'.
If i type ${GRAILS_HOME} it is pointing to 1.3.7,It means grails home is already pointing to 1.3.7 .
I am also using 2.0.1 for other applications.
Any suggestions ?????