From 17d2d577b8abeebfc9fa3355603cac544d76c724 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Thu, 5 Dec 2019 14:12:45 -0500 Subject: Reverting project.version for dependency-bom If it's project.version then it will be resolved with child module version Issue-ID: CCSDK-1978 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I6d843de0840524bf49085e6cec60d0b3825d4346 --- springboot/springboot1/pom.xml | 2 +- springboot/springboot2/pom.xml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'springboot') diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 503a765e..2608b07c 100755 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -107,7 +107,7 @@ org.onap.ccsdk.parent dependencies-bom - ${project.version} + 1.5.1-SNAPSHOT pom import diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 84346635..604db2d1 100755 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -106,7 +106,7 @@ 1.3.50 1.3.50 1.3.2 - 1.3.0 + 1.4.4 0.5.0 1.9.3 @@ -127,7 +127,6 @@ 1.7.25 6.11 9.0.27 - @@ -135,7 +134,7 @@ org.onap.ccsdk.parent dependencies-bom - ${project.version} + 1.5.1-SNAPSHOT pom import -- cgit 1.2.3-korg