enable viewing lifecycle statistics with telemetry
[policy/drools-pdp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0ee06ea..3a16e85 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.3.0-SNAPSHOT</version>
+        <version>3.3.0</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.drools-pdp</groupId>
     <artifactId>drools-pdp</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>policy-drools-pdp</name>
 
         <!-- Project common dependency versions -->
         <json.path.version>2.4.0</json.path.version>
         <hibernate.core.version>5.4.28.Final</hibernate.core.version>
-        <hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version>
+        <hibernate.commons.annotations.version>5.1.2.Final</hibernate.commons.annotations.version>
         <xml.apis.version>1.4.01</xml.apis.version>
-        <policy.common.version>1.8.0-SNAPSHOT</policy.common.version>
-        <policy.models.version>2.4.0-SNAPSHOT</policy.models.version>
+        <policy.common.version>1.8.0</policy.common.version>
+        <policy.models.version>2.4.0</policy.models.version>
     </properties>
 
     <modules>
@@ -69,7 +69,6 @@
         <module>feature-state-management</module>
         <module>api-active-standby-management</module>
         <module>feature-active-standby-management</module>
-        <module>feature-simulators</module>
         <module>feature-distributed-locking</module>
         <module>feature-controller-logging</module>
         <module>feature-mdc-filters</module>