Point to 2.4.1 models 94/118994/2
authorRam Krishna Verma <ram_krishna.verma@bell.ca>
Tue, 9 Mar 2021 21:28:00 +0000 (16:28 -0500)
committerRam Krishna Verma <ram_krishna.verma@bell.ca>
Tue, 9 Mar 2021 21:44:22 +0000 (16:44 -0500)
Issue-ID: POLICY-3127
Change-Id: Ib0cad9bba202428374281b29e1768975fcb09374
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
main/src/test/java/org/onap/policy/api/main/rest/provider/TestPolicyProvider.java
pom.xml

index e0f3375..7541c50 100644 (file)
@@ -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 ec11f01..d23f532 100644 (file)
--- 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>