Browse Source

update to Grails 2.4.2

Lari Hotari 11 years ago
parent
commit
48122bb95f

+ 1 - 1
config/benchmark_profile

@@ -1,6 +1,6 @@
 export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64
 export RESIN_HOME=~/FrameworkBenchmarks/installs/resin-4.0.36
-export GRAILS_HOME=~/FrameworkBenchmarks/installs/grails-2.4.1
+export GRAILS_HOME=~/FrameworkBenchmarks/installs/grails-2.4.2
 export VERTX_HOME=~/FrameworkBenchmarks/installs/vert.x-2.1.1
 export GOROOT=~/FrameworkBenchmarks/installs/go
 export GOPATH=~/FrameworkBenchmarks/go:~/FrameworkBenchmarks/webgo:~/FrameworkBenchmarks/revel

+ 1 - 1
grails/README.md

@@ -4,7 +4,7 @@ This is the Grails portion of a [benchmarking test suite](../) comparing a varie
 
 ## Infrastructure Software Versions
 The tests were run with:
-* [Grails 2.4.1](http://grails.org/)
+* [Grails 2.4.2](http://grails.org/)
 
 ## Test URLs
 

+ 1 - 1
grails/hello/application.properties

@@ -1,6 +1,6 @@
 #Grails Metadata file
 #Tue Feb 25 10:29:09 EET 2014
-app.grails.version=2.4.1
+app.grails.version=2.4.2
 app.name=hello
 app.servlet.version=2.5
 app.version=0.1

+ 2 - 2
toolset/setup/linux/installer.py

@@ -297,8 +297,8 @@ class Installer:
     #
     # Grails
     #
-    self.__download("http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/grails-2.4.1.zip")
-    self.__run_command("unzip -o grails-2.4.1.zip")
+    self.__download("http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/grails-2.4.2.zip")
+    self.__run_command("unzip -o grails-2.4.2.zip")
 
     #
     # Play 2