From 3054cb498a0b651e0bacf4071540d32d2d759c38 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Thu, 8 Dec 2022 12:22:48 +0200 Subject: [PATCH] Rename credentials --- .settings.xml | 4 ++-- applications/stream-applications-core/.settings.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.settings.xml b/.settings.xml index 0e3c1571..3abe642c 100644 --- a/.settings.xml +++ b/.settings.xml @@ -3,8 +3,8 @@ repo.spring.io - ${env.CI_DEPLOY_USERNAME} - ${env.CI_DEPLOY_PASSWORD} + ${env.ARTIFACTORY_USERNAME} + ${env.ARTIFACTORY_PASSWORD} diff --git a/applications/stream-applications-core/.settings.xml b/applications/stream-applications-core/.settings.xml index c77ffbe3..284add5a 100644 --- a/applications/stream-applications-core/.settings.xml +++ b/applications/stream-applications-core/.settings.xml @@ -3,8 +3,8 @@ repo.spring.io - ${env.CI_DEPLOY_USERNAME} - ${env.CI_DEPLOY_PASSWORD} + ${env.ARTIFACTORY_USERNAME} + ${env.ARTIFACTORY_PASSWORD}