Skip to content

Commit

Permalink
Release 3.0.0.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskleeh committed Feb 19, 2019
1 parent cfd6e98 commit 13d22ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ dependencies {
provided "javax.servlet:javax.servlet-api:$servletApiVersion"

compile "org.grails:scaffolding-core:$scaffoldingVersion"

//testCompile "org.grails:grails-plugin-testing"


testCompile "org.grails:grails-web-testing-support:2.0.0.RC1"
testCompile "org.grails:grails-gorm-testing-support:2.0.0.RC1"

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=3.0.0.BUILD-SNAPSHOT
projectVersion=3.0.0.RC1
#projectVersion=2.2.7
grailsVersion=4.0.0.M1
scaffoldingVersion=2.0.0.RC1
Expand Down

0 comments on commit 13d22ec

Please sign in to comment.