From 8f7585a809ae5c2729e47c69475381c67314adb5 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 16 Apr 2019 10:21:21 -0400 Subject: Upgrade distribution to 2.0.6 version For Casablanca Maintenance Release 3.0.2 - keystore upgrade. Issue-ID: POLICY-1649 Change-Id: Ia51512dc90c8ddf57742f8fa74f5215dc782bd73 Signed-off-by: Pamela Dragosh --- forwarding/pom.xml | 2 +- main/pom.xml | 2 +- model/pom.xml | 2 +- packages/policy-distribution-docker/pom.xml | 2 +- packages/policy-distribution-tarball/pom.xml | 2 +- packages/pom.xml | 2 +- plugins/forwarding-plugins/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/reception-plugins/pom.xml | 2 +- pom.xml | 6 +++--- reception/pom.xml | 2 +- version.properties | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/forwarding/pom.xml b/forwarding/pom.xml index 3e455736..097e5a0b 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.0.5-SNAPSHOT + 2.0.6-SNAPSHOT forwarding diff --git a/main/pom.xml b/main/pom.xml index 23e51d51..be98bd20 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.0.5-SNAPSHOT + 2.0.6-SNAPSHOT main diff --git a/model/pom.xml b/model/pom.xml index 67d9c28f..a4b697c3 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.0.5-SNAPSHOT + 2.0.6-SNAPSHOT distribution-model diff --git a/packages/policy-distribution-docker/pom.xml b/packages/policy-distribution-docker/pom.xml index c488330b..1d18fa63 100644 --- a/packages/policy-distribution-docker/pom.xml +++ b/packages/policy-distribution-docker/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.distribution packages - 2.0.5-SNAPSHOT + 2.0.6-SNAPSHOT pom diff --git a/packages/policy-distribution-tarball/pom.xml b/packages/policy-distribution-tarball/pom.xml index cb0bb8ce..9ae6761c 100644 --- a/packages/policy-distribution-tarball/pom.xml +++ b/packages/policy-distribution-tarball/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.distribution packages - 2.0.5-SNAPSHOT + 2.0.6-SNAPSHOT policy-distribution-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 722b2c7a..aa064228 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 2.0.5-SNAPSHOT + 2.0.6-SNAPSHOT packages diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index 9b47c4fb..91e6f0b2 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution plugins - 2.0.5-SNAPSHOT + 2.0.6-SNAPSHOT forwarding-plugins diff --git a/plugins/pom.xml b/plugins/pom.xml index fc78cc42..3cf88308 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.0.5-SNAPSHOT + 2.0.6-SNAPSHOT plugins diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index dfd01b7d..9faae52d 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution plugins - 2.0.5-SNAPSHOT + 2.0.6-SNAPSHOT reception-plugins diff --git a/pom.xml b/pom.xml index ce584537..62cd3f0e 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.distribution policy-distribution - 2.0.5-SNAPSHOT + 2.0.6-SNAPSHOT pom @@ -46,8 +46,8 @@ reuseReports 1.3.4 - 1.3.6 - 2.0.4 + 1.3.7 + 2.0.5 diff --git a/reception/pom.xml b/reception/pom.xml index ca123e6c..224f063b 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.0.5-SNAPSHOT + 2.0.6-SNAPSHOT reception diff --git a/version.properties b/version.properties index 99190ecd..640b1014 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=0 -patch=5 +patch=6 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg