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 1e2ac0e commit 81580ffCopy full SHA for 81580ff
java/build.gradle
@@ -18,7 +18,8 @@ def description = "The client-side library for Java developers is a separate JAR
18
def orgUrl = "http://www.labkey.org"
19
20
group "org.labkey.api"
21
-version "1.0.0"
+//Issue #39336 (comment 4): Updating to use SNAPSHOT until migration to git
22
+version "1.0.1-SNAPSHOT"
23
24
dependencies {
25
api "org.apache.httpcomponents:httpmime:${httpmimeVersion}"
0 commit comments