Skip to content

Commit

Permalink
Upgraded to Grails 2.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bflorian committed Jun 28, 2013
1 parent a6a3a53 commit 4662a06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions application.properties
@@ -1,7 +1,7 @@
#Grails Metadata file
#Fri Nov 30 07:27:01 EST 2012
app.grails.version=2.1.1
#Fri Jun 28 13:05:20 EDT 2013
app.grails.version=2.2.1
app.name=cassandra-orm
plugins.hibernate=2.1.1
plugins.hibernate=2.2.1
plugins.release=2.0.4
plugins.tomcat=2.1.1
plugins.tomcat=2.2.1
5 changes: 4 additions & 1 deletion grails-app/conf/BuildConfig.groovy
Expand Up @@ -46,14 +46,17 @@ grails.project.dependency.resolution = {
runtime 'com.github.stephenc.eaio-uuid:uuid:3.2.0'

// runtime 'mysql:mysql-connector-java:5.1.13'

test "org.spockframework:spock-grails-support:0.7-groovy-2.0"
}

plugins {
build (":svn:1.0.2") {
export = false
}
test (":spock:0.6") {
test (":spock:0.7") {
export = false
exclude "spock-grails-support"
}
}
}

0 comments on commit 4662a06

Please sign in to comment.