From 568e354fdab920dc7fa6e4001e6a28d7698ea832 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 26 May 2020 08:49:35 -0400 Subject: Update sli northbound version Update sli northbound version property - had to create new release build to accommodate late fix. Change-Id: Ibad4ef3b80cf4510f6bacc65b78016d79a506694 Issue-ID: CCSDK-2345 Signed-off-by: Dan Timoney --- springboot/spring-boot-setup/pom.xml | 4 ++-- springboot/spring-boot-setup/src/main/resources/pom-template.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'springboot/spring-boot-setup') diff --git a/springboot/spring-boot-setup/pom.xml b/springboot/spring-boot-setup/pom.xml index 50158304..d7a82c2d 100644 --- a/springboot/spring-boot-setup/pom.xml +++ b/springboot/spring-boot-setup/pom.xml @@ -5,12 +5,12 @@ org.onap.ccsdk.parent springboot-aggregator - 1.5.6-SNAPSHOT + 1.5.7-SNAPSHOT org.onap.ccsdk.parent spring-boot-setup - 1.5.6-SNAPSHOT + 1.5.7-SNAPSHOT pom ONAP :: ${project.groupId} :: ${project.artifactId} 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 0f6dcc5f..3cbfc601 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml @@ -95,7 +95,7 @@ 0.7.5-SNAPSHOT 0.7.2 0.7.3-SNAPSHOT - 0.7.3-SNAPSHOT + 0.7.4-SNAPSHOT 0.7.2 0.7.3-SNAPSHOT -- cgit