With Grails 3.0 released in March 2015 and the Grails team urging everybody to upgrade there seems to be little point in releasing new version of the Grails 2.x plugin for Geb. It will be still possible to use newer versions of Geb with Grails 2.x by it will have to by done by specifying which version of Geb is supposed to be used in BuildConfig.groovy file of the Grails 2.x project.
Projects using Grails 3.x can use the built-in support for Geb, see https://github.com/grails3-plugins/geb and http://docs.grails.org/3.1.6/guide/testing.html#functionalTesting.
With Grails 3.0 released in March 2015 and the Grails team urging everybody to upgrade there seems to be little point in releasing new version of the Grails 2.x plugin for Geb. It will be still possible to use newer versions of Geb with Grails 2.x by it will have to by done by specifying which version of Geb is supposed to be used in
BuildConfig.groovyfile of the Grails 2.x project.Projects using Grails 3.x can use the built-in support for Geb, see https://github.com/grails3-plugins/geb and http://docs.grails.org/3.1.6/guide/testing.html#functionalTesting.