File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
grails-resources/src/grails/grails-app/conf Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ext.providedDeps = []
1818
1919ext. provided = { providedDeps << it }
2020ext {
21- grailsVersion = ' 2.4.3.BUILD-SNAPSHOT '
21+ grailsVersion = ' 2.4.3'
2222 isBuildSnapshot = grailsVersion. endsWith(" .BUILD-SNAPSHOT" )
2323 antTraxVersion = " 1.7.1"
2424 antVersion = " 1.8.4"
2727 commonsCollectionsVersion = " 3.2.1"
2828 commonsIOVersion = " 2.2"
2929 commonsLangVersion = " 2.6"
30- datastoreVersion = " 3.1.2.BUILD-SNAPSHOT "
30+ datastoreVersion = " 3.1.2.RELEASE "
3131 gantVersion = " 1.9.6"
3232 gdocEngineVersion = " 1.0.1"
3333 groovyVersion = " 2.3.6"
Original file line number Diff line number Diff line change @@ -124,11 +124,11 @@ task pluginsFromRepo {
124124 ext. plugins = [
125125 cache : " 1.1.7" ,
126126 ' database-migration' : " 1.4.0" ,
127- hibernate4 : " 4.3.5.4 " ,
127+ hibernate4 : " 4.3.5.5 " ,
128128 jquery : " 1.11.1" ,
129129 ' asset-pipeline' : " 1.9.6" ,
130130 scaffolding : " 2.1.2" ,
131- tomcat : " 7.0.54 " ,
131+ tomcat : " 7.0.55 " ,
132132 webxml : " 1.4.1"
133133 ]
134134
Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ grails.project.dependency.resolution = {
5555
5656 plugins {
5757 // plugins for the build system only
58- build " :tomcat:7.0.54 "
58+ build " :tomcat:7.0.55 "
5959
6060 // plugins for the compile step
6161 compile " :scaffolding:2.1.2"
6262 compile ' :cache:1.1.7'
6363 compile " :asset-pipeline:1.9.6"
6464
6565 // plugins needed at runtime but not for compilation
66- runtime " :hibernate4:4.3.5.4 " // or ":hibernate:3.6.10.16 "
66+ runtime " :hibernate4:4.3.5.5 " // or ":hibernate:3.6.10.17 "
6767 runtime " :database-migration:1.4.0"
6868 runtime " :jquery:1.11.1"
6969
You can’t perform that action at this time.
0 commit comments