Skip to content

Commit 8d774ba

Browse files
author
Vitalii Samolovskikh
committed
Upgrade the Grails version to 2.3.11 and the plugin version to 1.2-RC.
1 parent f9525de commit 8d774ba

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

application.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#Grails Metadata file
2-
#Wed Jun 18 20:02:33 YEKT 2014
3-
app.grails.version=2.3.9
2+
#Sat Nov 08 14:30:13 YEKT 2014
3+
app.grails.version=2.3.11
44
app.name=grails-asynchronous-mail-sample
5+
app.servlet.version=3.0
56
app.version=0.1

grails-app/conf/BuildConfig.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ grails.project.dependency.resolution = {
5656

5757
plugins {
5858
// plugins for the build system only
59-
build ":tomcat:7.0.53"
59+
build ":tomcat:7.0.54"
6060

6161
// plugins for the compile step
6262
compile ":scaffolding:2.0.3"
6363
compile ':cache:1.1.2'
64-
compile ':asynchronous-mail:1.1'
64+
compile ':asynchronous-mail:1.2-RC'
6565

6666
// plugins needed at runtime but not for compilation
67-
runtime ":hibernate:3.6.10.15" // or ":hibernate4:4.3.5.2"
67+
runtime ":hibernate:3.6.10.16" // or ":hibernate4:4.3.5.2"
6868
runtime ":database-migration:1.4.0"
6969
runtime ":jquery:1.11.1"
7070
runtime ":resources:1.2.7"

0 commit comments

Comments
 (0)