Skip to content

Commit 7599932

Browse files
author
Vitalii Samolovskikh
committed
merge
2 parents 2287240 + 8d774ba commit 7599932

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ 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
6767
//runtime ":hibernate:3.6.10.15" // or ":hibernate4:4.3.5.2"

0 commit comments

Comments
 (0)