From bb71eba8a8dda5f1fdd44343423075aebffa0a82 Mon Sep 17 00:00:00 2001 From: Mykola Serdiuk Date: Tue, 12 Mar 2024 15:37:21 +0200 Subject: [PATCH] chore: Bump java-maven deploy plugin version (#148) Jira EPMDEDP-13204 Related #148 Change-Id: I93beecaa5b8a7229929026b8752760c0eae99099 --- .../templates/resources/cm-maven-settings.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/pipelines-library/templates/resources/cm-maven-settings.yaml b/charts/pipelines-library/templates/resources/cm-maven-settings.yaml index 7a524b7c..5d17a76d 100644 --- a/charts/pipelines-library/templates/resources/cm-maven-settings.yaml +++ b/charts/pipelines-library/templates/resources/cm-maven-settings.yaml @@ -95,32 +95,32 @@ data: nexus - nexus::default::http://nexus.nexus:8081/repository/edp-maven-snapshots - nexus::default::http://nexus.nexus:8081/repository/edp-maven-releases + nexus::http://nexus.nexus:8081/repository/edp-maven-snapshots + nexus::http://nexus.nexus:8081/repository/edp-maven-releases gitlab-registry - gitlab-registry::default::https://gitlab.example.com/api/v4/projects/PROJECT_ID/packages/maven - gitlab-registry::default::https://gitlab.example.com/api/v4/projects/PROJECT_ID/packages/maven + gitlab-registry::https://gitlab.example.com/api/v4/projects/PROJECT_ID/packages/maven + gitlab-registry::https://gitlab.example.com/api/v4/projects/PROJECT_ID/packages/maven github-registry - github-registry::default::https://maven.pkg.github.com/OWNER/REPOSITORY - github-registry::default::https://maven.pkg.github.com/OWNER/REPOSITORY + github-registry::https://maven.pkg.github.com/OWNER/REPOSITORY + github-registry::https://maven.pkg.github.com/OWNER/REPOSITORY azure-devops-registry - azure-devops-registry::default::https://pkgs.dev.azure.com - azure-devops-registry::default::https://pkgs.dev.azure.com + azure-devops-registry::https://pkgs.dev.azure.com + azure-devops-registry::https://pkgs.dev.azure.com