Skip to content

Commit 1e2ac0e

Browse files
committed
Secure Issue 39336: Push 1.0.0 Java API to Maven Central
- Updating groupId and version properties for Maven to new location and versioning pattern SVN r65007 |2020-01-27 21:30:16 +0000
1 parent 27677ca commit 1e2ac0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ def artifactPrefix = 'labkey-client-api'
1717
def description = "The client-side library for Java developers is a separate JAR from the LabKey Server code base. It can be used by any Java program, including another Java web application."
1818
def orgUrl = "http://www.labkey.org"
1919

20+
group "org.labkey.api"
21+
version "1.0.0"
22+
2023
dependencies {
2124
api "org.apache.httpcomponents:httpmime:${httpmimeVersion}"
2225
api ("com.googlecode.json-simple:json-simple:${jsonSimpleVersion}")

0 commit comments

Comments
 (0)