Skip to content

Commit 9f333be

Browse files
Update Artifactory URL (#30)
1 parent 28c3ce0 commit 9f333be

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

labkey-api-sas/build.gradle

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

4848
group 'org.labkey.api'
4949

50-
version '1.0.0-SNAPSHOT'
50+
version '1.0.0-artifactorySaaS-SNAPSHOT'
5151

5252
// We add the TeamCity extension here if it doesn't exist because we will use the build
5353
// number property from TeamCity in the distribution artifact names, if present.

labkey-api-sas/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# the URL for the artifact repository where our build plugins are housed
22
# as well as the build artifacts. (Be careful not to include a trailing slash
33
# in the context URL or you will get a 500 error from artifactory.)
4-
artifactory_contextUrl=https://artifactory.labkey.com/artifactory
4+
artifactory_contextUrl=https://labkey.jfrog.io/artifactory
55

66
artifactoryPluginVersion=4.21.0
77
gradlePluginsVersion=1.32.2

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.6.0-artifactorySaas-SNAPSHOT"
6161

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

labkey-client-api/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# the URL for the artifact repository where our build plugins are housed
22
# as well as the build artifacts. (Be careful not to include a trailing slash
33
# in the context URL or you will get a 500 error from artifactory.)
4-
artifactory_contextUrl=https://artifactory.labkey.com/artifactory
4+
artifactory_contextUrl=https://labkey.jfrog.io/artifactory
55

66
# The source and target versions of Java for compilation tasks
77
# We target a very old version to stay compatible with SAS. Our SAS macros wrap the Java remoteapi and run in the

0 commit comments

Comments
 (0)