Skip to content

Commit

Permalink
Merge pull request #67 from rpmoore/master
Browse files Browse the repository at this point in the history
v1.1.0-RC1
  • Loading branch information
hansdude committed Mar 26, 2015
2 parents bd5ca46 + 77cc3e7 commit afe2613
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

allprojects {
group = 'com.spectralogic.ds3'
version = '1.0.1-SNAPSHOT'
version = '1.1.0-RC1'
}

subprojects {
Expand All @@ -36,7 +36,7 @@ subprojects {
}

task wrapper(type: Wrapper) {
gradleVersion = '2.1'
gradleVersion = '2.3'
}

project(':ds3-sdk-integration') {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Oct 13 13:19:26 MDT 2014
#Thu Mar 26 13:58:18 MDT 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-all.zip

0 comments on commit afe2613

Please sign in to comment.