Skip to content

Commit 8e420ea

Browse files
committed
Merge pull request #249 from rpmoore/3_2_rc12
3.2 rc12
2 parents ca2e18e + f0ea909 commit 8e420ea

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 = '3.2.0-RC11'
18+
version = '3.2.0-RC12'
1919
}
2020

2121
subprojects {
@@ -41,7 +41,7 @@ subprojects {
4141
}
4242

4343
task wrapper(type: Wrapper) {
44-
gradleVersion = '2.12'
44+
gradleVersion = '2.13'
4545
}
4646

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

gradle/wrapper/gradle-wrapper.jar

1 Byte
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Apr 01 09:11:00 MDT 2016
1+
#Thu Apr 28 09:24:36 MDT 2016
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.12-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-all.zip

0 commit comments

Comments
 (0)