Update snapshot and/or references of policy/models to latest snapshots
[policy/models.git] / models-examples / pom.xml
index 27b3365..f9dbb01 100644 (file)
     <parent>
         <groupId>org.onap.policy.models</groupId>
         <artifactId>policy-models</artifactId>
-        <version>2.3.1-SNAPSHOT</version>
+        <version>2.6.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-models-examples</artifactId>
 
     <name>${project.artifactId}</name>
     <description>Various examples of policy type and policy models in various formats</description>
-    
+
     <properties>
         <!-- There is no code in this sub-module, only holds interfaces. So skip sonar. -->
         <sonar.skip>true</sonar.skip>