From e67316dc9117f18555ba9fa66bd96344514d11fb Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Thu, 9 Aug 2018 18:10:15 +0530 Subject: [PATCH] Bump versions by x.(y+1).z for next dev cycle Change-Id: If8f45f7b0838ad8572e0c2da72452fb226d6d3be Signed-off-by: Anil Belur --- applications/arbitratorreconciliation/api/pom.xml | 2 +- applications/arbitratorreconciliation/impl/pom.xml | 2 +- applications/arbitratorreconciliation/pom.xml | 2 +- applications/bulk-o-matic/pom.xml | 2 +- applications/device-ownership-service/pom.xml | 2 +- applications/forwardingrules-manager/pom.xml | 2 +- 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 +- .../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-lldp-speaker/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 +- .../pom.xml | 2 +- .../odl-openflowplugin-app-topology-manager/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 | 10 +++++----- 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 | 4 ++-- 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 +- 82 files changed, 99 insertions(+), 99 deletions(-) diff --git a/applications/arbitratorreconciliation/api/pom.xml b/applications/arbitratorreconciliation/api/pom.xml index 8d68cf820e..be36b8c671 100644 --- a/applications/arbitratorreconciliation/api/pom.xml +++ b/applications/arbitratorreconciliation/api/pom.xml @@ -5,7 +5,7 @@ applications org.opendaylight.openflowplugin - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../.. 4.0.0 diff --git a/applications/arbitratorreconciliation/impl/pom.xml b/applications/arbitratorreconciliation/impl/pom.xml index 4be5d5a772..35bac9f93c 100644 --- a/applications/arbitratorreconciliation/impl/pom.xml +++ b/applications/arbitratorreconciliation/impl/pom.xml @@ -5,7 +5,7 @@ applications org.opendaylight.openflowplugin - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../.. 4.0.0 diff --git a/applications/arbitratorreconciliation/pom.xml b/applications/arbitratorreconciliation/pom.xml index 72dc048820..b42138fb3c 100644 --- a/applications/arbitratorreconciliation/pom.xml +++ b/applications/arbitratorreconciliation/pom.xml @@ -5,7 +5,7 @@ applications org.opendaylight.openflowplugin - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT 4.0.0 diff --git a/applications/bulk-o-matic/pom.xml b/applications/bulk-o-matic/pom.xml index 6779f2459f..90bf9b2b01 100644 --- a/applications/bulk-o-matic/pom.xml +++ b/applications/bulk-o-matic/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin applications - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT org.opendaylight.openflowplugin.applications bulk-o-matic diff --git a/applications/device-ownership-service/pom.xml b/applications/device-ownership-service/pom.xml index 3382c9c43b..7c37972e17 100644 --- a/applications/device-ownership-service/pom.xml +++ b/applications/device-ownership-service/pom.xml @@ -5,7 +5,7 @@ applications org.opendaylight.openflowplugin - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT 4.0.0 diff --git a/applications/forwardingrules-manager/pom.xml b/applications/forwardingrules-manager/pom.xml index 0ccebba111..57f253a0cb 100644 --- a/applications/forwardingrules-manager/pom.xml +++ b/applications/forwardingrules-manager/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin applications - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT org.opendaylight.openflowplugin.applications forwardingrules-manager diff --git a/applications/forwardingrules-sync/pom.xml b/applications/forwardingrules-sync/pom.xml index 3f298c95e0..2af0abca8f 100644 --- a/applications/forwardingrules-sync/pom.xml +++ b/applications/forwardingrules-sync/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin applications - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT org.opendaylight.openflowplugin.applications forwardingrules-sync diff --git a/applications/lldp-speaker/pom.xml b/applications/lldp-speaker/pom.xml index 30250cd122..49b35bdb0b 100644 --- a/applications/lldp-speaker/pom.xml +++ b/applications/lldp-speaker/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin applications - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT org.opendaylight.openflowplugin.applications lldp-speaker diff --git a/applications/notification-supplier/pom.xml b/applications/notification-supplier/pom.xml index 9b23bbcfd9..4c15d47ae3 100644 --- a/applications/notification-supplier/pom.xml +++ b/applications/notification-supplier/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin applications - 0.7.0-SNAPSHOT + 0.8.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 8e3b39ac05..86eb8d5202 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.7.0-SNAPSHOT + 0.8.0-SNAPSHOT org.opendaylight.openflowplugin.applications of-switch-config-pusher diff --git a/applications/pom.xml b/applications/pom.xml index 0580c511ab..da73ea3eee 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../parent diff --git a/applications/reconciliation-framework/pom.xml b/applications/reconciliation-framework/pom.xml index 0ddba914a5..396f967037 100644 --- a/applications/reconciliation-framework/pom.xml +++ b/applications/reconciliation-framework/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin applications - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT org.opendaylight.openflowplugin.applications reconciliation-framework diff --git a/applications/southbound-cli/pom.xml b/applications/southbound-cli/pom.xml index bb29493fa7..a531a35c59 100644 --- a/applications/southbound-cli/pom.xml +++ b/applications/southbound-cli/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin applications - 0.7.0-SNAPSHOT + 0.8.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 a9353b7814..8d11717481 100644 --- a/applications/table-miss-enforcer/pom.xml +++ b/applications/table-miss-enforcer/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin applications - 0.7.0-SNAPSHOT + 0.8.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 7f82490d99..d190e4e731 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.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../../parent org.opendaylight.openflowplugin.applications topology-lldp-discovery - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT bundle diff --git a/applications/topology-manager/pom.xml b/applications/topology-manager/pom.xml index 5ecfd8f06a..2260a03f0f 100644 --- a/applications/topology-manager/pom.xml +++ b/applications/topology-manager/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../../parent org.opendaylight.openflowplugin.applications topology-manager - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT bundle diff --git a/artifacts/pom.xml b/artifacts/pom.xml index c6b1f44917..90b2d3a8f1 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.openflowplugin openflowplugin-artifacts - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT pom diff --git a/distribution/karaf/pom.xml b/distribution/karaf/pom.xml index 5f5be8b3cf..4855da9106 100644 --- a/distribution/karaf/pom.xml +++ b/distribution/karaf/pom.xml @@ -8,11 +8,11 @@ org.opendaylight.openflowplugin openflowplugin-karaf - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT pom - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT diff --git a/drop-test-karaf/pom.xml b/drop-test-karaf/pom.xml index ba34bb93d7..c3e7958466 100644 --- a/drop-test-karaf/pom.xml +++ b/drop-test-karaf/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.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 88aa0bbe5f..960961f061 100644 --- a/extension/features-extension-aggregator/features-openflowplugin-extension/pom.xml +++ b/extension/features-extension-aggregator/features-openflowplugin-extension/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin features-openflowplugin-extension feature - 0.7.0-SNAPSHOT + 0.8.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 675dcb51df..ac32ce433f 100644 --- a/extension/features-extension-aggregator/odl-openflowplugin-nxm-extensions/pom.xml +++ b/extension/features-extension-aggregator/odl-openflowplugin-nxm-extensions/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-nxm-extensions feature - 0.7.0-SNAPSHOT + 0.8.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 0acf2f86a1..6c5bd742cb 100644 --- a/extension/features-extension-aggregator/odl-openflowplugin-onf-extensions/pom.xml +++ b/extension/features-extension-aggregator/odl-openflowplugin-onf-extensions/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-onf-extensions feature - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: ONF Extensions diff --git a/extension/features-extension-aggregator/pom.xml b/extension/features-extension-aggregator/pom.xml index de1ae87493..aeea734e8f 100644 --- a/extension/features-extension-aggregator/pom.xml +++ b/extension/features-extension-aggregator/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin features-extension-aggregator pom - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT features-openflowplugin-extension diff --git a/extension/openflowjava-extension-nicira-api/pom.xml b/extension/openflowjava-extension-nicira-api/pom.xml index 705022d10e..95ed1f8587 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.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../ openflowjava-extension-nicira-api diff --git a/extension/openflowjava-extension-nicira/pom.xml b/extension/openflowjava-extension-nicira/pom.xml index 7b85a04ba3..a1f1c7a659 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.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../ openflowjava-extension-nicira diff --git a/extension/openflowplugin-extension-api/pom.xml b/extension/openflowplugin-extension-api/pom.xml index 4d95064e4c..82847197e2 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.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../ diff --git a/extension/openflowplugin-extension-nicira/pom.xml b/extension/openflowplugin-extension-nicira/pom.xml index 32196391a8..0b8fa1aa4f 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.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../ diff --git a/extension/openflowplugin-extension-onf/pom.xml b/extension/openflowplugin-extension-onf/pom.xml index 9a44bc1b3c..d3fbcfab7a 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.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../ diff --git a/extension/pom.xml b/extension/pom.xml index db94793097..55d114861d 100644 --- a/extension/pom.xml +++ b/extension/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../parent diff --git a/extension/test-extension/pom.xml b/extension/test-extension/pom.xml index a653847c14..7e3eab2822 100644 --- a/extension/test-extension/pom.xml +++ b/extension/test-extension/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-extension-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../ test-extension diff --git a/features-aggregator/features-openflowplugin/pom.xml b/features-aggregator/features-openflowplugin/pom.xml index a12f0da1b9..d263e18fe7 100644 --- a/features-aggregator/features-openflowplugin/pom.xml +++ b/features-aggregator/features-openflowplugin/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin features-openflowplugin feature - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT diff --git a/features-aggregator/odl-openflowplugin-app-arbitratorreconciliation/pom.xml b/features-aggregator/odl-openflowplugin-app-arbitratorreconciliation/pom.xml index 8444cfdd8a..1106b1c779 100644 --- a/features-aggregator/odl-openflowplugin-app-arbitratorreconciliation/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-arbitratorreconciliation/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-arbitratorreconciliation feature - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Application - Arbitrator Reconciliation 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 3008111a9d..2220becbd1 100644 --- a/features-aggregator/odl-openflowplugin-app-bulk-o-matic/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-bulk-o-matic/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-bulk-o-matic feature - 0.7.0-SNAPSHOT + 0.8.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 4afd32a03d..710e09e642 100644 --- a/features-aggregator/odl-openflowplugin-app-config-pusher/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-config-pusher/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-config-pusher feature - 0.7.0-SNAPSHOT + 0.8.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 0d0ad58ae3..37a1fe84e2 100644 --- a/features-aggregator/odl-openflowplugin-app-forwardingrules-manager/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-forwardingrules-manager/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-forwardingrules-manager feature - 0.7.0-SNAPSHOT + 0.8.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 7216c2bf37..2a74460c1f 100644 --- a/features-aggregator/odl-openflowplugin-app-forwardingrules-sync/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-forwardingrules-sync/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-forwardingrules-sync feature - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Application - FRS diff --git a/features-aggregator/odl-openflowplugin-app-lldp-speaker/pom.xml b/features-aggregator/odl-openflowplugin-app-lldp-speaker/pom.xml index 8c9a2e701f..ab7d07cb60 100644 --- a/features-aggregator/odl-openflowplugin-app-lldp-speaker/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-lldp-speaker/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-lldp-speaker feature - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Application - LLDP Speaker diff --git a/features-aggregator/odl-openflowplugin-app-notifications/pom.xml b/features-aggregator/odl-openflowplugin-app-notifications/pom.xml index 35e9939303..d1ff8168bc 100644 --- a/features-aggregator/odl-openflowplugin-app-notifications/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-notifications/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-notifications feature - 0.7.0-SNAPSHOT + 0.8.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 627e902834..2bc2445259 100644 --- a/features-aggregator/odl-openflowplugin-app-reconciliation-framework/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-reconciliation-framework/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-reconciliation-framework feature -0.7.0-SNAPSHOT +0.8.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 26864cacd3..5fe179cf23 100644 --- a/features-aggregator/odl-openflowplugin-app-southbound-cli/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-southbound-cli/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-southbound-cli feature - 0.7.0-SNAPSHOT + 0.8.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 5a42ac3abb..5f7cc99f4b 100644 --- a/features-aggregator/odl-openflowplugin-app-table-miss-enforcer/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-table-miss-enforcer/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-table-miss-enforcer feature - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Application - table-miss-enforcer diff --git a/features-aggregator/odl-openflowplugin-app-topology-lldp-discovery/pom.xml b/features-aggregator/odl-openflowplugin-app-topology-lldp-discovery/pom.xml index 1b868128ef..42a6197220 100644 --- a/features-aggregator/odl-openflowplugin-app-topology-lldp-discovery/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-topology-lldp-discovery/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-topology-lldp-discovery feature - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Application - Topology LLDP Discovery diff --git a/features-aggregator/odl-openflowplugin-app-topology-manager/pom.xml b/features-aggregator/odl-openflowplugin-app-topology-manager/pom.xml index e475591814..6d92e46aa1 100644 --- a/features-aggregator/odl-openflowplugin-app-topology-manager/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-topology-manager/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-topology-manager feature - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Application - Topology Manager diff --git a/features-aggregator/odl-openflowplugin-app-topology/pom.xml b/features-aggregator/odl-openflowplugin-app-topology/pom.xml index 7b58a6abcc..eacdd8b69d 100644 --- a/features-aggregator/odl-openflowplugin-app-topology/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-topology/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-app-topology feature - 0.7.0-SNAPSHOT + 0.8.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 2030db2b3d..a89974d249 100644 --- a/features-aggregator/odl-openflowplugin-drop-test/pom.xml +++ b/features-aggregator/odl-openflowplugin-drop-test/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-drop-test feature - 0.7.0-SNAPSHOT + 0.8.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 5d75a21b94..ea06ff2c25 100644 --- a/features-aggregator/odl-openflowplugin-flow-services-rest/pom.xml +++ b/features-aggregator/odl-openflowplugin-flow-services-rest/pom.xml @@ -11,12 +11,12 @@ org.opendaylight.openflowplugin odl-openflowplugin-flow-services-rest feature - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Flow Services :: REST - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT diff --git a/features-aggregator/odl-openflowplugin-flow-services/pom.xml b/features-aggregator/odl-openflowplugin-flow-services/pom.xml index 5bc683ed69..2ffd89927b 100644 --- a/features-aggregator/odl-openflowplugin-flow-services/pom.xml +++ b/features-aggregator/odl-openflowplugin-flow-services/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-flow-services feature - 0.7.0-SNAPSHOT + 0.8.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 6921365b8d..ea5447210b 100644 --- a/features-aggregator/odl-openflowplugin-libraries/pom.xml +++ b/features-aggregator/odl-openflowplugin-libraries/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-libraries feature - 0.7.0-SNAPSHOT + 0.8.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 0e28b747a8..458373a246 100644 --- a/features-aggregator/odl-openflowplugin-nsf-model/pom.xml +++ b/features-aggregator/odl-openflowplugin-nsf-model/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin odl-openflowplugin-nsf-model feature - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT OpenDaylight :: OpenflowPlugin :: NSF :: Model @@ -21,7 +21,7 @@ org.opendaylight.mdsal.model mdsal-model-artifacts - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT import pom @@ -30,7 +30,7 @@ org.opendaylight.controller mdsal-artifacts - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT import pom diff --git a/features-aggregator/odl-openflowplugin-southbound/pom.xml b/features-aggregator/odl-openflowplugin-southbound/pom.xml index ae0350151a..3b55cb1268 100644 --- a/features-aggregator/odl-openflowplugin-southbound/pom.xml +++ b/features-aggregator/odl-openflowplugin-southbound/pom.xml @@ -11,15 +11,15 @@ org.opendaylight.openflowplugin odl-openflowplugin-southbound feature - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Li southbound API implementation - 1.8.0-SNAPSHOT - 0.15.0-SNAPSHOT - 1.4.0-SNAPSHOT - 0.2.0-SNAPSHOT + 1.9.0-SNAPSHOT + 0.16.0-SNAPSHOT + 1.5.0-SNAPSHOT + 0.3.0-SNAPSHOT diff --git a/features-aggregator/pom.xml b/features-aggregator/pom.xml index 2fee82fa76..a04b584d2a 100644 --- a/features-aggregator/pom.xml +++ b/features-aggregator/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin features-aggregator pom - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT features-openflowplugin diff --git a/libraries/liblldp/pom.xml b/libraries/liblldp/pom.xml index 57c56f266c..99ddca1aa8 100644 --- a/libraries/liblldp/pom.xml +++ b/libraries/liblldp/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin libraries - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT org.opendaylight.openflowplugin.libraries diff --git a/libraries/pom.xml b/libraries/pom.xml index 7afa1815b5..90fa263717 100644 --- a/libraries/pom.xml +++ b/libraries/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../parent diff --git a/model/model-flow-base/pom.xml b/model/model-flow-base/pom.xml index 2d94d63f5a..9a16a29c45 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.7.0-SNAPSHOT + 0.8.0-SNAPSHOT model-flow-base bundle diff --git a/model/model-flow-service/pom.xml b/model/model-flow-service/pom.xml index 41998a6086..47fce4b5d8 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.7.0-SNAPSHOT + 0.8.0-SNAPSHOT model-flow-service bundle diff --git a/model/model-flow-statistics/pom.xml b/model/model-flow-statistics/pom.xml index 33cbf41e2f..1a8d03c016 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.7.0-SNAPSHOT + 0.8.0-SNAPSHOT model-flow-statistics bundle diff --git a/model/pom.xml b/model/pom.xml index ca6f7869db..18b0292afe 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.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 a0a0e1eaea..e99e6e9d04 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.7.0-SNAPSHOT + 0.8.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 09902939c7..c4bf13780f 100644 --- a/openflowjava/features-openflowjava-aggregator/odl-openflowjava-protocol/pom.xml +++ b/openflowjava/features-openflowjava-aggregator/odl-openflowjava-protocol/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin.openflowjava odl-openflowjava-protocol - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT feature diff --git a/openflowjava/openflow-protocol-api/pom.xml b/openflowjava/openflow-protocol-api/pom.xml index a5701a8ad3..ef34bb6c3f 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.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../../parent org.opendaylight.openflowplugin.openflowjava openflow-protocol-api - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT bundle diff --git a/openflowjava/openflow-protocol-impl/pom.xml b/openflowjava/openflow-protocol-impl/pom.xml index 42ceedb5bb..d0ba023561 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.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../ openflow-protocol-impl diff --git a/openflowjava/openflow-protocol-it/pom.xml b/openflowjava/openflow-protocol-it/pom.xml index d424c98412..933d92c080 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.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../ openflow-protocol-it diff --git a/openflowjava/openflow-protocol-spi/pom.xml b/openflowjava/openflow-protocol-spi/pom.xml index 21a2ab05b8..3425dcaf34 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.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../ openflow-protocol-spi diff --git a/openflowjava/openflowjava-blueprint-config/pom.xml b/openflowjava/openflowjava-blueprint-config/pom.xml index be1448c541..8dd1c6da8d 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.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../ openflowjava-blueprint-config diff --git a/openflowjava/openflowjava-util/pom.xml b/openflowjava/openflowjava-util/pom.xml index 76234274ad..259291b68c 100644 --- a/openflowjava/openflowjava-util/pom.xml +++ b/openflowjava/openflowjava-util/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin.openflowjava openflowjava-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../ bundle diff --git a/openflowjava/pom.xml b/openflowjava/pom.xml index ace82521a0..455592473f 100644 --- a/openflowjava/pom.xml +++ b/openflowjava/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../parent diff --git a/openflowplugin-api/pom.xml b/openflowplugin-api/pom.xml index 4dc7608aaf..90be3b490e 100644 --- a/openflowplugin-api/pom.xml +++ b/openflowplugin-api/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../parent diff --git a/openflowplugin-blueprint-config/pom.xml b/openflowplugin-blueprint-config/pom.xml index 1d1da72a68..6633544646 100644 --- a/openflowplugin-blueprint-config/pom.xml +++ b/openflowplugin-blueprint-config/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../parent diff --git a/openflowplugin-common/pom.xml b/openflowplugin-common/pom.xml index 3314ca845d..4afa8604e1 100644 --- a/openflowplugin-common/pom.xml +++ b/openflowplugin-common/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../parent diff --git a/openflowplugin-impl/pom.xml b/openflowplugin-impl/pom.xml index 7a7fea80ad..fc2ee773c9 100644 --- a/openflowplugin-impl/pom.xml +++ b/openflowplugin-impl/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../parent diff --git a/openflowplugin-it/pom.xml b/openflowplugin-it/pom.xml index 72c0ade6e5..fe296c0dcb 100644 --- a/openflowplugin-it/pom.xml +++ b/openflowplugin-it/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../parent diff --git a/openflowplugin/pom.xml b/openflowplugin/pom.xml index 28fed0ca99..71a61f0ce2 100644 --- a/openflowplugin/pom.xml +++ b/openflowplugin/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../parent diff --git a/parent/pom.xml b/parent/pom.xml index f7f0a95455..05c5e9d0ac 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -12,14 +12,14 @@ org.opendaylight.mdsal binding-parent - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT 4.0.0 org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT pom @@ -32,8 +32,8 @@ utf-8 0000.0002.0053.0 - 1.4.0-SNAPSHOT - 0.2.0-SNAPSHOT + 1.5.0-SNAPSHOT + 0.3.0-SNAPSHOT @@ -48,7 +48,7 @@ org.opendaylight.controller mdsal-artifacts - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT pom import diff --git a/pom.xml b/pom.xml index e1ac28b594..1bb7f20490 100644 --- a/pom.xml +++ b/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT parent openflowplugin-aggregator - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT openflowplugin pom diff --git a/samples/learning-switch/pom.xml b/samples/learning-switch/pom.xml index 02bff9ffb4..a28fe782d5 100644 --- a/samples/learning-switch/pom.xml +++ b/samples/learning-switch/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../../parent diff --git a/samples/pom.xml b/samples/pom.xml index e3b240a389..0c51676662 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../parent diff --git a/samples/sample-bundles/pom.xml b/samples/sample-bundles/pom.xml index 97d810f711..a41fa2425e 100644 --- a/samples/sample-bundles/pom.xml +++ b/samples/sample-bundles/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../../parent diff --git a/samples/sample-consumer/pom.xml b/samples/sample-consumer/pom.xml index 7a041706a7..b40a328d41 100644 --- a/samples/sample-consumer/pom.xml +++ b/samples/sample-consumer/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../../parent diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index 4601316989..fd74a8aba9 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../../parent diff --git a/test-common/pom.xml b/test-common/pom.xml index 98fbd37f6e..22c8b7463e 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../parent test-common diff --git a/test-provider/pom.xml b/test-provider/pom.xml index 4eaa0aa661..d83e6a9263 100644 --- a/test-provider/pom.xml +++ b/test-provider/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.7.0-SNAPSHOT + 0.8.0-SNAPSHOT ../parent test-provider -- 2.36.6