Update grails to version 3.2.7

This commit is contained in:
Richard Kuhnt 2017-03-06 17:06:11 +01:00
parent 180bacef6a
commit 5adf0c9eaa

View File

@ -1,10 +1,10 @@
{ {
"homepage": "https://grails.org/", "homepage": "https://grails.org/",
"version": "3.2.6", "version": "3.2.7",
"license": "Apache 2.0", "license": "Apache 2.0",
"url": "https://github.com/grails/grails-core/releases/download/v3.2.6/grails-3.2.6.zip", "url": "https://github.com/grails/grails-core/releases/download/v3.2.7/grails-3.2.7.zip",
"hash": "58d587b81dcafdea8185426c2960fe8ca01156c8d3abe775da44710f7b478d05", "hash": "781f19ab03578c5b045f40b0a37a225c9ab82445fad8e08f5e304789311cb5b3",
"extract_dir": "grails-3.2.6", "extract_dir": "grails-3.2.7",
"bin": [ "bin": [
"bin\\grails.bat" "bin\\grails.bat"
], ],
@ -12,7 +12,10 @@
"GRAILS_HOME": "$dir" "GRAILS_HOME": "$dir"
}, },
"suggest": { "suggest": {
"JDK": [ "extras/oraclejdk", "openjdk" ] "JDK": [
"extras/oraclejdk",
"openjdk"
]
}, },
"checkver": { "checkver": {
"github": "https://github.com/grails/grails-core" "github": "https://github.com/grails/grails-core"