aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2021-03-09 16:28:00 -0500
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2021-03-09 16:44:22 -0500
commit0f092cca714b469cb09dc26f58c6a923351fb867 (patch)
tree51fcb201972871cf9d768329f4ebcb6bdfd19cfa
parentda85366cc185590f3a8ac68cf37d16f6e4358019 (diff)
Point to 2.4.1 models
Issue-ID: POLICY-3127 Change-Id: Ib0cad9bba202428374281b29e1768975fcb09374 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-rw-r--r--main/src/test/java/org/onap/policy/api/main/rest/provider/TestPolicyProvider.java2
-rw-r--r--pom.xml2
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 @@
<properties>
<policy.common.version>1.8.0</policy.common.version>
- <policy.models.version>2.4.0</policy.models.version>
+ <policy.models.version>2.4.1</policy.models.version>
</properties>
<modules>