From a302d9c89be7b5a879800979afa2fe53a9b988ae Mon Sep 17 00:00:00 2001 From: wr148d Date: Tue, 8 Feb 2022 13:20:21 -0500 Subject: [AAI] Attempting to fix a compile run version mismatch in sparky Issue-ID: AAI-3428 Signed-off-by: wr148d Change-Id: I0b2678c7bef13e264b323a48767c472494136348 --- pom.xml | 3 ++- sparkybe-onap-application/pom.xml | 8 +++++--- sparkybe-onap-service/pom.xml | 9 +++++---- version.properties | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index b2e5343..0ffa314 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.onap.aai sparky-be - 2.0.4-SNAPSHOT + 2.0.3-SNAPSHOT pom aai-sparky-be @@ -65,6 +65,7 @@ ${maven-compiler-plugin.version} true + ${maven-compiler-plugin.source} ${maven-compiler-plugin.source} ${maven-compiler-plugin.target} ${maven-compiler-plugin.test.source} diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index 402b521..c115d1c 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -5,16 +5,16 @@ org.onap.aai sparky-be - 2.0.4-SNAPSHOT + 2.0.3-SNAPSHOT org.onap.aai.sparky-be sparkybe-onap-application - 2.0.4-SNAPSHOT + 2.0.3-SNAPSHOT jar - 1.11 + 11 org.onap.aai sparky-fe 2.0.0 @@ -485,6 +485,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.8.0 11 @@ -496,6 +497,7 @@ org.springframework.boot spring-boot-maven-plugin + ${spring.boot.version} diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index 9d1b311..ef1961e 100644 --- a/sparkybe-onap-service/pom.xml +++ b/sparkybe-onap-service/pom.xml @@ -4,16 +4,16 @@ org.onap.aai sparky-be - 2.0.4-SNAPSHOT + 2.0.3-SNAPSHOT org.onap.aai.sparky-be sparkybe-onap-service - 2.0.4-SNAPSHOT + 2.0.3-SNAPSHOT jar - 1.11 + 11 org.onap.aai sparky-fe 2.0.0 @@ -388,8 +388,9 @@ some of the depedencies should probably have a scope of provided so they don't a org.apache.maven.plugins maven-compiler-plugin + 3.8.0 - 11 + 11 diff --git a/version.properties b/version.properties index dd10411..9bb11f5 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=0 -patch=4 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg