From 0f092cca714b469cb09dc26f58c6a923351fb867 Mon Sep 17 00:00:00 2001 From: Ram Krishna Verma Date: Tue, 9 Mar 2021 16:28:00 -0500 Subject: [PATCH] Point to 2.4.1 models Issue-ID: POLICY-3127 Change-Id: Ib0cad9bba202428374281b29e1768975fcb09374 Signed-off-by: Ram Krishna Verma --- .../java/org/onap/policy/api/main/rest/provider/TestPolicyProvider.java | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/src/test/java/org/onap/policy/api/main/rest/provider/TestPolicyProvider.java b/main/src/test/java/org/onap/policy/api/main/rest/provider/TestPolicyProvider.java index e0f3375f..7541c50c 100644 --- a/main/src/test/java/org/onap/policy/api/main/rest/provider/TestPolicyProvider.java +++ b/main/src/test/java/org/onap/policy/api/main/rest/provider/TestPolicyProvider.java @@ -248,7 +248,7 @@ public class TestPolicyProvider { policyProvider.createPolicy("onap.policies.monitoring.cdap.tca.hi.lo.app", "1.0.0", badPolicyServiceTemplate); }).hasMessage( - "PolicyType version not specified, the version of the PolicyType for this policy must be specified in " + "Version not specified, the version of this TOSCA entity must be specified in " + "the type_version field"); assertThatThrownBy(() -> { diff --git a/pom.xml b/pom.xml index ec11f01b..d23f5324 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ 1.8.0 - 2.4.0 + 2.4.1 -- 2.16.6