Update snapshot and/or references of policy/models to latest snapshots
[policy/models.git] / models-examples / pom.xml
index 71b245a..d583c8c 100644 (file)
     <parent>
         <groupId>org.onap.policy.models</groupId>
         <artifactId>policy-models</artifactId>
-        <version>2.5.0-SNAPSHOT</version>
+        <version>2.8.2-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>