Set snapshot and/or references of policy/models for new release
[policy/models.git] / models-examples / pom.xml
index d250e5d..64e4ac4 100644 (file)
     <parent>
         <groupId>org.onap.policy.models</groupId>
         <artifactId>policy-models</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.8.0-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>