From 05db39b752cbe4c06d5c9e0b3ec0afe718c513de Mon Sep 17 00:00:00 2001 From: Oleksii Mozghovyi Date: Tue, 2 Feb 2021 23:26:41 +0200 Subject: [PATCH] Adopt akka-2.6.x Adopt following upstreams to enable akka-2.6.x: - controller-3.0.6 - aaa-0.13.1 Change-Id: I1e3a15644a47b0b58b19e9cc38b3ba898d106e21 Signed-off-by: Oleksii Mozghovyi --- features/parent/pom.xml | 2 +- features/production/odl-neutron-hostconfig-ovs/pom.xml | 2 +- features/production/odl-neutron-northbound-api/pom.xml | 2 +- integration/test-standalone/pom.xml | 2 +- integration/test/pom.xml | 2 +- northbound-api/pom.xml | 2 +- parent/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/features/parent/pom.xml b/features/parent/pom.xml index d7cd23f1c..45419d5bd 100644 --- a/features/parent/pom.xml +++ b/features/parent/pom.xml @@ -37,7 +37,7 @@ org.opendaylight.controller controller-artifacts - 3.0.5 + 3.0.6 pom import diff --git a/features/production/odl-neutron-hostconfig-ovs/pom.xml b/features/production/odl-neutron-hostconfig-ovs/pom.xml index 736e9b3c2..e6975a05f 100644 --- a/features/production/odl-neutron-hostconfig-ovs/pom.xml +++ b/features/production/odl-neutron-hostconfig-ovs/pom.xml @@ -51,7 +51,7 @@ odl-aaa-cert xml features - 0.13.0 + 0.13.1 ${project.groupId} diff --git a/features/production/odl-neutron-northbound-api/pom.xml b/features/production/odl-neutron-northbound-api/pom.xml index eafc8db17..9964924c6 100644 --- a/features/production/odl-neutron-northbound-api/pom.xml +++ b/features/production/odl-neutron-northbound-api/pom.xml @@ -37,7 +37,7 @@ org.opendaylight.aaa aaa-artifacts - 0.13.0 + 0.13.1 pom import diff --git a/integration/test-standalone/pom.xml b/integration/test-standalone/pom.xml index 2f9f76260..5721d3b78 100644 --- a/integration/test-standalone/pom.xml +++ b/integration/test-standalone/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.aaa aaa-artifacts - 0.13.0 + 0.13.1 pom import diff --git a/integration/test/pom.xml b/integration/test/pom.xml index 67178fb37..bdcd928ef 100644 --- a/integration/test/pom.xml +++ b/integration/test/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller mdsal-it-parent - 3.0.5 + 3.0.6 diff --git a/northbound-api/pom.xml b/northbound-api/pom.xml index 22ffd22f4..ab1ed12c5 100644 --- a/northbound-api/pom.xml +++ b/northbound-api/pom.xml @@ -29,7 +29,7 @@ org.opendaylight.aaa aaa-artifacts - 0.13.0 + 0.13.1 pom import diff --git a/parent/pom.xml b/parent/pom.xml index e0b4d5b0d..9f445039d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -46,7 +46,7 @@ org.opendaylight.controller controller-artifacts - 3.0.5 + 3.0.6 pom import -- 2.36.6