From ef321479a8c84de55e60f69999fb9a0d37637fa9 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 7 Apr 2021 14:29:00 +0200 Subject: [PATCH] Freeze upstream versions Upstreams have a proper release, which means SNAPSHOTs are no longer refreshed. Migrate to released versions. Change-Id: I9e37b7b554b68f923697540bd81eae9854769415 Signed-off-by: Robert Varga --- aclservice/pom.xml | 2 +- alarm/pom.xml | 2 +- artifacts/pom.xml | 2 +- bgpmanager/pom.xml | 2 +- cache/pom.xml | 2 +- cloud-servicechain/pom.xml | 2 +- commons/binding-parent/pom.xml | 14 +++++++------- commons/checkstyle/pom.xml | 2 +- commons/pom.xml | 2 +- dhcpservice/pom.xml | 2 +- elanmanager/pom.xml | 2 +- features/netvirt-features/pom.xml | 2 +- features/odl-netvirt-api/pom.xml | 22 +++++++++++----------- features/odl-netvirt-impl/pom.xml | 20 ++++++++++---------- features/odl-netvirt-openstack/pom.xml | 6 +++--- features/pom.xml | 2 +- fibmanager/pom.xml | 2 +- ipv6service/pom.xml | 2 +- karaf/pom.xml | 10 +++++----- natservice/api/pom.xml | 2 +- natservice/pom.xml | 2 +- neutronvpn/pom.xml | 2 +- policyservice/pom.xml | 2 +- pom.xml | 2 +- qosservice/pom.xml | 2 +- statemanager/pom.xml | 2 +- statistics/pom.xml | 2 +- vpnmanager/pom.xml | 2 +- 28 files changed, 59 insertions(+), 59 deletions(-) diff --git a/aclservice/pom.xml b/aclservice/pom.xml index 5893c4bb20..cf5f8116e9 100644 --- a/aclservice/pom.xml +++ b/aclservice/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 diff --git a/alarm/pom.xml b/alarm/pom.xml index 3fd550935f..50a7e6eac9 100644 --- a/alarm/pom.xml +++ b/alarm/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 3a6b35a928..5822e45c1a 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 diff --git a/bgpmanager/pom.xml b/bgpmanager/pom.xml index 2a555e686c..0741c0693b 100644 --- a/bgpmanager/pom.xml +++ b/bgpmanager/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 diff --git a/cache/pom.xml b/cache/pom.xml index 1a17df5d6c..ef6c12ac16 100644 --- a/cache/pom.xml +++ b/cache/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 diff --git a/cloud-servicechain/pom.xml b/cloud-servicechain/pom.xml index 2753a5600f..1c14ce12d2 100644 --- a/cloud-servicechain/pom.xml +++ b/cloud-servicechain/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 diff --git a/commons/binding-parent/pom.xml b/commons/binding-parent/pom.xml index 86264c6206..ad4751fcca 100644 --- a/commons/binding-parent/pom.xml +++ b/commons/binding-parent/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 7.0.5 + 7.0.6 @@ -25,10 +25,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 0.10.0-SNAPSHOT 2013.07.15.18.0-SNAPSHOT - 0.16.0-SNAPSHOT - 0.12.0-SNAPSHOT - 1.12.0-SNAPSHOT - 0.7.0-SNAPSHOT + 0.16.0 + 0.12.0 + 1.12.0 + 0.7.0 @@ -36,14 +36,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.infrautils infrautils-artifacts - 1.9.5 + 1.9.6 pom import org.opendaylight.controller controller-artifacts - 3.0.6 + 3.0.7 pom import diff --git a/commons/checkstyle/pom.xml b/commons/checkstyle/pom.xml index c96aab5894..de720f4146 100644 --- a/commons/checkstyle/pom.xml +++ b/commons/checkstyle/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 8.1.0 + 8.1.1 diff --git a/commons/pom.xml b/commons/pom.xml index f9c5b1b3aa..5846dcf7df 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 diff --git a/dhcpservice/pom.xml b/dhcpservice/pom.xml index befeb14f33..f4c6eab0ac 100644 --- a/dhcpservice/pom.xml +++ b/dhcpservice/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 diff --git a/elanmanager/pom.xml b/elanmanager/pom.xml index 86b52e3654..faa0c74135 100644 --- a/elanmanager/pom.xml +++ b/elanmanager/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 diff --git a/features/netvirt-features/pom.xml b/features/netvirt-features/pom.xml index 62956822d8..b51b27e703 100644 --- a/features/netvirt-features/pom.xml +++ b/features/netvirt-features/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent feature-repo-parent - 8.1.0 + 8.1.1 diff --git a/features/odl-netvirt-api/pom.xml b/features/odl-netvirt-api/pom.xml index 29fc39bb0e..0ebf14c931 100644 --- a/features/odl-netvirt-api/pom.xml +++ b/features/odl-netvirt-api/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent single-feature-parent - 8.1.0 + 8.1.1 @@ -27,28 +27,28 @@ org.opendaylight.infrautils infrautils-artifacts - 1.9.5 + 1.9.6 import pom org.opendaylight.controller controller-artifacts - 3.0.6 + 3.0.7 import pom org.opendaylight.mdsal mdsal-artifacts - 7.0.5 + 7.0.6 import pom org.opendaylight.serviceutils serviceutils-artifacts - 0.7.0-SNAPSHOT + 0.7.0 pom import @@ -84,42 +84,42 @@ org.opendaylight.neutron odl-neutron-northbound-api - 0.16.0-SNAPSHOT + 0.16.0 xml features org.opendaylight.openflowplugin odl-openflowplugin-libraries - 0.12.0-SNAPSHOT + 0.12.0 xml features org.opendaylight.openflowplugin odl-openflowplugin-nsf-model - 0.12.0-SNAPSHOT + 0.12.0 xml features org.opendaylight.openflowplugin odl-openflowplugin-nxm-extensions - 0.12.0-SNAPSHOT + 0.12.0 xml features org.opendaylight.ovsdb odl-ovsdb-hwvtepsouthbound-api - 1.12.0-SNAPSHOT + 1.12.0 xml features org.opendaylight.ovsdb odl-ovsdb-southbound-api - 1.12.0-SNAPSHOT + 1.12.0 xml features diff --git a/features/odl-netvirt-impl/pom.xml b/features/odl-netvirt-impl/pom.xml index b85283d0aa..b1c583dfa6 100644 --- a/features/odl-netvirt-impl/pom.xml +++ b/features/odl-netvirt-impl/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent single-feature-parent - 8.1.0 + 8.1.1 @@ -27,14 +27,14 @@ org.opendaylight.infrautils infrautils-artifacts - 1.9.5 + 1.9.6 import pom org.opendaylight.controller controller-artifacts - 3.0.6 + 3.0.7 import pom @@ -83,49 +83,49 @@ org.opendaylight.neutron odl-neutron-spi - 0.16.0-SNAPSHOT + 0.16.0 xml features org.opendaylight.openflowplugin odl-openflowplugin-southbound - 0.12.0-SNAPSHOT + 0.12.0 xml features org.opendaylight.openflowplugin odl-openflowplugin-app-forwardingrules-manager - 0.12.0-SNAPSHOT + 0.12.0 xml features org.opendaylight.openflowplugin odl-openflowplugin-app-reconciliation-framework - 0.12.0-SNAPSHOT + 0.12.0 xml features org.opendaylight.ovsdb odl-ovsdb-southbound-impl - 1.12.0-SNAPSHOT + 1.12.0 xml features org.opendaylight.ovsdb odl-ovsdb-hwvtepsouthbound - 1.12.0-SNAPSHOT + 1.12.0 xml features org.opendaylight.ovsdb odl-ovsdb-utils - 1.12.0-SNAPSHOT + 1.12.0 xml features diff --git a/features/odl-netvirt-openstack/pom.xml b/features/odl-netvirt-openstack/pom.xml index ce830d3662..f07e90fa83 100644 --- a/features/odl-netvirt-openstack/pom.xml +++ b/features/odl-netvirt-openstack/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent single-feature-parent - 8.1.0 + 8.1.1 @@ -33,14 +33,14 @@ org.opendaylight.neutron odl-neutron-service - 0.16.0-SNAPSHOT + 0.16.0 xml features org.opendaylight.netconf odl-restconf - 1.13.0 + 1.13.1 xml features diff --git a/features/pom.xml b/features/pom.xml index 6672a97e5a..fa583a9a36 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 diff --git a/fibmanager/pom.xml b/fibmanager/pom.xml index 50a8829912..2f13bbd53b 100644 --- a/fibmanager/pom.xml +++ b/fibmanager/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 diff --git a/ipv6service/pom.xml b/ipv6service/pom.xml index e2586693ef..eef70cbce5 100644 --- a/ipv6service/pom.xml +++ b/ipv6service/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 diff --git a/karaf/pom.xml b/karaf/pom.xml index 524697aa0e..d3f3eacfd5 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent karaf4-parent - 8.1.0 + 8.1.1 @@ -59,7 +59,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> org.opendaylight.mdsal odl-mdsal-trace - 7.0.5 + 7.0.6 features xml runtime @@ -69,7 +69,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.controller odl-jolokia - 3.0.6 + 3.0.7 xml features runtime @@ -79,7 +79,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.aaa aaa-cli-jar - 0.13.1 + 0.13.2 test @@ -102,7 +102,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.aaa aaa-cli-jar - 0.13.1 + 0.13.2 ${project.build.directory}/assembly/bin diff --git a/natservice/api/pom.xml b/natservice/api/pom.xml index 1ad7111c49..34d69d719d 100644 --- a/natservice/api/pom.xml +++ b/natservice/api/pom.xml @@ -37,7 +37,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.genius mdsalutil-api - 0.10.0-SNAPSHOT + ${genius.version} org.opendaylight.mdsal diff --git a/natservice/pom.xml b/natservice/pom.xml index c22b2dadc8..24b4ea5835 100644 --- a/natservice/pom.xml +++ b/natservice/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 diff --git a/neutronvpn/pom.xml b/neutronvpn/pom.xml index f84d45a4eb..f17368e768 100644 --- a/neutronvpn/pom.xml +++ b/neutronvpn/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 diff --git a/policyservice/pom.xml b/policyservice/pom.xml index 8ac32064e2..7e4feca152 100644 --- a/policyservice/pom.xml +++ b/policyservice/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 diff --git a/pom.xml b/pom.xml index 53b9f9bfee..ff2cf35970 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 diff --git a/qosservice/pom.xml b/qosservice/pom.xml index ef74724629..f622d25918 100644 --- a/qosservice/pom.xml +++ b/qosservice/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 diff --git a/statemanager/pom.xml b/statemanager/pom.xml index 2510bb54ee..22dee297f6 100644 --- a/statemanager/pom.xml +++ b/statemanager/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 diff --git a/statistics/pom.xml b/statistics/pom.xml index 27a558af33..9977617e70 100644 --- a/statistics/pom.xml +++ b/statistics/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 diff --git a/vpnmanager/pom.xml b/vpnmanager/pom.xml index eef38c5221..4667b0133b 100644 --- a/vpnmanager/pom.xml +++ b/vpnmanager/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 8.1.0 + 8.1.1 -- 2.36.6