Upgrade policy parent and common 20/72220/3 2.0.2
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 8 Nov 2018 15:55:13 +0000 (10:55 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Fri, 9 Nov 2018 01:06:10 +0000 (20:06 -0500)
Upgrade to release parent 2.0.1 and common
1.3.3 to fix license issue in dmaap 1.1.9

Fixes to package distribution and docker
pom.xml which mvn version missed.

Also need to upgrade engine 1.3.3 release

Bumping version to 1.3.3-SNAPSHOT for release

Issue-ID: POLICY-1229
Change-Id: If5247308ea8eba6dd65614a67f38396896d8ed0f
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
packages/policy-distribution-docker/pom.xml
packages/policy-distribution-tarball/pom.xml
pom.xml

index ae0ce97..ef2e842 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>packages</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.2-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
index 7e23a14..3390966 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.distribution</groupId>
         <artifactId>packages</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-distribution-tarball</artifactId>
diff --git a/pom.xml b/pom.xml
index 8bb728e..c47af26 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>2.0.0</version>
+        <version>2.0.1</version>
         <relativePath />
     </parent>
 
@@ -45,9 +45,9 @@
         <sonar.jacoco.itReportPath>${project.basedir}/../target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
         <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
 
-        <policy.common.version>1.3.2</policy.common.version>
-        <policy.engine.version>1.3.2-SNAPSHOT</policy.engine.version>
-        <policy.apex-pdp.version>2.0.2</policy.apex-pdp.version>
+        <policy.common.version>1.3.3</policy.common.version>
+        <policy.engine.version>1.3.3</policy.engine.version>
+        <policy.apex-pdp.version>2.0.3</policy.apex-pdp.version>
     </properties>
 
     <modules>