Skip to content

Commit bd124ce

Browse files
authored
Release v1.3.0
2 parents 9591c73 + 7714517 commit bd124ce

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

labkey-client-api/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# The LabKey Remote API Library for Java - Change Log
22

3-
## version TBD
4-
*Released* : TBD
3+
## version 1.3.0
4+
*Released* : 16 June 2020
55

6+
* 7368: Conditional Formats of Fields
67
* Update FileNotificationCommand to do a POST, as now required
78
* Add documentation
89

@@ -17,7 +18,7 @@
1718

1819
* Support for plate metadata in saveBatch and importRun APIs
1920
* Don't post invalid 'rangeURI' to server
20-
* Update source compatability to 1.8
21+
* Update source compatibility to 1.8
2122

2223
## version 1.0.0
2324
*Released*: 06 February 2020

labkey-client-api/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ buildDir = new File(project.rootProject.buildDir, "/remoteapi/labkey-api-java")
6060

6161
group "org.labkey.api"
6262

63-
version "1.3.0-SNAPSHOT"
63+
version "1.4.0-SNAPSHOT"
6464

6565
dependencies {
6666
api "org.apache.httpcomponents:httpmime:${httpmimeVersion}"
@@ -175,7 +175,7 @@ project.afterEvaluate {
175175
scm {
176176
connection = 'scm:git:https://github.com/LabKey/labkey-api-java'
177177
developerConnection = 'scm:git:https://github.com/LabKey/labkey-api-java'
178-
url = 'scm:git:https://github.com/LabKey/labkey-api-java/java'
178+
url = 'scm:git:https://github.com/LabKey/labkey-api-java/labkey-client-api'
179179
}
180180
}
181181

@@ -246,7 +246,7 @@ if (project.hasProperty('bintray_user')
246246
pkg {
247247
repo = project.version.endsWith('SNAPSHOT') ? 'libs-snapshot' : 'libs-release'
248248
desc = libDescription
249-
websiteUrl = orgUrl
249+
websiteUrl = PomFileHelper.LABKEY_ORG_URL
250250
name = project.name
251251
userOrg = 'labkey'
252252
licenses = ['Apache-2.0']

0 commit comments

Comments
 (0)