Skip to content

Commit c30a258

Browse files
author
Vitalii Samolovskikh
committed
Using 1.1-RC1
1 parent d889521 commit c30a258

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

grails-app/conf/BuildConfig.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ grails.project.dependency.resolution = {
6161
// plugins for the compile step
6262
compile ":scaffolding:2.0.3"
6363
compile ':cache:1.1.2'
64-
compile ':asynchronous-mail:1.1-RC'
64+
compile ':asynchronous-mail:1.1-RC1'
6565

6666
// plugins needed at runtime but not for compilation
6767
runtime ":hibernate:3.6.10.15" // or ":hibernate4:4.3.5.2"

grails-app/conf/Config.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import org.apache.log4j.Level;
21
// locations to search for config files that get merged into the main config;
32
// config files can be ConfigSlurper scripts, Java properties files, or classes
43
// in the classpath in ConfigSlurper format

0 commit comments

Comments
 (0)