Skip to content

Commit 7120f8d

Browse files
committed
Update version to 1.5.2-SNAPSHOT for testing
1 parent 95d3645 commit 7120f8d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

labkey-api-sas/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ artifactory_contextUrl=https://artifactory.labkey.com/artifactory
55

66
artifactoryPluginVersion=4.21.0
77
gradlePluginsVersion=1.32.2
8-
labkeyClientApiVersion=1.4.0
8+
labkeyClientApiVersion=1.5.2-SNAPSHOT

labkey-client-api/CHANGELOG.md

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

3-
## version x.y.z
4-
*Released*: ??
3+
## version 1.5.2
4+
*Released*: 14 July 2022
55
* Add Connection.setUserAgent() and Connection.getUserAgent()
66
* Set Java library user agent to "LabKey Java API"
77
* Set SAS library user agent to "LabKey SAS API"

labkey-client-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ repositories {
5757

5858
group "org.labkey.api"
5959

60-
version "1.6.0-SNAPSHOT"
60+
version "1.5.2-SNAPSHOT"
6161

6262
dependencies {
6363
implementation "org.apache.httpcomponents:httpmime:${httpmimeVersion}"

0 commit comments

Comments
 (0)