From 043affae1a34b151cd8b48cf88014d34d034c56b Mon Sep 17 00:00:00 2001 From: Chaima Mansouri <25367434+chaima-mnsr@users.noreply.github.com> Date: Thu, 24 Mar 2022 16:48:55 +0100 Subject: [PATCH] chore(`pom.xml`): change to the new artifactory domain related to INFRA-3106, closes #1849 --- CONTRIBUTING.md | 2 +- settings/maven/nexus-settings.xml | 2 +- webapps/.npmrc | 2 +- webapps/camunda-bpm-sdk-js/.npmrc | 2 +- webapps/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b169527cfee..65de7829151 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,7 +61,7 @@ In order to build our codebase from source, add the following to your Maven `set true - https://app.camunda.com/nexus/content/groups/public + https://artifacts.camunda.com/artifactory/public/ diff --git a/settings/maven/nexus-settings.xml b/settings/maven/nexus-settings.xml index c78845e87a3..8ccd73ff2d2 100644 --- a/settings/maven/nexus-settings.xml +++ b/settings/maven/nexus-settings.xml @@ -7,7 +7,7 @@ camunda-nexus * Camunda Nexus - https://app.camunda.com/nexus/content/groups/public + https://artifacts.camunda.com/artifactory/public/ diff --git a/webapps/.npmrc b/webapps/.npmrc index 4b87ddab3b0..a6a6b4635e1 100644 --- a/webapps/.npmrc +++ b/webapps/.npmrc @@ -1 +1 @@ -#registry = https://app.camunda.com/nexus/content/groups/npm-public/ +#registry = https://artifacts.camunda.com/artifactory/npm-public/ diff --git a/webapps/camunda-bpm-sdk-js/.npmrc b/webapps/camunda-bpm-sdk-js/.npmrc index 4b87ddab3b0..a6a6b4635e1 100644 --- a/webapps/camunda-bpm-sdk-js/.npmrc +++ b/webapps/camunda-bpm-sdk-js/.npmrc @@ -1 +1 @@ -#registry = https://app.camunda.com/nexus/content/groups/npm-public/ +#registry = https://artifacts.camunda.com/artifactory/npm-public/ diff --git a/webapps/pom.xml b/webapps/pom.xml index 632c0431bd7..89feb11833e 100644 --- a/webapps/pom.xml +++ b/webapps/pom.xml @@ -83,7 +83,7 @@ camunda-nexus Camunda Platform Maven Repository - https://app.camunda.com/nexus/content/groups/public + https://artifacts.camunda.com/artifactory/public/ true