Skip to content

Commit

Permalink
Grails upgraded to 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
benorama committed Mar 6, 2014
1 parent b62fa4b commit 922b917
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Grails Metadata file
#Sat Oct 26 08:44:36 CEST 2013
app.grails.version=2.3.1
#Thu Mar 06 10:28:05 CET 2014
app.grails.version=2.3.6
app.name=facebook-sdk-demo
app.servlet.version=2.5
app.version=0.1
5 changes: 2 additions & 3 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ grails.project.dependency.resolution = {
dependencies {
}
plugins {
build ':tomcat:7.0.42'
build ':tomcat:7.0.52.1'

runtime ':jquery:1.8.0'
runtime ':resources:1.2.1'
runtime ':fbootstrapp:0.1.1'

runtime ':facebook-sdk:0.4.12'
runtime ':facebook-sdk:0.5.0'
}
}

//grails.plugin.location.facebookSdk = "../grails-facebook-sdk"

0 comments on commit 922b917

Please sign in to comment.