Bump version of policy/engine
[policy/engine.git] / ONAP-PDP / pom.xml
index ef42d1d..4fdf219 100644 (file)
@@ -19,9 +19,7 @@
   ============LICENSE_END=========================================================
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ONAP-PDP</artifactId>
     <description>ONAP-PDP</description>
@@ -29,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.engine</groupId>
         <artifactId>PolicyEngineSuite</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.5.2-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>
@@ -67,7 +65,7 @@
         <dependency>
             <groupId>com.att.research.xacml</groupId>
             <artifactId>xacml-pdp</artifactId>
-            <version>1.0.1</version>
+            <version>1.0.2</version>
             <exclusions>
                 <!-- The LDAP PIP uses velocity which pulls this insecure jar in. We 
                     are not using that PIP and can safely exclude this jar to resolve CLM issue. -->
@@ -80,7 +78,7 @@
         <dependency>
             <groupId>org.onap.policy.common</groupId>
             <artifactId>policy-endpoints</artifactId>
-            <version>${project.version}</version>
+            <version>${version.policy.common}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>