Skip to content

Commit 777c09b

Browse files
committed
remove snapshot dependencies
1 parent 3d1f4f6 commit 777c09b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

concourse-export/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
compile ('org.reflections:reflections:0.9.9-RC2') {
1313
exclude group: 'org.javassist', module:'javassist'
1414
}
15-
compile group: 'com.cinchapi', name: 'cinchapi-commons', version: '1.0.0-SNAPSHOT', changing:true
15+
compile group: 'com.cinchapi', name: 'cinchapi-commons', version: '1.0.0', changing:true
1616
compile (group: 'com.cinchapi', name: 'data-transform-api', version: '1.4.0', changing:true) {
1717
exclude group: 'com.cinchapi', module: 'concourse-driver-java'
1818
}

concourse-import/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
compile ('org.reflections:reflections:0.9.9-RC2') {
2929
exclude group: 'org.javassist', module:'javassist'
3030
}
31-
compile group: 'com.cinchapi', name: 'cinchapi-commons', version: '1.0.0-SNAPSHOT', changing:true
31+
compile group: 'com.cinchapi', name: 'cinchapi-commons', version: '1.0.0', changing:true
3232
compile (group: 'com.cinchapi', name: 'data-transform-api', version: '1.4.0', changing:true) {
3333
exclude group: 'com.cinchapi', module: 'concourse-driver-java'
3434
}

0 commit comments

Comments
 (0)