From 19eed2cb09f607a77c8a84bb2a4935ab9c683078 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Mon, 26 Feb 2018 17:41:45 +1000 Subject: [PATCH] Bump versions by x.(y+1).z for next dev cycle Change-Id: Ib83c016ca4bdfc87da9ab847c874afe29a9a710a Signed-off-by: Anil Belur --- applications/bulk-o-matic/pom.xml | 2 +- applications/forwardingrules-manager/pom.xml | 4 ++-- applications/forwardingrules-sync/pom.xml | 2 +- applications/lldp-speaker/pom.xml | 2 +- applications/notification-supplier/pom.xml | 2 +- applications/of-switch-config-pusher/pom.xml | 2 +- applications/pom.xml | 2 +- applications/reconciliation-framework/pom.xml | 2 +- applications/southbound-cli/pom.xml | 2 +- applications/table-miss-enforcer/pom.xml | 2 +- applications/topology-lldp-discovery/pom.xml | 4 ++-- applications/topology-manager/pom.xml | 4 ++-- artifacts/pom.xml | 2 +- distribution/karaf/pom.xml | 4 ++-- drop-test-karaf/pom.xml | 2 +- .../features-openflowplugin-extension/pom.xml | 2 +- .../odl-openflowplugin-nxm-extensions/pom.xml | 2 +- .../odl-openflowplugin-onf-extensions/pom.xml | 2 +- extension/features-extension-aggregator/pom.xml | 2 +- extension/openflowjava-extension-nicira-api/pom.xml | 2 +- extension/openflowjava-extension-nicira/pom.xml | 2 +- extension/openflowplugin-extension-api/pom.xml | 2 +- extension/openflowplugin-extension-nicira/pom.xml | 2 +- extension/openflowplugin-extension-onf/pom.xml | 2 +- extension/pom.xml | 2 +- extension/test-extension/pom.xml | 2 +- features-aggregator/features-openflowplugin/pom.xml | 2 +- .../odl-openflowplugin-app-bulk-o-matic/pom.xml | 2 +- .../odl-openflowplugin-app-config-pusher/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../odl-openflowplugin-app-notifications/pom.xml | 2 +- .../pom.xml | 2 +- .../odl-openflowplugin-app-southbound-cli/pom.xml | 2 +- .../odl-openflowplugin-app-table-miss-enforcer/pom.xml | 2 +- .../odl-openflowplugin-app-topology/pom.xml | 2 +- .../odl-openflowplugin-drop-test/pom.xml | 2 +- .../odl-openflowplugin-flow-services-rest/pom.xml | 4 ++-- .../odl-openflowplugin-flow-services/pom.xml | 2 +- .../odl-openflowplugin-libraries/pom.xml | 2 +- .../odl-openflowplugin-nsf-model/pom.xml | 6 +++--- .../odl-openflowplugin-southbound/pom.xml | 8 ++++---- features-aggregator/pom.xml | 2 +- libraries/liblldp/pom.xml | 2 +- libraries/pom.xml | 2 +- model/model-flow-base/pom.xml | 2 +- model/model-flow-service/pom.xml | 2 +- model/model-flow-statistics/pom.xml | 2 +- model/pom.xml | 2 +- .../features-openflowjava/pom.xml | 2 +- .../odl-openflowjava-protocol/pom.xml | 6 +++--- openflowjava/features-openflowjava-aggregator/pom.xml | 2 +- openflowjava/openflow-protocol-api/pom.xml | 4 ++-- openflowjava/openflow-protocol-impl/pom.xml | 2 +- openflowjava/openflow-protocol-it/pom.xml | 2 +- openflowjava/openflow-protocol-spi/pom.xml | 2 +- openflowjava/openflowjava-blueprint-config/pom.xml | 2 +- openflowjava/openflowjava-util/pom.xml | 2 +- openflowjava/pom.xml | 2 +- openflowplugin-api/pom.xml | 2 +- openflowplugin-blueprint-config/pom.xml | 2 +- openflowplugin-common/pom.xml | 2 +- openflowplugin-impl/pom.xml | 2 +- openflowplugin-it/pom.xml | 2 +- openflowplugin/pom.xml | 2 +- parent/pom.xml | 10 +++++----- pom.xml | 4 ++-- samples/learning-switch/pom.xml | 2 +- samples/pom.xml | 2 +- samples/sample-bundles/pom.xml | 2 +- samples/sample-consumer/pom.xml | 2 +- samples/simple-client/pom.xml | 2 +- test-common/pom.xml | 2 +- test-provider/pom.xml | 2 +- 74 files changed, 92 insertions(+), 92 deletions(-) diff --git a/applications/bulk-o-matic/pom.xml b/applications/bulk-o-matic/pom.xml index ddd3a7c07b..9cb413d972 100644 --- a/applications/bulk-o-matic/pom.xml +++ b/applications/bulk-o-matic/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin applications - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.openflowplugin.applications bulk-o-matic diff --git a/applications/forwardingrules-manager/pom.xml b/applications/forwardingrules-manager/pom.xml index 7308673852..8bf861d8a1 100644 --- a/applications/forwardingrules-manager/pom.xml +++ b/applications/forwardingrules-manager/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin applications - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.openflowplugin.applications forwardingrules-manager @@ -43,7 +43,7 @@ org.opendaylight.openflowplugin.applications reconciliation-framework - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT junit diff --git a/applications/forwardingrules-sync/pom.xml b/applications/forwardingrules-sync/pom.xml index ba636dd3d8..5dc25a29b6 100644 --- a/applications/forwardingrules-sync/pom.xml +++ b/applications/forwardingrules-sync/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin applications - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.openflowplugin.applications forwardingrules-sync diff --git a/applications/lldp-speaker/pom.xml b/applications/lldp-speaker/pom.xml index 281d6b1015..d0650295a1 100644 --- a/applications/lldp-speaker/pom.xml +++ b/applications/lldp-speaker/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin applications - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.openflowplugin.applications lldp-speaker diff --git a/applications/notification-supplier/pom.xml b/applications/notification-supplier/pom.xml index 1c17367dad..5658935a81 100644 --- a/applications/notification-supplier/pom.xml +++ b/applications/notification-supplier/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin applications - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.openflowplugin.applications notification-supplier diff --git a/applications/of-switch-config-pusher/pom.xml b/applications/of-switch-config-pusher/pom.xml index 8451968a54..4a15f7b442 100644 --- a/applications/of-switch-config-pusher/pom.xml +++ b/applications/of-switch-config-pusher/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin applications - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.openflowplugin.applications of-switch-config-pusher diff --git a/applications/pom.xml b/applications/pom.xml index aa80e13611..576b3697a3 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent diff --git a/applications/reconciliation-framework/pom.xml b/applications/reconciliation-framework/pom.xml index a592a80604..b0ab8f5f56 100644 --- a/applications/reconciliation-framework/pom.xml +++ b/applications/reconciliation-framework/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin applications - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.openflowplugin.applications reconciliation-framework diff --git a/applications/southbound-cli/pom.xml b/applications/southbound-cli/pom.xml index f458a1ba83..4973cfebe6 100644 --- a/applications/southbound-cli/pom.xml +++ b/applications/southbound-cli/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin applications - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.openflowplugin.applications southbound-cli diff --git a/applications/table-miss-enforcer/pom.xml b/applications/table-miss-enforcer/pom.xml index 6dba8a7aad..1274f046c6 100644 --- a/applications/table-miss-enforcer/pom.xml +++ b/applications/table-miss-enforcer/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin applications - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.openflowplugin.applications table-miss-enforcer diff --git a/applications/topology-lldp-discovery/pom.xml b/applications/topology-lldp-discovery/pom.xml index 1a9cf9ab02..1b46e0d45a 100644 --- a/applications/topology-lldp-discovery/pom.xml +++ b/applications/topology-lldp-discovery/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../parent org.opendaylight.openflowplugin.applications topology-lldp-discovery - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT bundle diff --git a/applications/topology-manager/pom.xml b/applications/topology-manager/pom.xml index 257562a575..763cc68e77 100644 --- a/applications/topology-manager/pom.xml +++ b/applications/topology-manager/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../parent org.opendaylight.openflowplugin.applications topology-manager - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT bundle diff --git a/artifacts/pom.xml b/artifacts/pom.xml index ac820dfc18..a7d209d3bd 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.openflowplugin openflowplugin-artifacts - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT pom diff --git a/distribution/karaf/pom.xml b/distribution/karaf/pom.xml index f4aba67b5e..622e689780 100644 --- a/distribution/karaf/pom.xml +++ b/distribution/karaf/pom.xml @@ -8,11 +8,11 @@ org.opendaylight.openflowplugin openflowplugin-karaf - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT pom - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT diff --git a/drop-test-karaf/pom.xml b/drop-test-karaf/pom.xml index f8bf587c7d..551dd5e1c8 100644 --- a/drop-test-karaf/pom.xml +++ b/drop-test-karaf/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent drop-test-karaf diff --git a/extension/features-extension-aggregator/features-openflowplugin-extension/pom.xml b/extension/features-extension-aggregator/features-openflowplugin-extension/pom.xml index 4cff693461..7455b577e9 100644 --- a/extension/features-extension-aggregator/features-openflowplugin-extension/pom.xml +++ b/extension/features-extension-aggregator/features-openflowplugin-extension/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin features-openflowplugin-extension feature - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT diff --git a/extension/features-extension-aggregator/odl-openflowplugin-nxm-extensions/pom.xml b/extension/features-extension-aggregator/odl-openflowplugin-nxm-extensions/pom.xml index dd8f9d0230..7f46499998 100644 --- a/extension/features-extension-aggregator/odl-openflowplugin-nxm-extensions/pom.xml +++ b/extension/features-extension-aggregator/odl-openflowplugin-nxm-extensions/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-nxm-extensions feature - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Nicira Extensions diff --git a/extension/features-extension-aggregator/odl-openflowplugin-onf-extensions/pom.xml b/extension/features-extension-aggregator/odl-openflowplugin-onf-extensions/pom.xml index cc6d90cc67..57821c3c5c 100644 --- a/extension/features-extension-aggregator/odl-openflowplugin-onf-extensions/pom.xml +++ b/extension/features-extension-aggregator/odl-openflowplugin-onf-extensions/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-onf-extensions feature - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: ONF Extensions diff --git a/extension/features-extension-aggregator/pom.xml b/extension/features-extension-aggregator/pom.xml index 8174c186b1..c4de5f021d 100644 --- a/extension/features-extension-aggregator/pom.xml +++ b/extension/features-extension-aggregator/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.openflowplugin features-extension-aggregator pom - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT features-openflowplugin-extension diff --git a/extension/openflowjava-extension-nicira-api/pom.xml b/extension/openflowjava-extension-nicira-api/pom.xml index 2313c246e2..705022d10e 100644 --- a/extension/openflowjava-extension-nicira-api/pom.xml +++ b/extension/openflowjava-extension-nicira-api/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin openflowplugin-extension-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ openflowjava-extension-nicira-api diff --git a/extension/openflowjava-extension-nicira/pom.xml b/extension/openflowjava-extension-nicira/pom.xml index a36d8cb75c..7b85a04ba3 100644 --- a/extension/openflowjava-extension-nicira/pom.xml +++ b/extension/openflowjava-extension-nicira/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-extension-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ openflowjava-extension-nicira diff --git a/extension/openflowplugin-extension-api/pom.xml b/extension/openflowplugin-extension-api/pom.xml index 97739a9d40..4d95064e4c 100644 --- a/extension/openflowplugin-extension-api/pom.xml +++ b/extension/openflowplugin-extension-api/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin openflowplugin-extension-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ diff --git a/extension/openflowplugin-extension-nicira/pom.xml b/extension/openflowplugin-extension-nicira/pom.xml index 38e6c1f977..a14160812d 100644 --- a/extension/openflowplugin-extension-nicira/pom.xml +++ b/extension/openflowplugin-extension-nicira/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-extension-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ diff --git a/extension/openflowplugin-extension-onf/pom.xml b/extension/openflowplugin-extension-onf/pom.xml index 5a7450eac6..9a44bc1b3c 100644 --- a/extension/openflowplugin-extension-onf/pom.xml +++ b/extension/openflowplugin-extension-onf/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin openflowplugin-extension-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ diff --git a/extension/pom.xml b/extension/pom.xml index 72c26b69b0..db94793097 100644 --- a/extension/pom.xml +++ b/extension/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent diff --git a/extension/test-extension/pom.xml b/extension/test-extension/pom.xml index 190ea88f3a..85f9e9bbbd 100644 --- a/extension/test-extension/pom.xml +++ b/extension/test-extension/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-extension-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ test-extension diff --git a/features-aggregator/features-openflowplugin/pom.xml b/features-aggregator/features-openflowplugin/pom.xml index 704f827f24..eded748cc7 100644 --- a/features-aggregator/features-openflowplugin/pom.xml +++ b/features-aggregator/features-openflowplugin/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin features-openflowplugin feature - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT diff --git a/features-aggregator/odl-openflowplugin-app-bulk-o-matic/pom.xml b/features-aggregator/odl-openflowplugin-app-bulk-o-matic/pom.xml index 90cbe1ddc9..9a148c53b5 100644 --- a/features-aggregator/odl-openflowplugin-app-bulk-o-matic/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-bulk-o-matic/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-bulk-o-matic feature - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Application - bulk flow operations support diff --git a/features-aggregator/odl-openflowplugin-app-config-pusher/pom.xml b/features-aggregator/odl-openflowplugin-app-config-pusher/pom.xml index e589a4952b..8ba987bc45 100644 --- a/features-aggregator/odl-openflowplugin-app-config-pusher/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-config-pusher/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-config-pusher feature - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Application - default config-pusher diff --git a/features-aggregator/odl-openflowplugin-app-forwardingrules-manager/pom.xml b/features-aggregator/odl-openflowplugin-app-forwardingrules-manager/pom.xml index 8fa1c7739d..fdec4c7311 100644 --- a/features-aggregator/odl-openflowplugin-app-forwardingrules-manager/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-forwardingrules-manager/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-forwardingrules-manager feature - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Application - FRM diff --git a/features-aggregator/odl-openflowplugin-app-forwardingrules-sync/pom.xml b/features-aggregator/odl-openflowplugin-app-forwardingrules-sync/pom.xml index 914c4adfab..513fdcdd57 100644 --- a/features-aggregator/odl-openflowplugin-app-forwardingrules-sync/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-forwardingrules-sync/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-forwardingrules-sync feature - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Application - FRS diff --git a/features-aggregator/odl-openflowplugin-app-notifications/pom.xml b/features-aggregator/odl-openflowplugin-app-notifications/pom.xml index b8f9edcb4a..451049059f 100644 --- a/features-aggregator/odl-openflowplugin-app-notifications/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-notifications/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-notifications feature - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Application - notifications supplier diff --git a/features-aggregator/odl-openflowplugin-app-reconciliation-framework/pom.xml b/features-aggregator/odl-openflowplugin-app-reconciliation-framework/pom.xml index 38685f985b..e9a59a8cec 100644 --- a/features-aggregator/odl-openflowplugin-app-reconciliation-framework/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-reconciliation-framework/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-reconciliation-framework feature -0.6.0-SNAPSHOT +0.7.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Application - Reconciliation Framework diff --git a/features-aggregator/odl-openflowplugin-app-southbound-cli/pom.xml b/features-aggregator/odl-openflowplugin-app-southbound-cli/pom.xml index f2553efe03..04618b71bd 100644 --- a/features-aggregator/odl-openflowplugin-app-southbound-cli/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-southbound-cli/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-southbound-cli feature - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Application - Southbound CLI diff --git a/features-aggregator/odl-openflowplugin-app-table-miss-enforcer/pom.xml b/features-aggregator/odl-openflowplugin-app-table-miss-enforcer/pom.xml index 03e1ae0215..9726614aff 100644 --- a/features-aggregator/odl-openflowplugin-app-table-miss-enforcer/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-table-miss-enforcer/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-table-miss-enforcer feature - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Application - table-miss-enforcer diff --git a/features-aggregator/odl-openflowplugin-app-topology/pom.xml b/features-aggregator/odl-openflowplugin-app-topology/pom.xml index 4d4008b13e..ea0020e177 100644 --- a/features-aggregator/odl-openflowplugin-app-topology/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-topology/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-topology feature - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Application - topology diff --git a/features-aggregator/odl-openflowplugin-drop-test/pom.xml b/features-aggregator/odl-openflowplugin-drop-test/pom.xml index c5d5377d51..2101e94d7d 100644 --- a/features-aggregator/odl-openflowplugin-drop-test/pom.xml +++ b/features-aggregator/odl-openflowplugin-drop-test/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-drop-test feature - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Drop Test diff --git a/features-aggregator/odl-openflowplugin-flow-services-rest/pom.xml b/features-aggregator/odl-openflowplugin-flow-services-rest/pom.xml index 8c0b9b0859..c9166d70b2 100644 --- a/features-aggregator/odl-openflowplugin-flow-services-rest/pom.xml +++ b/features-aggregator/odl-openflowplugin-flow-services-rest/pom.xml @@ -12,12 +12,12 @@ org.opendaylight.openflowplugin odl-openflowplugin-flow-services-rest feature - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Flow Services :: REST - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT diff --git a/features-aggregator/odl-openflowplugin-flow-services/pom.xml b/features-aggregator/odl-openflowplugin-flow-services/pom.xml index 645fcfb3cc..9d67009a74 100644 --- a/features-aggregator/odl-openflowplugin-flow-services/pom.xml +++ b/features-aggregator/odl-openflowplugin-flow-services/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-flow-services feature - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Flow Services diff --git a/features-aggregator/odl-openflowplugin-libraries/pom.xml b/features-aggregator/odl-openflowplugin-libraries/pom.xml index 4404b667d9..25d8497337 100644 --- a/features-aggregator/odl-openflowplugin-libraries/pom.xml +++ b/features-aggregator/odl-openflowplugin-libraries/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-libraries feature - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Libraries diff --git a/features-aggregator/odl-openflowplugin-nsf-model/pom.xml b/features-aggregator/odl-openflowplugin-nsf-model/pom.xml index 58c307603d..468552f388 100644 --- a/features-aggregator/odl-openflowplugin-nsf-model/pom.xml +++ b/features-aggregator/odl-openflowplugin-nsf-model/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.openflowplugin odl-openflowplugin-nsf-model feature - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT OpenDaylight :: OpenflowPlugin :: NSF :: Model - 1.7.0-SNAPSHOT - 0.12.0-SNAPSHOT + 1.8.0-SNAPSHOT + 0.13.0-SNAPSHOT diff --git a/features-aggregator/odl-openflowplugin-southbound/pom.xml b/features-aggregator/odl-openflowplugin-southbound/pom.xml index e11db99dad..08bb54d888 100644 --- a/features-aggregator/odl-openflowplugin-southbound/pom.xml +++ b/features-aggregator/odl-openflowplugin-southbound/pom.xml @@ -12,14 +12,14 @@ org.opendaylight.openflowplugin odl-openflowplugin-southbound feature - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Li southbound API implementation - 1.7.0-SNAPSHOT - 0.14.0-SNAPSHOT - 1.3.0-SNAPSHOT + 1.8.0-SNAPSHOT + 0.15.0-SNAPSHOT + 1.4.0-SNAPSHOT diff --git a/features-aggregator/pom.xml b/features-aggregator/pom.xml index 26369a0191..db04618448 100644 --- a/features-aggregator/pom.xml +++ b/features-aggregator/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin features-aggregator pom - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT features-openflowplugin diff --git a/libraries/liblldp/pom.xml b/libraries/liblldp/pom.xml index 136cd72f08..57c56f266c 100644 --- a/libraries/liblldp/pom.xml +++ b/libraries/liblldp/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin libraries - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.openflowplugin.libraries diff --git a/libraries/pom.xml b/libraries/pom.xml index d4cc9ec15f..4f317687c4 100644 --- a/libraries/pom.xml +++ b/libraries/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent diff --git a/model/model-flow-base/pom.xml b/model/model-flow-base/pom.xml index ea3cebf199..2d94d63f5a 100644 --- a/model/model-flow-base/pom.xml +++ b/model/model-flow-base/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin.model model-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT model-flow-base bundle diff --git a/model/model-flow-service/pom.xml b/model/model-flow-service/pom.xml index 04be248b7b..41998a6086 100644 --- a/model/model-flow-service/pom.xml +++ b/model/model-flow-service/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin.model model-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT model-flow-service bundle diff --git a/model/model-flow-statistics/pom.xml b/model/model-flow-statistics/pom.xml index 9dd2f1ae56..33cbf41e2f 100644 --- a/model/model-flow-statistics/pom.xml +++ b/model/model-flow-statistics/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin.model model-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT model-flow-statistics bundle diff --git a/model/pom.xml b/model/pom.xml index c66ba751e2..ca6f7869db 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent org.opendaylight.openflowplugin.model diff --git a/openflowjava/features-openflowjava-aggregator/features-openflowjava/pom.xml b/openflowjava/features-openflowjava-aggregator/features-openflowjava/pom.xml index 3cc1b261c4..4860bed783 100644 --- a/openflowjava/features-openflowjava-aggregator/features-openflowjava/pom.xml +++ b/openflowjava/features-openflowjava-aggregator/features-openflowjava/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.openflowplugin.openflowjava features-openflowjava - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature diff --git a/openflowjava/features-openflowjava-aggregator/odl-openflowjava-protocol/pom.xml b/openflowjava/features-openflowjava-aggregator/odl-openflowjava-protocol/pom.xml index e09ae90184..8986f2300b 100644 --- a/openflowjava/features-openflowjava-aggregator/odl-openflowjava-protocol/pom.xml +++ b/openflowjava/features-openflowjava-aggregator/odl-openflowjava-protocol/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.openflowplugin.openflowjava odl-openflowjava-protocol - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature diff --git a/openflowjava/openflow-protocol-api/pom.xml b/openflowjava/openflow-protocol-api/pom.xml index 15434be6ab..a5701a8ad3 100644 --- a/openflowjava/openflow-protocol-api/pom.xml +++ b/openflowjava/openflow-protocol-api/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../parent org.opendaylight.openflowplugin.openflowjava openflow-protocol-api - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT bundle diff --git a/openflowjava/openflow-protocol-impl/pom.xml b/openflowjava/openflow-protocol-impl/pom.xml index 22bfca2c27..6b10dc7dfb 100644 --- a/openflowjava/openflow-protocol-impl/pom.xml +++ b/openflowjava/openflow-protocol-impl/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.openflowplugin.openflowjava openflowjava-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ openflow-protocol-impl diff --git a/openflowjava/openflow-protocol-it/pom.xml b/openflowjava/openflow-protocol-it/pom.xml index f8922bfdc8..d424c98412 100644 --- a/openflowjava/openflow-protocol-it/pom.xml +++ b/openflowjava/openflow-protocol-it/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.openflowplugin.openflowjava openflowjava-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ openflow-protocol-it diff --git a/openflowjava/openflow-protocol-spi/pom.xml b/openflowjava/openflow-protocol-spi/pom.xml index 6355b791ff..21a2ab05b8 100644 --- a/openflowjava/openflow-protocol-spi/pom.xml +++ b/openflowjava/openflow-protocol-spi/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.openflowplugin.openflowjava openflowjava-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ openflow-protocol-spi diff --git a/openflowjava/openflowjava-blueprint-config/pom.xml b/openflowjava/openflowjava-blueprint-config/pom.xml index 92e1fb5e48..be1448c541 100644 --- a/openflowjava/openflowjava-blueprint-config/pom.xml +++ b/openflowjava/openflowjava-blueprint-config/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin.openflowjava openflowjava-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ openflowjava-blueprint-config diff --git a/openflowjava/openflowjava-util/pom.xml b/openflowjava/openflowjava-util/pom.xml index 0ee22cc66f..76234274ad 100644 --- a/openflowjava/openflowjava-util/pom.xml +++ b/openflowjava/openflowjava-util/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin.openflowjava openflowjava-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ bundle diff --git a/openflowjava/pom.xml b/openflowjava/pom.xml index b185f0cf5c..ace82521a0 100644 --- a/openflowjava/pom.xml +++ b/openflowjava/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent diff --git a/openflowplugin-api/pom.xml b/openflowplugin-api/pom.xml index f0121e4280..5993c647c8 100644 --- a/openflowplugin-api/pom.xml +++ b/openflowplugin-api/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent diff --git a/openflowplugin-blueprint-config/pom.xml b/openflowplugin-blueprint-config/pom.xml index 6ef37a7231..1d1da72a68 100644 --- a/openflowplugin-blueprint-config/pom.xml +++ b/openflowplugin-blueprint-config/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent diff --git a/openflowplugin-common/pom.xml b/openflowplugin-common/pom.xml index ff2dc3c866..1764fcbbe9 100644 --- a/openflowplugin-common/pom.xml +++ b/openflowplugin-common/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent diff --git a/openflowplugin-impl/pom.xml b/openflowplugin-impl/pom.xml index 6462450459..f785e83ca0 100644 --- a/openflowplugin-impl/pom.xml +++ b/openflowplugin-impl/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent diff --git a/openflowplugin-it/pom.xml b/openflowplugin-it/pom.xml index 7367d57f2a..ca5116112c 100644 --- a/openflowplugin-it/pom.xml +++ b/openflowplugin-it/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent diff --git a/openflowplugin/pom.xml b/openflowplugin/pom.xml index 23a3a63f92..28fed0ca99 100644 --- a/openflowplugin/pom.xml +++ b/openflowplugin/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent diff --git a/parent/pom.xml b/parent/pom.xml index 85f4cf0c87..fd1617b898 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -12,14 +12,14 @@ org.opendaylight.mdsal binding-parent - 0.12.0-SNAPSHOT + 0.13.0-SNAPSHOT 4.0.0 org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT pom @@ -32,7 +32,7 @@ utf-8 0000.0002.0053.0 - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT @@ -47,14 +47,14 @@ org.opendaylight.controller mdsal-artifacts - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT pom import org.opendaylight.controller liblldp - 0.14.0-SNAPSHOT + 0.15.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index dad8ad896e..f96ddf0824 100644 --- a/pom.xml +++ b/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT parent openflowplugin-aggregator - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT openflowplugin pom diff --git a/samples/learning-switch/pom.xml b/samples/learning-switch/pom.xml index 786caf9300..fb18e494e1 100644 --- a/samples/learning-switch/pom.xml +++ b/samples/learning-switch/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../parent diff --git a/samples/pom.xml b/samples/pom.xml index cf63b541a6..e3b240a389 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent diff --git a/samples/sample-bundles/pom.xml b/samples/sample-bundles/pom.xml index 915f40b296..613bc18655 100644 --- a/samples/sample-bundles/pom.xml +++ b/samples/sample-bundles/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../parent diff --git a/samples/sample-consumer/pom.xml b/samples/sample-consumer/pom.xml index a77dc9d342..f0af1c2a59 100644 --- a/samples/sample-consumer/pom.xml +++ b/samples/sample-consumer/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../parent diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index 5def17b3ce..4601316989 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../parent diff --git a/test-common/pom.xml b/test-common/pom.xml index 47e7cc09f1..98fbd37f6e 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent test-common diff --git a/test-provider/pom.xml b/test-provider/pom.xml index e1faadf09c..bff5d332b4 100644 --- a/test-provider/pom.xml +++ b/test-provider/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent test-provider -- 2.36.6