From e38fa2fe7d981adbdc0a8f67675b8b2abfb7dfac Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 20 Mar 2019 12:19:43 -0400 Subject: Update version for release Need to bump the version of this for maintenance release. This new release simply removes bad license in the JUnit tests so functionally all is the same. Also bringing the latest policy/engine which has fixes in it. Change-Id: Ie5d8fbfb3ca68e2193d49525f252d3d6a58fd1b9 Issue-ID: POLICY-1607 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 | 4 ++-- reception/pom.xml | 2 +- version.properties | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/forwarding/pom.xml b/forwarding/pom.xml index 2b386d3b..3e455736 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT forwarding diff --git a/main/pom.xml b/main/pom.xml index e870afe5..23e51d51 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT main diff --git a/model/pom.xml b/model/pom.xml index d6e7574b..67d9c28f 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT distribution-model diff --git a/packages/policy-distribution-docker/pom.xml b/packages/policy-distribution-docker/pom.xml index d9441a00..c488330b 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.4-SNAPSHOT + 2.0.5-SNAPSHOT pom diff --git a/packages/policy-distribution-tarball/pom.xml b/packages/policy-distribution-tarball/pom.xml index b3c4c9fd..cb0bb8ce 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.4-SNAPSHOT + 2.0.5-SNAPSHOT policy-distribution-tarball diff --git a/packages/pom.xml b/packages/pom.xml index 4bd1c452..722b2c7a 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.distribution policy-distribution - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT packages diff --git a/plugins/forwarding-plugins/pom.xml b/plugins/forwarding-plugins/pom.xml index 6b7f008f..9b47c4fb 100644 --- a/plugins/forwarding-plugins/pom.xml +++ b/plugins/forwarding-plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution plugins - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT forwarding-plugins diff --git a/plugins/pom.xml b/plugins/pom.xml index d08d84a9..fc78cc42 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT plugins diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml index 51f6b4bb..dfd01b7d 100644 --- a/plugins/reception-plugins/pom.xml +++ b/plugins/reception-plugins/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution plugins - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT reception-plugins diff --git a/pom.xml b/pom.xml index a312082e..ce584537 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.distribution policy-distribution - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT pom @@ -46,7 +46,7 @@ reuseReports 1.3.4 - 1.3.5 + 1.3.6 2.0.4 diff --git a/reception/pom.xml b/reception/pom.xml index ea5aaa33..ca123e6c 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.distribution policy-distribution - 2.0.4-SNAPSHOT + 2.0.5-SNAPSHOT reception diff --git a/version.properties b/version.properties index dd104115..99190ecd 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=0 -patch=4 +patch=5 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg