bump poms to 2.1.4-SNAPSHOT
[policy/xacml-pdp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0cfc7b2..bdebc0f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>2.1.0</version>
+        <version>3.0.1</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.xacml-pdp</groupId>
     <artifactId>policy-xacml-pdp</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.1.4-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
@@ -45,8 +45,8 @@
         <sonar.jacoco.itReportPath>${project.basedir}/../target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
         <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
         
-        <policy.common.version>1.4.0</policy.common.version>
-        <policy.models.version>2.0.0</policy.models.version>
+        <policy.common.version>1.5.2</policy.common.version>
+        <policy.models.version>2.1.4</policy.models.version>
     </properties>
 
     <modules>
@@ -97,7 +97,6 @@
         <dependency>
             <groupId>org.yaml</groupId>
             <artifactId>snakeyaml</artifactId>
-            <version>1.24</version>
         </dependency>
         <dependency>
             <groupId>org.projectlombok</groupId>