We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12fd74 commit 0f16e9cCopy full SHA for 0f16e9c
build.gradle
@@ -19,7 +19,7 @@ apply plugin: 'maven'
19
sourceCompatibility = JavaVersion.VERSION_1_7
20
21
jar.archiveName = 'ds3_java_sdk'
22
-version = '0.7.0-SNAPSHOT'
+version = '0.7.1-SNAPSHOT'
23
group = 'com.spectralogic'
24
25
install.dependsOn test //make sure that the tests get ran before attempting to install
0 commit comments