diff options
author | Lisa Stillwell <lisa@renci.org> | 2013-04-26 19:52:24 (GMT) |
---|---|---|
committer | Lisa Stillwell <lisa@renci.org> | 2013-04-26 19:52:24 (GMT) |
commit | a3b4a41074fd904f79820f67f293ca25414fc8bd (patch) | |
tree | f0916743c4ed256bbbbc6f5ccc44f0cb4a8eead8 | |
parent | 604576812b5bb78d3cef6a487bbf6a225f343d97 (diff) | |
download | QCG-Data-a3b4a41074fd904f79820f67f293ca25414fc8bd.zip QCG-Data-a3b4a41074fd904f79820f67f293ca25414fc8bd.tar.gz QCG-Data-a3b4a41074fd904f79820f67f293ca25414fc8bd.tar.bz2 |
[#1377] updated grails version in packaging build
-rwxr-xr-x | packaging/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/build.sh b/packaging/build.sh index a8cd54c..ab010e1 100755 --- a/packaging/build.sh +++ b/packaging/build.sh @@ -17,7 +17,7 @@ MAVENFILE=apache-maven-$MAVENVER MAVENDOWNLOAD=http://apache.cs.utah.edu/maven/maven-3/$MAVENVER/binaries/$MAVENFILE-bin.zip # in case we need to download grails -GRAILSVER=2.1.1 +GRAILSVER=2.2.1 GRAILSFILE=grails-$GRAILSVER GRAILSDOWNLOAD=http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/$GRAILSFILE.zip |