From bd3eeb1d5a2c0625eabcc0421fff77e4f842db39 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Fri, 13 Mar 2020 15:21:25 +0000 Subject: [PATCH] Release Magnesium --- aclservice/api/pom.xml | 2 +- aclservice/impl/pom.xml | 2 +- aclservice/pom.xml | 2 +- aclservice/shell/pom.xml | 4 ++-- alarm/impl/pom.xml | 2 +- alarm/pom.xml | 2 +- artifacts/pom.xml | 2 +- bgpmanager/api/pom.xml | 2 +- bgpmanager/impl/pom.xml | 2 +- bgpmanager/pom.xml | 2 +- cache/impl/pom.xml | 2 +- cache/pom.xml | 2 +- cloud-servicechain/api/pom.xml | 2 +- cloud-servicechain/impl/pom.xml | 2 +- cloud-servicechain/pom.xml | 2 +- commons/binding-parent/pom.xml | 20 ++++++++++---------- commons/checkstyle/pom.xml | 2 +- commons/pom.xml | 2 +- dhcpservice/api/pom.xml | 2 +- dhcpservice/impl/pom.xml | 2 +- dhcpservice/pom.xml | 2 +- dhcpservice/shell/pom.xml | 2 +- elanmanager/api/pom.xml | 2 +- elanmanager/impl/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 | 26 +++++++++++++------------- features/odl-netvirt-openstack/pom.xml | 6 +++--- features/pom.xml | 2 +- fibmanager/api/pom.xml | 2 +- fibmanager/impl/pom.xml | 2 +- fibmanager/pom.xml | 2 +- fibmanager/shell/pom.xml | 2 +- ipv6service/api/pom.xml | 2 +- ipv6service/impl/pom.xml | 2 +- ipv6service/pom.xml | 2 +- ipv6service/shell/pom.xml | 4 ++-- karaf/pom.xml | 10 +++++----- model-bgp/pom.xml | 4 ++-- natservice/api/pom.xml | 4 ++-- natservice/impl/pom.xml | 2 +- natservice/pom.xml | 2 +- neutronvpn/api/pom.xml | 2 +- neutronvpn/impl/pom.xml | 2 +- neutronvpn/pom.xml | 2 +- neutronvpn/shell/pom.xml | 2 +- policyservice/api/pom.xml | 2 +- policyservice/impl/pom.xml | 2 +- policyservice/pom.xml | 2 +- pom.xml | 2 +- qosservice/api/pom.xml | 2 +- qosservice/impl/pom.xml | 2 +- qosservice/pom.xml | 2 +- statemanager/impl/pom.xml | 2 +- statemanager/pom.xml | 2 +- statistics/api/pom.xml | 2 +- statistics/impl/pom.xml | 2 +- statistics/pom.xml | 2 +- vpnmanager/api/pom.xml | 2 +- vpnmanager/impl/pom.xml | 2 +- vpnmanager/pom.xml | 2 +- vpnmanager/shell/pom.xml | 2 +- 63 files changed, 104 insertions(+), 104 deletions(-) diff --git a/aclservice/api/pom.xml b/aclservice/api/pom.xml index 02cb0c96c0..af18230fac 100644 --- a/aclservice/api/pom.xml +++ b/aclservice/api/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/aclservice/impl/pom.xml b/aclservice/impl/pom.xml index 6ee0fcb2e4..ce7f50c20c 100644 --- a/aclservice/impl/pom.xml +++ b/aclservice/impl/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/aclservice/pom.xml b/aclservice/pom.xml index c36459d787..7340fe7709 100644 --- a/aclservice/pom.xml +++ b/aclservice/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netvirt aclservice - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} pom 4.0.0 diff --git a/aclservice/shell/pom.xml b/aclservice/shell/pom.xml index 62e4f1eb28..18764c1818 100644 --- a/aclservice/shell/pom.xml +++ b/aclservice/shell/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent @@ -45,7 +45,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt aclservice-impl - 0.10.0-SNAPSHOT + 0.10.0 diff --git a/alarm/impl/pom.xml b/alarm/impl/pom.xml index 165d078802..0acf0cf9b9 100644 --- a/alarm/impl/pom.xml +++ b/alarm/impl/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/alarm/pom.xml b/alarm/pom.xml index 7885151beb..bc7cc9396a 100644 --- a/alarm/pom.xml +++ b/alarm/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt alarm - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} pom 4.0.0 diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 2dab82c98f..145f5266a2 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt netvirt-artifacts - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} pom 4.0.0 diff --git a/bgpmanager/api/pom.xml b/bgpmanager/api/pom.xml index c097848f0e..c63c697e09 100644 --- a/bgpmanager/api/pom.xml +++ b/bgpmanager/api/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/bgpmanager/impl/pom.xml b/bgpmanager/impl/pom.xml index d67a05a3c2..dd9c86500b 100644 --- a/bgpmanager/impl/pom.xml +++ b/bgpmanager/impl/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/bgpmanager/pom.xml b/bgpmanager/pom.xml index a883048ab6..2315ffabd6 100644 --- a/bgpmanager/pom.xml +++ b/bgpmanager/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netvirt bgpmanager - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} pom 4.0.0 diff --git a/cache/impl/pom.xml b/cache/impl/pom.xml index d9dbafd692..317f84ce33 100644 --- a/cache/impl/pom.xml +++ b/cache/impl/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/cache/pom.xml b/cache/pom.xml index b7330c693d..37c0e764ba 100644 --- a/cache/pom.xml +++ b/cache/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt cache - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} pom 4.0.0 diff --git a/cloud-servicechain/api/pom.xml b/cloud-servicechain/api/pom.xml index 1e137eb650..ba69c0656b 100644 --- a/cloud-servicechain/api/pom.xml +++ b/cloud-servicechain/api/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/cloud-servicechain/impl/pom.xml b/cloud-servicechain/impl/pom.xml index 337692e5fd..e21ebc9118 100644 --- a/cloud-servicechain/impl/pom.xml +++ b/cloud-servicechain/impl/pom.xml @@ -9,7 +9,7 @@ org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/cloud-servicechain/pom.xml b/cloud-servicechain/pom.xml index 1e255f0649..fd53a692f5 100644 --- a/cloud-servicechain/pom.xml +++ b/cloud-servicechain/pom.xml @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netvirt cloud-servicechain - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} pom 4.0.0 diff --git a/commons/binding-parent/pom.xml b/commons/binding-parent/pom.xml index 0a2dc460b1..4965606371 100644 --- a/commons/binding-parent/pom.xml +++ b/commons/binding-parent/pom.xml @@ -19,18 +19,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent ODL :: netvirt :: ${project.artifactId} - 0.10.0-SNAPSHOT + 0.10.0 pom - 1.11.0-SNAPSHOT - 0.8.0-SNAPSHOT - 1.7.0-SNAPSHOT - 2013.07.15.16.0-SNAPSHOT - 0.14.0-SNAPSHOT - 0.10.0-SNAPSHOT - 1.10.0-SNAPSHOT - 0.5.0-SNAPSHOT + 1.11.0 + 0.8.0 + 1.7.0 + 2013.07.15.16.0 + 0.14.0 + 0.10.0 + 1.10.0 + 0.5.0 @@ -93,7 +93,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt checkstyle - 0.10.0-SNAPSHOT + 0.10.0 diff --git a/commons/checkstyle/pom.xml b/commons/checkstyle/pom.xml index cce55c1d7c..a3ea10d84d 100644 --- a/commons/checkstyle/pom.xml +++ b/commons/checkstyle/pom.xml @@ -18,6 +18,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netvirt checkstyle - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} diff --git a/commons/pom.xml b/commons/pom.xml index d579c3864e..4de05ac357 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netvirt commons - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} pom 4.0.0 diff --git a/dhcpservice/api/pom.xml b/dhcpservice/api/pom.xml index 901b07b4c3..bb3e4a84ba 100644 --- a/dhcpservice/api/pom.xml +++ b/dhcpservice/api/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/dhcpservice/impl/pom.xml b/dhcpservice/impl/pom.xml index 63dc9beb8d..c97029558e 100644 --- a/dhcpservice/impl/pom.xml +++ b/dhcpservice/impl/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/dhcpservice/pom.xml b/dhcpservice/pom.xml index 4cfc114fad..4bbde8552d 100644 --- a/dhcpservice/pom.xml +++ b/dhcpservice/pom.xml @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netvirt dhcpservice - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} pom 4.0.0 diff --git a/dhcpservice/shell/pom.xml b/dhcpservice/shell/pom.xml index ad2b703d3d..b489191b03 100644 --- a/dhcpservice/shell/pom.xml +++ b/dhcpservice/shell/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/elanmanager/api/pom.xml b/elanmanager/api/pom.xml index 607f05cb5a..4915c6b201 100644 --- a/elanmanager/api/pom.xml +++ b/elanmanager/api/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/elanmanager/impl/pom.xml b/elanmanager/impl/pom.xml index 6f814aa42b..93c733cd12 100644 --- a/elanmanager/impl/pom.xml +++ b/elanmanager/impl/pom.xml @@ -11,7 +11,7 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/elanmanager/pom.xml b/elanmanager/pom.xml index 30ce65bde1..3f3d1e6792 100644 --- a/elanmanager/pom.xml +++ b/elanmanager/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netvirt elanmanager - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} pom 4.0.0 diff --git a/features/netvirt-features/pom.xml b/features/netvirt-features/pom.xml index b42b6c0c5a..94e99f4e3c 100644 --- a/features/netvirt-features/pom.xml +++ b/features/netvirt-features/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.netvirt netvirt-features - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} feature 4.0.0 diff --git a/features/odl-netvirt-api/pom.xml b/features/odl-netvirt-api/pom.xml index d9c8282f87..4a057865c9 100644 --- a/features/odl-netvirt-api/pom.xml +++ b/features/odl-netvirt-api/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.netvirt odl-netvirt-api - 0.10.0-SNAPSHOT + 0.10.0 OpenDaylight :: NetVirt :: api feature 4.0.0 @@ -27,7 +27,7 @@ org.opendaylight.controller mdsal-artifacts - 1.11.0-SNAPSHOT + 1.11.0 import pom @@ -41,7 +41,7 @@ org.opendaylight.serviceutils serviceutils-artifacts - 0.5.0-SNAPSHOT + 0.5.0 pom import @@ -58,7 +58,7 @@ org.opendaylight.genius odl-genius-api - 0.8.0-SNAPSHOT + 0.8.0 xml features @@ -77,7 +77,7 @@ org.opendaylight.infrautils odl-infrautils-jobcoordinator - 1.7.0-SNAPSHOT + 1.7.0 xml features @@ -90,42 +90,42 @@ org.opendaylight.neutron odl-neutron-northbound-api - 0.14.0-SNAPSHOT + 0.14.0 xml features org.opendaylight.openflowplugin odl-openflowplugin-libraries - 0.10.0-SNAPSHOT + 0.10.0 xml features org.opendaylight.openflowplugin odl-openflowplugin-nsf-model - 0.10.0-SNAPSHOT + 0.10.0 xml features org.opendaylight.openflowplugin odl-openflowplugin-nxm-extensions - 0.10.0-SNAPSHOT + 0.10.0 xml features org.opendaylight.ovsdb odl-ovsdb-hwvtepsouthbound-api - 1.10.0-SNAPSHOT + 1.10.0 xml features org.opendaylight.ovsdb odl-ovsdb-southbound-api - 1.10.0-SNAPSHOT + 1.10.0 xml features diff --git a/features/odl-netvirt-impl/pom.xml b/features/odl-netvirt-impl/pom.xml index 3767ddf18a..103e0f220b 100644 --- a/features/odl-netvirt-impl/pom.xml +++ b/features/odl-netvirt-impl/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.netvirt odl-netvirt-impl - 0.10.0-SNAPSHOT + 0.10.0 OpenDaylight :: NetVirt :: impl feature 4.0.0 @@ -26,28 +26,28 @@ org.opendaylight.controller odl-mdsal-broker - 1.11.0-SNAPSHOT + 1.11.0 xml features org.opendaylight.genius odl-genius - 0.8.0-SNAPSHOT + 0.8.0 xml features org.opendaylight.infrautils odl-infrautils-inject - 1.7.0-SNAPSHOT + 1.7.0 xml features org.opendaylight.infrautils odl-infrautils-diagstatus - 1.7.0-SNAPSHOT + 1.7.0 xml features @@ -61,56 +61,56 @@ org.opendaylight.neutron odl-neutron-spi - 0.14.0-SNAPSHOT + 0.14.0 xml features org.opendaylight.openflowplugin odl-openflowplugin-southbound - 0.10.0-SNAPSHOT + 0.10.0 xml features org.opendaylight.openflowplugin odl-openflowplugin-app-forwardingrules-manager - 0.10.0-SNAPSHOT + 0.10.0 xml features org.opendaylight.openflowplugin odl-openflowplugin-app-reconciliation-framework - 0.10.0-SNAPSHOT + 0.10.0 xml features org.opendaylight.ovsdb odl-ovsdb-southbound-impl - 1.10.0-SNAPSHOT + 1.10.0 xml features org.opendaylight.ovsdb odl-ovsdb-hwvtepsouthbound - 1.10.0-SNAPSHOT + 1.10.0 xml features org.opendaylight.ovsdb odl-ovsdb-utils - 1.10.0-SNAPSHOT + 1.10.0 xml features org.opendaylight.infrautils odl-infrautils-metrics - 1.7.0-SNAPSHOT + 1.7.0 xml features diff --git a/features/odl-netvirt-openstack/pom.xml b/features/odl-netvirt-openstack/pom.xml index 28fb7ff264..530daa7042 100644 --- a/features/odl-netvirt-openstack/pom.xml +++ b/features/odl-netvirt-openstack/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.netvirt odl-netvirt-openstack - 0.10.0-SNAPSHOT + 0.10.0 OpenDaylight :: NetVirt :: OpenStack feature 4.0.0 @@ -33,14 +33,14 @@ org.opendaylight.neutron odl-neutron-service - 0.14.0-SNAPSHOT + 0.14.0 xml features org.opendaylight.netconf odl-restconf - 1.11.0-SNAPSHOT + 1.11.0 xml features diff --git a/features/pom.xml b/features/pom.xml index 299d47dc9a..d6f91ea2f4 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.netvirt features - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} pom 4.0.0 diff --git a/fibmanager/api/pom.xml b/fibmanager/api/pom.xml index 6d30d4213d..f8d52a8176 100644 --- a/fibmanager/api/pom.xml +++ b/fibmanager/api/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/fibmanager/impl/pom.xml b/fibmanager/impl/pom.xml index 7c3ee819ce..7359afd717 100644 --- a/fibmanager/impl/pom.xml +++ b/fibmanager/impl/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/fibmanager/pom.xml b/fibmanager/pom.xml index 2726385c89..050ad5c5a9 100644 --- a/fibmanager/pom.xml +++ b/fibmanager/pom.xml @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netvirt fibmanager - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} pom 4.0.0 diff --git a/fibmanager/shell/pom.xml b/fibmanager/shell/pom.xml index fb881bcf48..8379fa2bd9 100644 --- a/fibmanager/shell/pom.xml +++ b/fibmanager/shell/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/ipv6service/api/pom.xml b/ipv6service/api/pom.xml index dad88ef928..1ea9e5cd04 100644 --- a/ipv6service/api/pom.xml +++ b/ipv6service/api/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/ipv6service/impl/pom.xml b/ipv6service/impl/pom.xml index af258d159f..cca9fb1e6b 100644 --- a/ipv6service/impl/pom.xml +++ b/ipv6service/impl/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/ipv6service/pom.xml b/ipv6service/pom.xml index 60798d1245..48af901f71 100644 --- a/ipv6service/pom.xml +++ b/ipv6service/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netvirt ipv6service - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} pom 4.0.0 diff --git a/ipv6service/shell/pom.xml b/ipv6service/shell/pom.xml index 397d8b459a..7c37dcb2d1 100644 --- a/ipv6service/shell/pom.xml +++ b/ipv6service/shell/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent @@ -30,7 +30,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.infrautils infrautils-util - 1.7.0-SNAPSHOT + 1.7.0 ${project.groupId} diff --git a/karaf/pom.xml b/karaf/pom.xml index 4d3775c5c2..e2a2739ac6 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netvirt karaf - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} 4.0.0 @@ -59,7 +59,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> org.opendaylight.controller features-mdsal-trace - 1.11.0-SNAPSHOT + 1.11.0 features xml runtime @@ -69,7 +69,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.controller features-extras - 1.14.0-SNAPSHOT + 1.14.0 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.11.0-SNAPSHOT + 0.11.0 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.11.0-SNAPSHOT + 0.11.0 ${project.build.directory}/assembly/bin diff --git a/model-bgp/pom.xml b/model-bgp/pom.xml index 1821691fd6..8a6e128bd2 100644 --- a/model-bgp/pom.xml +++ b/model-bgp/pom.xml @@ -13,12 +13,12 @@ org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../commons/binding-parent model-bgp - 2013.07.15.16.0-SNAPSHOT + 2013.07.15.16.0 ODL :: netvirt :: ${project.artifactId} ${project.artifactId} bundle diff --git a/natservice/api/pom.xml b/natservice/api/pom.xml index ad39af1d02..2ec58f6533 100644 --- a/natservice/api/pom.xml +++ b/natservice/api/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent @@ -37,7 +37,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.genius mdsalutil-api - 0.8.0-SNAPSHOT + 0.8.0 diff --git a/natservice/impl/pom.xml b/natservice/impl/pom.xml index fd798c0607..b375bb4adf 100644 --- a/natservice/impl/pom.xml +++ b/natservice/impl/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/natservice/pom.xml b/natservice/pom.xml index 980c254201..a523efecdd 100644 --- a/natservice/pom.xml +++ b/natservice/pom.xml @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netvirt natservice - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} pom 4.0.0 diff --git a/neutronvpn/api/pom.xml b/neutronvpn/api/pom.xml index ad765b8610..3031f5a844 100644 --- a/neutronvpn/api/pom.xml +++ b/neutronvpn/api/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/neutronvpn/impl/pom.xml b/neutronvpn/impl/pom.xml index b0a4529412..ca64484836 100644 --- a/neutronvpn/impl/pom.xml +++ b/neutronvpn/impl/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/neutronvpn/pom.xml b/neutronvpn/pom.xml index 4e74d90e4f..514a771a05 100644 --- a/neutronvpn/pom.xml +++ b/neutronvpn/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt neutronvpn - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} pom 4.0.0 diff --git a/neutronvpn/shell/pom.xml b/neutronvpn/shell/pom.xml index 5c7cede362..1369c5d6ac 100644 --- a/neutronvpn/shell/pom.xml +++ b/neutronvpn/shell/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/policyservice/api/pom.xml b/policyservice/api/pom.xml index fc1b733dcd..31f70b1bec 100644 --- a/policyservice/api/pom.xml +++ b/policyservice/api/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/policyservice/impl/pom.xml b/policyservice/impl/pom.xml index 300a83da78..1b8a965fe0 100644 --- a/policyservice/impl/pom.xml +++ b/policyservice/impl/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/policyservice/pom.xml b/policyservice/pom.xml index 7537d54866..df651bec57 100644 --- a/policyservice/pom.xml +++ b/policyservice/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netvirt policyservice - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} pom 4.0.0 diff --git a/pom.xml b/pom.xml index a4c684d60f..b916c9bc39 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt netvirt-aggregator - 0.10.0-SNAPSHOT + 0.10.0 netvirt pom 4.0.0 diff --git a/qosservice/api/pom.xml b/qosservice/api/pom.xml index d8b55fddf1..a9ce6da6b3 100644 --- a/qosservice/api/pom.xml +++ b/qosservice/api/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/qosservice/impl/pom.xml b/qosservice/impl/pom.xml index 31f2e7d2b1..11c2a70e98 100644 --- a/qosservice/impl/pom.xml +++ b/qosservice/impl/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/qosservice/pom.xml b/qosservice/pom.xml index a6f7ade5af..a8da697788 100644 --- a/qosservice/pom.xml +++ b/qosservice/pom.xml @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netvirt qosservice - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} pom 4.0.0 diff --git a/statemanager/impl/pom.xml b/statemanager/impl/pom.xml index ad561c5792..f1703f5018 100644 --- a/statemanager/impl/pom.xml +++ b/statemanager/impl/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/statemanager/pom.xml b/statemanager/pom.xml index 740268776d..d883fee3fa 100644 --- a/statemanager/pom.xml +++ b/statemanager/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netvirt statemanager - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} pom 4.0.0 diff --git a/statistics/api/pom.xml b/statistics/api/pom.xml index a32c5db3b6..2426f00e94 100644 --- a/statistics/api/pom.xml +++ b/statistics/api/pom.xml @@ -11,7 +11,7 @@ at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/statistics/impl/pom.xml b/statistics/impl/pom.xml index 155cf01850..b60907e952 100644 --- a/statistics/impl/pom.xml +++ b/statistics/impl/pom.xml @@ -11,7 +11,7 @@ at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/statistics/pom.xml b/statistics/pom.xml index c6571fb92b..a362c342e4 100644 --- a/statistics/pom.xml +++ b/statistics/pom.xml @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netvirt statistics - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} pom 4.0.0 diff --git a/vpnmanager/api/pom.xml b/vpnmanager/api/pom.xml index 1f81f4cc4d..0222fdb117 100644 --- a/vpnmanager/api/pom.xml +++ b/vpnmanager/api/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/vpnmanager/impl/pom.xml b/vpnmanager/impl/pom.xml index 292719c7b2..9b3ec5320c 100644 --- a/vpnmanager/impl/pom.xml +++ b/vpnmanager/impl/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent diff --git a/vpnmanager/pom.xml b/vpnmanager/pom.xml index feae6eb744..59db5fce8b 100644 --- a/vpnmanager/pom.xml +++ b/vpnmanager/pom.xml @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netvirt vpnmanager - 0.10.0-SNAPSHOT + 0.10.0 ODL :: netvirt :: ${project.artifactId} pom 4.0.0 diff --git a/vpnmanager/shell/pom.xml b/vpnmanager/shell/pom.xml index 26b5f738b2..345b0cbc29 100644 --- a/vpnmanager/shell/pom.xml +++ b/vpnmanager/shell/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt binding-parent - 0.10.0-SNAPSHOT + 0.10.0 ../../commons/binding-parent -- 2.36.6