Skip to content

Commit

Permalink
#295: upgraded lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed May 4, 2015
1 parent 6b62898 commit c94f5de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Grails Metadata file
#Tue Mar 12 08:54:15 HST 2013
app.grails.version=2.2.1
#Mon May 04 10:15:39 HST 2015
app.grails.version=2.5.0
app.name=console
app.servlet.version=2.5
app.version=dev
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ grails.project.dependency.resolution = {

plugins {

runtime ":hibernate:$grailsVersion"
runtime ':hibernate4:4.3.8.1'
runtime ":jquery:1.8.3"
runtime ":resources:1.1.6"

Expand All @@ -82,11 +82,12 @@ grails.project.dependency.resolution = {
//runtime ":cached-resources:1.0"
//runtime ":yui-minify-resources:0.1.5"

build ":tomcat:$grailsVersion"
build ':tomcat:7.0.55.2'
compile ':asset-pipeline:2.1.5'

runtime ":database-migration:1.3.2"

compile ':cache:1.0.1'
compile ':cache:1.1.8'
compile ":shiro:1.1.4"
}
}

0 comments on commit c94f5de

Please sign in to comment.