Skip to content

Commit 77cc3e7

Browse files
committed
v1.1.0-RC1
1 parent bd5ca46 commit 77cc3e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
allprojects {
1717
group = 'com.spectralogic.ds3'
18-
version = '1.0.1-SNAPSHOT'
18+
version = '1.1.0-RC1'
1919
}
2020

2121
subprojects {
@@ -36,7 +36,7 @@ subprojects {
3636
}
3737

3838
task wrapper(type: Wrapper) {
39-
gradleVersion = '2.1'
39+
gradleVersion = '2.3'
4040
}
4141

4242
project(':ds3-sdk-integration') {

gradle/wrapper/gradle-wrapper.jar

0 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Oct 13 13:19:26 MDT 2014
1+
#Thu Mar 26 13:58:18 MDT 2015
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-all.zip

0 commit comments

Comments
 (0)