Update dmaap 1.1.9 changes

Upgrading policy/parent to v1.1.9 requires these
code changes to occur.

Need to change to policy/parent 2.0.1 for the
right dmaap to be included.

Upgrade policy common and drools-applications to
1.3.3 released artifacts.

Also just included the change from gerrit review
https://gerrit.onap.org/r/#/c/72026/ instead of
cherry picking it.

Updating release to 1.3.3-SNAPSHOT

Issue-ID: POLICY-1229
Change-Id: I16f4bbd9ba2d46cdc3b94feba1f2e7f20d837dad
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
(cherry picked from commit fe8b9e72cafa4acf31db4239593a74a5ccf89a4a)
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
diff --git a/pom.xml b/pom.xml
index cddd9bc..db9d29e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>2.0.0</version>
+        <version>2.0.1</version>
         <relativePath />
     </parent>
     <groupId>org.onap.policy.engine</groupId>
     <artifactId>PolicyEngineSuite</artifactId>
-    <version>1.3.2-SNAPSHOT</version>
+    <version>1.3.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>policy-engine</name>
     <description>The ONAP Policy Engine main pom</description>
@@ -64,8 +64,8 @@
         <commons.fileupload.version>1.3.3</commons.fileupload.version>
         <commons.compress.version>1.18</commons.compress.version>
         <elasticsearch.version>6.3.0</elasticsearch.version>
-        <version.policy.common>1.3.2</version.policy.common>
-        <version.policy.drools-application>1.3.2-SNAPSHOT</version.policy.drools-application>
+        <version.policy.common>1.3.3</version.policy.common>
+        <version.policy.drools-application>1.3.3</version.policy.drools-application>
     </properties>
     <modules>
         <module>PolicyEngineUtils</module>