Fix wrong category for timeRange
[policy/xacml-pdp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 59397f8..9657ae2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,6 +4,7 @@
   ================================================================================
   Copyright (C) 2018-2020 AT&T Intellectual Property. All rights reserved.
   Modifications Copyright (C) 2020 Nordix Foundation.
+  Modifications Copyright (C) 2020 Bell Canada. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.2.0</version>
+        <version>3.3.0-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.xacml-pdp</groupId>
     <artifactId>policy-xacml-pdp</artifactId>
-    <version>2.3.2-SNAPSHOT</version>
+    <version>2.4.0-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
@@ -40,8 +41,8 @@
     <description>This code implements the XACML PDP engine</description>
 
     <properties>
-        <policy.common.version>1.7.1</policy.common.version>
-        <policy.models.version>2.3.1</policy.models.version>
+        <policy.common.version>1.8.0-SNAPSHOT</policy.common.version>
+        <policy.models.version>2.4.0-SNAPSHOT</policy.models.version>
     </properties>
 
     <modules>
@@ -50,6 +51,7 @@
         <module>packages</module>
         <module>testsuites</module>
         <module>xacml-test</module>
+        <module>tutorials</module>
     </modules>
 
     <dependencies>