File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 15
15
16
16
allprojects {
17
17
group = ' com.spectralogic.ds3'
18
- version = ' 3.2.0-RC8 '
18
+ version = ' 3.2.0-RC9 '
19
19
}
20
20
21
21
subprojects {
@@ -30,19 +30,18 @@ subprojects {
30
30
}
31
31
32
32
dependencies {
33
- compile ' org.slf4j:slf4j-api:1.7.16'
34
- compile ' org.slf4j:jcl-over-slf4j:1.7.16'
33
+ compile ' org.slf4j:slf4j-api:1.7.20'
35
34
testCompile (' org.mockito:mockito-core:1.10.19' ) {
36
35
exclude group : ' org.hamcrest'
37
36
}
38
37
39
38
testCompile ' junit:junit:4.12'
40
- testCompile ' org.slf4j:slf4j-simple:1.7.16 '
39
+ testCompile ' org.slf4j:slf4j-simple:1.7.20 '
41
40
}
42
41
}
43
42
44
43
task wrapper (type : Wrapper ) {
45
- gradleVersion = ' 2.11 '
44
+ gradleVersion = ' 2.12 '
46
45
}
47
46
48
47
project(' :ds3-sdk-integration' ) {
Original file line number Diff line number Diff line change @@ -30,11 +30,12 @@ shadowJar {
30
30
relocate ' org.apache' , ' ds3fatjar.org.apache'
31
31
relocate ' org.codehaus' , ' ds3fatjar.org.codehaus'
32
32
relocate ' com.fasterxml' , ' ds3fatjar.com.fasterxml'
33
- relocate ' org.slf4j' , ' ds3fatjar.org.slf4j'
34
33
dependencies {
35
34
exclude(dependency(' org.hamcrest:hamcrest-library:1.3' ))
36
35
exclude(dependency(' org.mockito:mockito-core:1.10.19' ))
37
36
exclude(dependency(' junit:junit:4.12' ))
37
+ exclude(dependency(' org.slf4j:slf4j-api:1.7.16' ))
38
+ exclude(dependency(' org.slf4j:slf4j-simple:1.7.20' ))
38
39
}
39
40
}
40
41
Original file line number Diff line number Diff line change 1
- # Wed Feb 10 11:19:18 MST 2016
1
+ # Fri Apr 01 09: 11:00 MDT 2016
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.11 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.12 -all.zip
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ echo location of your Java installation.
46
46
goto fail
47
47
48
48
:init
49
- @ rem Get command-line arguments, handling Windowz variants
49
+ @ rem Get command-line arguments, handling Windows variants
50
50
51
51
if not " %OS% " == " Windows_NT" goto win9xME_args
52
52
if " %@eval[2+2]" == " 4" goto 4NT_args
You can’t perform that action at this time.
0 commit comments