File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# 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
4
4
app.name =grails-asynchronous-mail-sample
5
+ app.servlet.version =3.0
5
6
app.version =0.1
Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ grails.project.dependency.resolution = {
56
56
57
57
plugins {
58
58
// plugins for the build system only
59
- build " :tomcat:7.0.53 "
59
+ build " :tomcat:7.0.54 "
60
60
61
61
// plugins for the compile step
62
62
compile " :scaffolding:2.0.3"
63
63
compile ' :cache:1.1.2'
64
- compile ' :asynchronous-mail:1.1 '
64
+ compile ' :asynchronous-mail:1.2-RC '
65
65
66
66
// plugins needed at runtime but not for compilation
67
67
// runtime ":hibernate:3.6.10.15" // or ":hibernate4:4.3.5.2"
You can’t perform that action at this time.
0 commit comments