From eeaef28f78a23881e2f5cf0380fa1ad34472435d Mon Sep 17 00:00:00 2001 From: sebdet Date: Fri, 19 Feb 2021 14:07:05 +0100 Subject: Update clamp to 6.0.1 - Update to 6.0.1 so that images can be released next week - Fix classNotFound due to update of policy models libs from 2.3.5 to 2.4.0 (ToscaPolicyIdentifier renamed to ToscaConceptIddentifier and ToscaPolicyTypeIdentifier deleted) Issue-ID: POLICY-3084 Signed-off-by: sebdet Change-Id: Ic2d3e6eb25f125ba472c77f0683081214680fafb Signed-off-by: sebdet --- pom.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 00505619b..e565fdb1b 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.policy clamp - 6.0.0-SNAPSHOT + 6.0.1-SNAPSHOT policy-clamp @@ -51,7 +51,7 @@ - The POLICY-CLAMP backend, JAVA unit testing - The POLICY-CLAMP backend, JAVA integration tests (with Spring + docker mariadb database + docker policy/dcae emulator written in python) - - The POLICY-CLAMP frontend, Javascrip tests (NodeJS(NPM) + JEST and Enzyme for React) + - The POLICY-CLAMP frontend, Javascript tests (NodeJS(NPM) + JEST and Enzyme for React) The test coverage for dev's can be found after a "clean install" build in: - Clamp backend: target/jacoco-dev.exec (unit tests + integration tests merged) @@ -109,6 +109,8 @@ ui-react ui-react-lib https://nexus3.onap.org/repository/npm.snapshot/ + + 2.4.0 @@ -381,7 +383,7 @@ org.onap.policy.models policy-models-pdp - 2.3.5 + ${policy.models.version} -- cgit 1.2.3-korg