Skip to content

Commit 81580ff

Browse files
committed
Secure Issue 39336: Push 1.0.0 Java API to Maven Central
- Updating to use SNAPSHOT for remoteapi/java until migration to git SVN r65032 |2020-01-31 18:37:33 +0000
1 parent 1e2ac0e commit 81580ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ def description = "The client-side library for Java developers is a separate JAR
1818
def orgUrl = "http://www.labkey.org"
1919

2020
group "org.labkey.api"
21-
version "1.0.0"
21+
//Issue #39336 (comment 4): Updating to use SNAPSHOT until migration to git
22+
version "1.0.1-SNAPSHOT"
2223

2324
dependencies {
2425
api "org.apache.httpcomponents:httpmime:${httpmimeVersion}"

0 commit comments

Comments
 (0)