aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-11-08 10:55:13 -0500
committerPamela Dragosh <pdragosh@research.att.com>2018-11-08 20:06:10 -0500
commit49b21f180804137b17dc40503d1a422befa425ba (patch)
tree6202f114c52031d7be2784965e736552c1890ddd
parent4cd99122dc53dc2928b64d81016854383d199ea7 (diff)
Upgrade policy parent and common2.0.2
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>
-rw-r--r--packages/policy-distribution-docker/pom.xml2
-rw-r--r--packages/policy-distribution-tarball/pom.xml2
-rw-r--r--pom.xml8
3 files changed, 6 insertions, 6 deletions
diff --git a/packages/policy-distribution-docker/pom.xml b/packages/policy-distribution-docker/pom.xml
index ae0ce979..ef2e8422 100644
--- a/packages/policy-distribution-docker/pom.xml
+++ b/packages/policy-distribution-docker/pom.xml
@@ -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>
diff --git a/packages/policy-distribution-tarball/pom.xml b/packages/policy-distribution-tarball/pom.xml
index 7e23a147..33909661 100644
--- a/packages/policy-distribution-tarball/pom.xml
+++ b/packages/policy-distribution-tarball/pom.xml
@@ -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 8bb728eb..c47af26b 100644
--- 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>