Skip to content

Commit

Permalink
Moving to grails 3.1.0, gradle 2.9 and wrapper and getting the sample…
Browse files Browse the repository at this point in the history
… project pointed to the latest version of the plugin
  • Loading branch information
ctoestreich committed Feb 26, 2016
1 parent af1d6cf commit 6224212
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Expand Up @@ -66,8 +66,8 @@ dependencies {

console "org.grails:grails-console"

compile 'redis.clients:jedis:2.6.0'
compile 'com.google.code.gson:gson:2.3.1'
compile 'redis.clients:jedis:2.8.0'
compile 'com.google.code.gson:gson:2.6.1'
}

task wrapper(type: Wrapper) {
Expand All @@ -85,12 +85,12 @@ bintray {
publications = ['maven']
pkg {
repo = 'grails-plugins'
userOrg = 'tednaleid'
userOrg = 'ctoestreich'
name = "redis"
desc = "Grails Redis plugin"
websiteUrl = "http://grails.org/plugin/redis"
issueTrackerUrl = "https://github.com/tednaleid/grails-redis/issues"
vcsUrl = "https://github.com/tednaleid/grails-redis"
issueTrackerUrl = "https://github.com/grails-plugins/grails-redis/issues"
vcsUrl = "https://github.com/grails-plugins/grails-redis"
licenses = ['Apache-2.0']
publicDownloadNumbers = true
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
@@ -1,2 +1,2 @@
grailsVersion=3.0.12
gradleWrapperVersion=2.3
grailsVersion=3.1.0
gradleWrapperVersion=2.9
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Wed Mar 18 10:00:51 CDT 2015
#Thu Feb 11 09:41:31 CST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.9-all.zip
4 changes: 2 additions & 2 deletions src/test/projects/sample/build.gradle
Expand Up @@ -64,13 +64,13 @@ dependencies {
runtime "org.grails.plugins:asset-pipeline"
runtime "org.grails.plugins:scaffolding"

compile "org.grails.plugins:grails-redis:2.0.0.BUILD-SNAPSHOT"
compile "org.grails.plugins:redis:2.0.4"

testCompile "org.grails:grails-plugin-testing"
testCompile "org.grails.plugins:geb"

// Note: It is recommended to update to a more robust driver (Chrome, Firefox etc.)
testRuntime 'org.seleniumhq.selenium:selenium-htmlunit-driver:2.44.0'
// testRuntime 'org.seleniumhq.selenium:selenium-htmlunit-driver:2.44.0'

console "org.grails:grails-console"
}
Expand Down
4 changes: 2 additions & 2 deletions src/test/projects/sample/gradle.properties
@@ -1,2 +1,2 @@
grailsVersion=3.0.0.RC2
gradleWrapperVersion=2.3
grailsVersion=3.1.0
gradleWrapperVersion=2.9
Binary file modified src/test/projects/sample/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
@@ -1,6 +1,6 @@
#Wed Feb 04 17:05:29 CST 2015
#Fri Feb 26 10:05:28 CST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.9-bin.zip
Binary file modified src/test/projects/sample/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions src/test/projects/sample/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Wed Feb 04 17:05:29 CST 2015
#Thu Feb 11 09:41:31 CST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.9-all.zip

0 comments on commit 6224212

Please sign in to comment.