From 9714cfc592c9ca285bc0c70b659c024289690e6c Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Mon, 17 May 2021 13:23:11 -0400 Subject: Refactoring onap nexus url's and related section Issue-ID: CCSDK-3298 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I8798f0cfa7b0042628f508ca851a42d76a5f7b21 --- springboot/spring-boot-setup/src/main/resources/pom-template.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'springboot/spring-boot-setup') diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template.xml b/springboot/spring-boot-setup/src/main/resources/pom-template.xml index c87e8653..3c0373bc 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml @@ -28,6 +28,7 @@ JIRA https://jira.onap.org/ + ecomp-releases @@ -57,7 +58,6 @@ 1.8 UTF-8 UTF-8 - https://nexus.onap.org /content/sites/site/\${project.groupId}/\${project.artifactId}/\${project.version} @@ -68,6 +68,7 @@ + https://nexus.onap.org nexus.onap.org 443 https @@ -238,6 +239,7 @@ + onap-public -- cgit