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 aabdb9f commit 02309f9Copy full SHA for 02309f9
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.2.5-SNAPSHOT'
+version = '0.3.0-SNAPSHOT'
23
group = 'com.spectralogic'
24
25
install.dependsOn test //make sure that the tests get ran before attempting to install
0 commit comments