From 9bbbed054ff41e30a7b71675fa803a2d29223c6f Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 11 Apr 2017 11:45:52 +1000 Subject: [PATCH] Bump versions by x.(y+1).z for next dev cycle Change-Id: I69b8fcbaf59487fae8564634aebfb52c6951101a Signed-off-by: Anil Belur --- applications/bulk-o-matic/pom.xml | 2 +- applications/features/pom.xml | 14 ++++++------ applications/forwardingrules-manager/pom.xml | 2 +- applications/forwardingrules-sync/pom.xml | 2 +- applications/inventory-manager/pom.xml | 4 ++-- 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/statistics-manager/pom.xml | 2 +- applications/table-miss-enforcer/pom.xml | 2 +- applications/topology-lldp-discovery/pom.xml | 6 ++--- applications/topology-manager/pom.xml | 4 ++-- artifacts/pom.xml | 4 ++-- distribution/karaf/pom.xml | 6 ++--- drop-test-karaf/pom.xml | 2 +- .../features-openflowplugin-extension/pom.xml | 6 ++--- .../pom.xml | 4 ++-- .../odl-openflowplugin-nxm-extensions/pom.xml | 4 ++-- .../odl-openflowplugin-onf-extensions/pom.xml | 4 ++-- .../features-extension-aggregator/pom.xml | 4 ++-- .../pom.xml | 6 ++--- .../pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../features-he-extension-aggregator/pom.xml | 4 ++-- .../openflowjava-extension-nicira-api/pom.xml | 2 +- .../openflowjava-extension-nicira/pom.xml | 2 +- .../openflowplugin-extension-api/pom.xml | 2 +- .../pom.xml | 2 +- .../openflowplugin-extension-nicira/pom.xml | 2 +- .../openflowplugin-extension-onf/pom.xml | 2 +- extension/pom.xml | 2 +- extension/test-extension/pom.xml | 2 +- .../features-openflowplugin/pom.xml | 22 +++++++++---------- .../features4-openflowplugin/pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../odl-openflowplugin-app-topology/pom.xml | 4 ++-- .../odl-openflowplugin-drop-test/pom.xml | 4 ++-- .../pom.xml | 6 ++--- .../pom.xml | 8 +++---- .../odl-openflowplugin-flow-services/pom.xml | 4 ++-- .../odl-openflowplugin-nsf-model/pom.xml | 10 ++++----- .../odl-openflowplugin-southbound/pom.xml | 8 +++---- features-aggregator/pom.xml | 4 ++-- .../features-openflowplugin-he/pom.xml | 22 +++++++++---------- .../features4-openflowplugin-he/pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../pom.xml | 4 ++-- .../pom.xml | 6 ++--- .../pom.xml | 8 +++---- .../odl-openflowplugin-nsf-model-he/pom.xml | 10 ++++----- .../pom.xml | 8 +++---- .../odl-openflowplugin-southbound-he/pom.xml | 8 +++---- features-he-aggregator/pom.xml | 4 ++-- 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 +- openflowplugin-api/pom.xml | 2 +- openflowplugin-blueprint-config-he/pom.xml | 2 +- openflowplugin-blueprint-config/pom.xml | 2 +- openflowplugin-common/pom.xml | 2 +- openflowplugin-controller-config/pom.xml | 2 +- openflowplugin-impl/pom.xml | 2 +- openflowplugin-it/pom.xml | 2 +- openflowplugin/pom.xml | 2 +- parent/pom.xml | 22 +++++++++---------- pom.xml | 4 ++-- samples/learning-switch/pom.xml | 2 +- samples/sample-consumer/pom.xml | 4 ++-- test-common/pom.xml | 2 +- test-provider/pom.xml | 2 +- 80 files changed, 181 insertions(+), 181 deletions(-) diff --git a/applications/bulk-o-matic/pom.xml b/applications/bulk-o-matic/pom.xml index 6b21798fa6..6f4feaf5f6 100644 --- a/applications/bulk-o-matic/pom.xml +++ b/applications/bulk-o-matic/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin applications - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT org.opendaylight.openflowplugin.applications bulk-o-matic diff --git a/applications/features/pom.xml b/applications/features/pom.xml index 44cec602a5..af5e23cc8a 100644 --- a/applications/features/pom.xml +++ b/applications/features/pom.xml @@ -4,21 +4,21 @@ org.opendaylight.odlparent features-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT features-flow jar - 1.1.0-SNAPSHOT - 0.6.0-SNAPSHOT - 1.5.0-SNAPSHOT - 0.9.0-SNAPSHOT - 0.12.0-SNAPSHOT + 1.2.0-SNAPSHOT + 0.7.0-SNAPSHOT + 1.6.0-SNAPSHOT + 0.10.0-SNAPSHOT + 0.13.0-SNAPSHOT etc/opendaylight/karaf 30-statistics-manager.xml diff --git a/applications/forwardingrules-manager/pom.xml b/applications/forwardingrules-manager/pom.xml index 60f7cc1940..4dbbe7c5e0 100644 --- a/applications/forwardingrules-manager/pom.xml +++ b/applications/forwardingrules-manager/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin applications - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT org.opendaylight.openflowplugin.applications forwardingrules-manager diff --git a/applications/forwardingrules-sync/pom.xml b/applications/forwardingrules-sync/pom.xml index aa261031d1..e0a8b31872 100644 --- a/applications/forwardingrules-sync/pom.xml +++ b/applications/forwardingrules-sync/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin applications - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT org.opendaylight.openflowplugin.applications forwardingrules-sync diff --git a/applications/inventory-manager/pom.xml b/applications/inventory-manager/pom.xml index 05af5cdc39..84b27ecc00 100644 --- a/applications/inventory-manager/pom.xml +++ b/applications/inventory-manager/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller config-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.openflowplugin.applications inventory-manager - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT bundle diff --git a/applications/lldp-speaker/pom.xml b/applications/lldp-speaker/pom.xml index e8afc714bf..441869fdfa 100644 --- a/applications/lldp-speaker/pom.xml +++ b/applications/lldp-speaker/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin applications - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT org.opendaylight.openflowplugin.applications lldp-speaker diff --git a/applications/notification-supplier/pom.xml b/applications/notification-supplier/pom.xml index 10289faf8d..cdf70828ed 100644 --- a/applications/notification-supplier/pom.xml +++ b/applications/notification-supplier/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin applications - 0.4.0-SNAPSHOT + 0.5.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 ff498e2df9..99cb7f012d 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.4.0-SNAPSHOT + 0.5.0-SNAPSHOT org.opendaylight.openflowplugin.applications of-switch-config-pusher diff --git a/applications/pom.xml b/applications/pom.xml index 9fd03df66b..8547f7f34a 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../parent diff --git a/applications/statistics-manager/pom.xml b/applications/statistics-manager/pom.xml index 2c1916a77e..d50b3c10f4 100644 --- a/applications/statistics-manager/pom.xml +++ b/applications/statistics-manager/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin applications - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT org.opendaylight.openflowplugin.applications statistics-manager diff --git a/applications/table-miss-enforcer/pom.xml b/applications/table-miss-enforcer/pom.xml index 8bc6fd30c8..ca44e67fcd 100644 --- a/applications/table-miss-enforcer/pom.xml +++ b/applications/table-miss-enforcer/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin applications - 0.4.0-SNAPSHOT + 0.5.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 8d783c2887..1121f90508 100644 --- a/applications/topology-lldp-discovery/pom.xml +++ b/applications/topology-lldp-discovery/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller config-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.openflowplugin.applications topology-lldp-discovery - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT bundle @@ -48,7 +48,7 @@ org.opendaylight.controller liblldp - 0.12.0-SNAPSHOT + 0.13.0-SNAPSHOT org.opendaylight.openflowplugin.model diff --git a/applications/topology-manager/pom.xml b/applications/topology-manager/pom.xml index 555d9bb7ab..09b381e9f1 100644 --- a/applications/topology-manager/pom.xml +++ b/applications/topology-manager/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller config-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.openflowplugin.applications topology-manager - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT bundle diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 637e914716..b4909cf40f 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -14,13 +14,13 @@ org.opendaylight.odlparent odlparent-lite - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin openflowplugin-artifacts - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT pom diff --git a/distribution/karaf/pom.xml b/distribution/karaf/pom.xml index 20be68307b..39207b28b2 100644 --- a/distribution/karaf/pom.xml +++ b/distribution/karaf/pom.xml @@ -4,19 +4,19 @@ org.opendaylight.odlparent karaf-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin openflowplugin-karaf - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT pom 3.0 - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT diff --git a/drop-test-karaf/pom.xml b/drop-test-karaf/pom.xml index 75666a472b..0609b4bcde 100644 --- a/drop-test-karaf/pom.xml +++ b/drop-test-karaf/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.4.0-SNAPSHOT + 0.5.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 5ad1208428..3ccfdeb39e 100644 --- a/extension/features-extension-aggregator/features-openflowplugin-extension/pom.xml +++ b/extension/features-extension-aggregator/features-openflowplugin-extension/pom.xml @@ -4,17 +4,17 @@ org.opendaylight.odlparent features-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT features-openflowplugin-extension jar - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT diff --git a/extension/features-extension-aggregator/features4-openflowplugin-extension/pom.xml b/extension/features-extension-aggregator/features4-openflowplugin-extension/pom.xml index 6a7db5fbe3..006af9abcd 100644 --- a/extension/features-extension-aggregator/features4-openflowplugin-extension/pom.xml +++ b/extension/features-extension-aggregator/features4-openflowplugin-extension/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent feature-repo-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin features4-openflowplugin-extension feature - 0.4.0-SNAPSHOT + 0.5.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 169d94c5ac..ba9a2caa01 100644 --- a/extension/features-extension-aggregator/odl-openflowplugin-nxm-extensions/pom.xml +++ b/extension/features-extension-aggregator/odl-openflowplugin-nxm-extensions/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-nxm-extensions feature - 0.4.0-SNAPSHOT + 0.5.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 e59daee291..a1624f8def 100644 --- a/extension/features-extension-aggregator/odl-openflowplugin-onf-extensions/pom.xml +++ b/extension/features-extension-aggregator/odl-openflowplugin-onf-extensions/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-onf-extensions feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: ONF Extensions diff --git a/extension/features-extension-aggregator/pom.xml b/extension/features-extension-aggregator/pom.xml index 2b0c4f7a0f..f40b0102f6 100644 --- a/extension/features-extension-aggregator/pom.xml +++ b/extension/features-extension-aggregator/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.odlparent odlparent-lite - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT 4.0.0 @@ -13,7 +13,7 @@ org.opendaylight.openflowplugin features-extension-aggregator pom - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT features4-openflowplugin-extension diff --git a/extension/features-he-extension-aggregator/features-openflowplugin-extension-he/pom.xml b/extension/features-he-extension-aggregator/features-openflowplugin-extension-he/pom.xml index f8f21f7839..e9ea7093c9 100644 --- a/extension/features-he-extension-aggregator/features-openflowplugin-extension-he/pom.xml +++ b/extension/features-he-extension-aggregator/features-openflowplugin-extension-he/pom.xml @@ -4,17 +4,17 @@ org.opendaylight.odlparent features-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT features-openflowplugin-extension-he jar - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT diff --git a/extension/features-he-extension-aggregator/features4-openflowplugin-extension-he/pom.xml b/extension/features-he-extension-aggregator/features4-openflowplugin-extension-he/pom.xml index 204f8f65e2..978c3594eb 100644 --- a/extension/features-he-extension-aggregator/features4-openflowplugin-extension-he/pom.xml +++ b/extension/features-he-extension-aggregator/features4-openflowplugin-extension-he/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent feature-repo-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin features4-openflowplugin-extension-he feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT diff --git a/extension/features-he-extension-aggregator/odl-openflowplugin-nxm-extensions-he/pom.xml b/extension/features-he-extension-aggregator/odl-openflowplugin-nxm-extensions-he/pom.xml index 190f6ac9b8..be443eb338 100644 --- a/extension/features-he-extension-aggregator/odl-openflowplugin-nxm-extensions-he/pom.xml +++ b/extension/features-he-extension-aggregator/odl-openflowplugin-nxm-extensions-he/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-nxm-extensions-he feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Nicira Extensions diff --git a/extension/features-he-extension-aggregator/pom.xml b/extension/features-he-extension-aggregator/pom.xml index dc52079867..3d64b7d612 100644 --- a/extension/features-he-extension-aggregator/pom.xml +++ b/extension/features-he-extension-aggregator/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.odlparent odlparent-lite - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT 4.0.0 @@ -13,7 +13,7 @@ org.opendaylight.openflowplugin features-he-extension-aggregator pom - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT features-openflowplugin-extension-he diff --git a/extension/openflowjava-extension-nicira-api/pom.xml b/extension/openflowjava-extension-nicira-api/pom.xml index 91f855e669..21217e7893 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.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../ openflowjava-extension-nicira-api diff --git a/extension/openflowjava-extension-nicira/pom.xml b/extension/openflowjava-extension-nicira/pom.xml index 89beff81da..7c6dbac66a 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.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../ openflowjava-extension-nicira diff --git a/extension/openflowplugin-extension-api/pom.xml b/extension/openflowplugin-extension-api/pom.xml index eceffcd660..7d5c96685b 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.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../ diff --git a/extension/openflowplugin-extension-nicira-config/pom.xml b/extension/openflowplugin-extension-nicira-config/pom.xml index 69ea0d2e9d..82dcc630ca 100644 --- a/extension/openflowplugin-extension-nicira-config/pom.xml +++ b/extension/openflowplugin-extension-nicira-config/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-extension-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../ diff --git a/extension/openflowplugin-extension-nicira/pom.xml b/extension/openflowplugin-extension-nicira/pom.xml index 8c35e5d693..197bebd3db 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.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../ diff --git a/extension/openflowplugin-extension-onf/pom.xml b/extension/openflowplugin-extension-onf/pom.xml index 4b34a9a02f..3851a8cbb6 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.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../ diff --git a/extension/pom.xml b/extension/pom.xml index ac6b69c236..0f7b8b8b42 100644 --- a/extension/pom.xml +++ b/extension/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../parent diff --git a/extension/test-extension/pom.xml b/extension/test-extension/pom.xml index ab83b50d14..2428a75de7 100644 --- a/extension/test-extension/pom.xml +++ b/extension/test-extension/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-extension-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../ test-extension diff --git a/features-aggregator/features-openflowplugin/pom.xml b/features-aggregator/features-openflowplugin/pom.xml index c47fcbc73f..5a1cc34868 100644 --- a/features-aggregator/features-openflowplugin/pom.xml +++ b/features-aggregator/features-openflowplugin/pom.xml @@ -5,26 +5,26 @@ org.opendaylight.odlparent features-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin features-openflowplugin pom - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT - 1.1.0-SNAPSHOT - 0.6.0-SNAPSHOT - 1.5.0-SNAPSHOT - 0.9.0-SNAPSHOT - 0.4.0-SNAPSHOT - 0.5.0-SNAPSHOT - 0.12.0-SNAPSHOT + 1.2.0-SNAPSHOT + 0.7.0-SNAPSHOT + 1.6.0-SNAPSHOT + 0.10.0-SNAPSHOT + 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT + 0.13.0-SNAPSHOT etc/opendaylight/karaf - 1.5.0-SNAPSHOT - 0.10.0-SNAPSHOT + 1.6.0-SNAPSHOT + 0.11.0-SNAPSHOT diff --git a/features-aggregator/features4-openflowplugin/pom.xml b/features-aggregator/features4-openflowplugin/pom.xml index 9c61a34532..5b93670cdf 100644 --- a/features-aggregator/features4-openflowplugin/pom.xml +++ b/features-aggregator/features4-openflowplugin/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent feature-repo-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin features4-openflowplugin feature - 0.4.0-SNAPSHOT + 0.5.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 f5d43b7b03..efb1a0777b 100644 --- a/features-aggregator/odl-openflowplugin-app-bulk-o-matic/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-bulk-o-matic/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-app-bulk-o-matic feature - 0.4.0-SNAPSHOT + 0.5.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 be93b0dfc1..77baf63c27 100644 --- a/features-aggregator/odl-openflowplugin-app-config-pusher/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-config-pusher/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-app-config-pusher feature - 0.4.0-SNAPSHOT + 0.5.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 b60289ed4b..3e43c0a3e5 100644 --- a/features-aggregator/odl-openflowplugin-app-forwardingrules-manager/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-forwardingrules-manager/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-app-forwardingrules-manager feature - 0.4.0-SNAPSHOT + 0.5.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 8423830439..11ae47eda6 100644 --- a/features-aggregator/odl-openflowplugin-app-forwardingrules-sync/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-forwardingrules-sync/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-app-forwardingrules-sync feature - 0.4.0-SNAPSHOT + 0.5.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 54cc50a4c8..a8d1b29dac 100644 --- a/features-aggregator/odl-openflowplugin-app-notifications/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-notifications/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-app-notifications feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Application - notifications supplier 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 2f57cd41d4..1ecb635b96 100644 --- a/features-aggregator/odl-openflowplugin-app-table-miss-enforcer/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-table-miss-enforcer/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-app-table-miss-enforcer feature - 0.4.0-SNAPSHOT + 0.5.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 cfb6840ba1..bde99611cd 100644 --- a/features-aggregator/odl-openflowplugin-app-topology/pom.xml +++ b/features-aggregator/odl-openflowplugin-app-topology/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-app-topology feature - 0.4.0-SNAPSHOT + 0.5.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 ae44b05833..81323ddfdd 100644 --- a/features-aggregator/odl-openflowplugin-drop-test/pom.xml +++ b/features-aggregator/odl-openflowplugin-drop-test/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-drop-test feature - 0.4.0-SNAPSHOT + 0.5.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 4ffa098206..ef5a0d4843 100644 --- a/features-aggregator/odl-openflowplugin-flow-services-rest/pom.xml +++ b/features-aggregator/odl-openflowplugin-flow-services-rest/pom.xml @@ -5,19 +5,19 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-flow-services-rest feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Flow Services :: REST - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT diff --git a/features-aggregator/odl-openflowplugin-flow-services-ui/pom.xml b/features-aggregator/odl-openflowplugin-flow-services-ui/pom.xml index 83191c1a2e..51dbf316cf 100644 --- a/features-aggregator/odl-openflowplugin-flow-services-ui/pom.xml +++ b/features-aggregator/odl-openflowplugin-flow-services-ui/pom.xml @@ -5,20 +5,20 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-flow-services-ui feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Flow Services :: UI - 0.5.0-SNAPSHOT - 1.5.0-SNAPSHOT + 0.6.0-SNAPSHOT + 1.6.0-SNAPSHOT diff --git a/features-aggregator/odl-openflowplugin-flow-services/pom.xml b/features-aggregator/odl-openflowplugin-flow-services/pom.xml index 874d8764e2..f7d86d77bc 100644 --- a/features-aggregator/odl-openflowplugin-flow-services/pom.xml +++ b/features-aggregator/odl-openflowplugin-flow-services/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-flow-services feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Flow Services diff --git a/features-aggregator/odl-openflowplugin-nsf-model/pom.xml b/features-aggregator/odl-openflowplugin-nsf-model/pom.xml index 925357ed04..ce07d1b07b 100644 --- a/features-aggregator/odl-openflowplugin-nsf-model/pom.xml +++ b/features-aggregator/odl-openflowplugin-nsf-model/pom.xml @@ -5,21 +5,21 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-nsf-model feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT OpenDaylight :: OpenflowPlugin :: NSF :: Model - 1.5.0-SNAPSHOT - 0.9.0-SNAPSHOT - 0.10.0-SNAPSHOT + 1.6.0-SNAPSHOT + 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT diff --git a/features-aggregator/odl-openflowplugin-southbound/pom.xml b/features-aggregator/odl-openflowplugin-southbound/pom.xml index 353b1f35f7..c67e087ca6 100644 --- a/features-aggregator/odl-openflowplugin-southbound/pom.xml +++ b/features-aggregator/odl-openflowplugin-southbound/pom.xml @@ -5,20 +5,20 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-southbound feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Li southbound API implementation - 1.5.0-SNAPSHOT - 0.12.0-SNAPSHOT + 1.6.0-SNAPSHOT + 0.13.0-SNAPSHOT diff --git a/features-aggregator/pom.xml b/features-aggregator/pom.xml index 9b392d7489..68ff40ade6 100644 --- a/features-aggregator/pom.xml +++ b/features-aggregator/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent odlparent-lite - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin features-aggregator pom - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT features-openflowplugin diff --git a/features-he-aggregator/features-openflowplugin-he/pom.xml b/features-he-aggregator/features-openflowplugin-he/pom.xml index 37ef827f8e..c9b740168b 100644 --- a/features-he-aggregator/features-openflowplugin-he/pom.xml +++ b/features-he-aggregator/features-openflowplugin-he/pom.xml @@ -5,26 +5,26 @@ org.opendaylight.odlparent features-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin features-openflowplugin-he pom - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT - 1.1.0-SNAPSHOT - 0.6.0-SNAPSHOT - 1.5.0-SNAPSHOT - 0.9.0-SNAPSHOT - 0.4.0-SNAPSHOT - 0.5.0-SNAPSHOT - 0.12.0-SNAPSHOT + 1.2.0-SNAPSHOT + 0.7.0-SNAPSHOT + 1.6.0-SNAPSHOT + 0.10.0-SNAPSHOT + 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT + 0.13.0-SNAPSHOT etc/opendaylight/karaf - 1.5.0-SNAPSHOT - 0.10.0-SNAPSHOT + 1.6.0-SNAPSHOT + 0.11.0-SNAPSHOT diff --git a/features-he-aggregator/features4-openflowplugin-he/pom.xml b/features-he-aggregator/features4-openflowplugin-he/pom.xml index bc7137b1b1..75c5f3b457 100644 --- a/features-he-aggregator/features4-openflowplugin-he/pom.xml +++ b/features-he-aggregator/features4-openflowplugin-he/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent feature-repo-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin features4-openflowplugin-he feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT diff --git a/features-he-aggregator/odl-openflowplugin-app-bulk-o-matic-he/pom.xml b/features-he-aggregator/odl-openflowplugin-app-bulk-o-matic-he/pom.xml index a6e41d718c..19f2d470e3 100644 --- a/features-he-aggregator/odl-openflowplugin-app-bulk-o-matic-he/pom.xml +++ b/features-he-aggregator/odl-openflowplugin-app-bulk-o-matic-he/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-app-bulk-o-matic-he feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Application - bulk flow operations support diff --git a/features-he-aggregator/odl-openflowplugin-app-config-pusher-he/pom.xml b/features-he-aggregator/odl-openflowplugin-app-config-pusher-he/pom.xml index 485c338a8e..a047c90036 100644 --- a/features-he-aggregator/odl-openflowplugin-app-config-pusher-he/pom.xml +++ b/features-he-aggregator/odl-openflowplugin-app-config-pusher-he/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-app-config-pusher-he feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Application - default config-pusher diff --git a/features-he-aggregator/odl-openflowplugin-app-lldp-speaker-he/pom.xml b/features-he-aggregator/odl-openflowplugin-app-lldp-speaker-he/pom.xml index 639dd244c2..33cd94cafe 100644 --- a/features-he-aggregator/odl-openflowplugin-app-lldp-speaker-he/pom.xml +++ b/features-he-aggregator/odl-openflowplugin-app-lldp-speaker-he/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-app-lldp-speaker-he feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: app lldp-speaker diff --git a/features-he-aggregator/odl-openflowplugin-app-table-miss-enforcer-he/pom.xml b/features-he-aggregator/odl-openflowplugin-app-table-miss-enforcer-he/pom.xml index ce8e822e12..766dc3f1d2 100644 --- a/features-he-aggregator/odl-openflowplugin-app-table-miss-enforcer-he/pom.xml +++ b/features-he-aggregator/odl-openflowplugin-app-table-miss-enforcer-he/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-app-table-miss-enforcer-he feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Application - table-miss-enforcer diff --git a/features-he-aggregator/odl-openflowplugin-flow-services-he/pom.xml b/features-he-aggregator/odl-openflowplugin-flow-services-he/pom.xml index 54d49199be..c5c788b09a 100644 --- a/features-he-aggregator/odl-openflowplugin-flow-services-he/pom.xml +++ b/features-he-aggregator/odl-openflowplugin-flow-services-he/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-flow-services-he feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Flow Services diff --git a/features-he-aggregator/odl-openflowplugin-flow-services-rest-he/pom.xml b/features-he-aggregator/odl-openflowplugin-flow-services-rest-he/pom.xml index 55baa4846e..90d41af0ff 100644 --- a/features-he-aggregator/odl-openflowplugin-flow-services-rest-he/pom.xml +++ b/features-he-aggregator/odl-openflowplugin-flow-services-rest-he/pom.xml @@ -5,19 +5,19 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-flow-services-rest-he feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Flow Services :: REST - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT diff --git a/features-he-aggregator/odl-openflowplugin-flow-services-ui-he/pom.xml b/features-he-aggregator/odl-openflowplugin-flow-services-ui-he/pom.xml index 3df3c48b8e..90738d461a 100644 --- a/features-he-aggregator/odl-openflowplugin-flow-services-ui-he/pom.xml +++ b/features-he-aggregator/odl-openflowplugin-flow-services-ui-he/pom.xml @@ -5,20 +5,20 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-flow-services-ui-he feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: Flow Services :: UI - 0.5.0-SNAPSHOT - 1.5.0-SNAPSHOT + 0.6.0-SNAPSHOT + 1.6.0-SNAPSHOT diff --git a/features-he-aggregator/odl-openflowplugin-nsf-model-he/pom.xml b/features-he-aggregator/odl-openflowplugin-nsf-model-he/pom.xml index 7c9e9192c3..e702f1b88e 100644 --- a/features-he-aggregator/odl-openflowplugin-nsf-model-he/pom.xml +++ b/features-he-aggregator/odl-openflowplugin-nsf-model-he/pom.xml @@ -5,21 +5,21 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-nsf-model-he feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT OpenDaylight :: OpenflowPlugin :: NSF :: Model - 1.5.0-SNAPSHOT - 0.9.0-SNAPSHOT - 0.10.0-SNAPSHOT + 1.6.0-SNAPSHOT + 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT diff --git a/features-he-aggregator/odl-openflowplugin-nsf-services-he/pom.xml b/features-he-aggregator/odl-openflowplugin-nsf-services-he/pom.xml index 3278c857a4..fef31ac214 100644 --- a/features-he-aggregator/odl-openflowplugin-nsf-services-he/pom.xml +++ b/features-he-aggregator/odl-openflowplugin-nsf-services-he/pom.xml @@ -5,20 +5,20 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-nsf-services-he feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT OpenDaylight :: OpenflowPlugin :: NSF :: Services - 1.5.0-SNAPSHOT - 0.12.0-SNAPSHOT + 1.6.0-SNAPSHOT + 0.13.0-SNAPSHOT diff --git a/features-he-aggregator/odl-openflowplugin-southbound-he/pom.xml b/features-he-aggregator/odl-openflowplugin-southbound-he/pom.xml index efcc32f34d..8d242e73fe 100644 --- a/features-he-aggregator/odl-openflowplugin-southbound-he/pom.xml +++ b/features-he-aggregator/odl-openflowplugin-southbound-he/pom.xml @@ -5,20 +5,20 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin odl-openflowplugin-southbound-he feature - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT OpenDaylight :: Openflow Plugin :: He southbound API implementation - 1.5.0-SNAPSHOT - 0.12.0-SNAPSHOT + 1.6.0-SNAPSHOT + 0.13.0-SNAPSHOT diff --git a/features-he-aggregator/pom.xml b/features-he-aggregator/pom.xml index 6bad67e74d..6602eb4bb7 100644 --- a/features-he-aggregator/pom.xml +++ b/features-he-aggregator/pom.xml @@ -5,14 +5,14 @@ org.opendaylight.odlparent odlparent-lite - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.openflowplugin features-he-aggregator pom - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT features-openflowplugin-he diff --git a/model/model-flow-base/pom.xml b/model/model-flow-base/pom.xml index 268436dfed..f607fbcafe 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.4.0-SNAPSHOT + 0.5.0-SNAPSHOT model-flow-base bundle diff --git a/model/model-flow-service/pom.xml b/model/model-flow-service/pom.xml index cfcad618f0..8d75c44e53 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.4.0-SNAPSHOT + 0.5.0-SNAPSHOT model-flow-service bundle diff --git a/model/model-flow-statistics/pom.xml b/model/model-flow-statistics/pom.xml index 4060c764e5..4b0654b474 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.4.0-SNAPSHOT + 0.5.0-SNAPSHOT model-flow-statistics bundle diff --git a/model/pom.xml b/model/pom.xml index 1705176864..670ba1d95e 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../parent org.opendaylight.openflowplugin.model diff --git a/openflowplugin-api/pom.xml b/openflowplugin-api/pom.xml index dcab9d4947..6785e7684b 100644 --- a/openflowplugin-api/pom.xml +++ b/openflowplugin-api/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../parent diff --git a/openflowplugin-blueprint-config-he/pom.xml b/openflowplugin-blueprint-config-he/pom.xml index d28906e27b..b1b785e9f3 100644 --- a/openflowplugin-blueprint-config-he/pom.xml +++ b/openflowplugin-blueprint-config-he/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../parent diff --git a/openflowplugin-blueprint-config/pom.xml b/openflowplugin-blueprint-config/pom.xml index f4d7167a7f..281eb5f6d7 100644 --- a/openflowplugin-blueprint-config/pom.xml +++ b/openflowplugin-blueprint-config/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../parent diff --git a/openflowplugin-common/pom.xml b/openflowplugin-common/pom.xml index 417c9d81b1..7df2cac6b4 100644 --- a/openflowplugin-common/pom.xml +++ b/openflowplugin-common/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../parent diff --git a/openflowplugin-controller-config/pom.xml b/openflowplugin-controller-config/pom.xml index c89e29e1cb..f63939f450 100644 --- a/openflowplugin-controller-config/pom.xml +++ b/openflowplugin-controller-config/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../parent diff --git a/openflowplugin-impl/pom.xml b/openflowplugin-impl/pom.xml index 48ebca2ef4..883ed0479b 100644 --- a/openflowplugin-impl/pom.xml +++ b/openflowplugin-impl/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../parent diff --git a/openflowplugin-it/pom.xml b/openflowplugin-it/pom.xml index e35f22e0de..1b824f80c3 100644 --- a/openflowplugin-it/pom.xml +++ b/openflowplugin-it/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../parent diff --git a/openflowplugin/pom.xml b/openflowplugin/pom.xml index f6285f4ff9..f6f7f9e294 100644 --- a/openflowplugin/pom.xml +++ b/openflowplugin/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../parent diff --git a/parent/pom.xml b/parent/pom.xml index 771d132227..6a3456b066 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -12,14 +12,14 @@ org.opendaylight.odlparent odlparent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT 4.0.0 org.opendaylight.openflowplugin openflowplugin-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT pom @@ -31,18 +31,18 @@ utf-8 - 0.9.0-SNAPSHOT - 0.4.0-SNAPSHOT - 0.12.0-SNAPSHOT + 0.10.0-SNAPSHOT + 0.5.0-SNAPSHOT + 0.13.0-SNAPSHOT target/generated-sources/config target/generated-sources/sal 0000.0002.0053.0 - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT - 0.6.0-SNAPSHOT - 1.5.0-SNAPSHOT - 0.10.0-SNAPSHOT - 1.1.0-SNAPSHOT + 0.7.0-SNAPSHOT + 1.6.0-SNAPSHOT + 0.11.0-SNAPSHOT + 1.2.0-SNAPSHOT @@ -65,7 +65,7 @@ org.opendaylight.mdsal mdsal-artifacts - 2.2.0-SNAPSHOT + 2.3.0-SNAPSHOT import pom diff --git a/pom.xml b/pom.xml index e0d38e9b57..04c76fa8c4 100644 --- a/pom.xml +++ b/pom.xml @@ -4,13 +4,13 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT parent org.opendaylight.openflowplugin openflowplugin-aggregator - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT openflowplugin pom diff --git a/samples/learning-switch/pom.xml b/samples/learning-switch/pom.xml index d8549e7dec..1ee4e2bb49 100644 --- a/samples/learning-switch/pom.xml +++ b/samples/learning-switch/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../../parent diff --git a/samples/sample-consumer/pom.xml b/samples/sample-consumer/pom.xml index d6a688ff60..9c35fcbaac 100644 --- a/samples/sample-consumer/pom.xml +++ b/samples/sample-consumer/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../../parent sample-consumer - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT bundle diff --git a/test-common/pom.xml b/test-common/pom.xml index 5f0e4963f7..4b701ee325 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../parent test-common diff --git a/test-provider/pom.xml b/test-provider/pom.xml index 570e5a3549..f6e76aacb2 100644 --- a/test-provider/pom.xml +++ b/test-provider/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT ../parent test-provider -- 2.36.6