From aa89c920c95d22454aedf85526e4ef5a49f3215e Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Sun, 15 Mar 2026 15:47:18 +0000 Subject: [PATCH] Release openflowplugin --- 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/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 | 2 +- applications/topology-manager/pom.xml | 2 +- artifacts/pom.xml | 2 +- distribution/karaf/pom.xml | 4 ++-- drop-test-karaf/pom.xml | 2 +- extension/openflowjava-extension-eric/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-eric/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/features-openflowplugin/pom.xml | 4 ++-- features/odl-openflowjava-protocol/pom.xml | 2 +- .../odl-openflowplugin-app-arbitratorreconciliation/pom.xml | 2 +- features/odl-openflowplugin-app-bulk-o-matic/pom.xml | 2 +- features/odl-openflowplugin-app-config-pusher/pom.xml | 2 +- .../odl-openflowplugin-app-forwardingrules-manager/pom.xml | 2 +- features/odl-openflowplugin-app-forwardingrules-sync/pom.xml | 2 +- features/odl-openflowplugin-app-lldp-speaker/pom.xml | 2 +- .../odl-openflowplugin-app-reconciliation-framework/pom.xml | 2 +- features/odl-openflowplugin-app-southbound-cli/pom.xml | 2 +- features/odl-openflowplugin-app-table-miss-enforcer/pom.xml | 2 +- .../odl-openflowplugin-app-topology-lldp-discovery/pom.xml | 2 +- features/odl-openflowplugin-app-topology-manager/pom.xml | 2 +- features/odl-openflowplugin-app-topology/pom.xml | 2 +- features/odl-openflowplugin-drop-test/pom.xml | 2 +- features/odl-openflowplugin-eric-extensions/pom.xml | 2 +- features/odl-openflowplugin-flow-services-rest/pom.xml | 2 +- features/odl-openflowplugin-flow-services/pom.xml | 2 +- features/odl-openflowplugin-libraries/pom.xml | 2 +- features/odl-openflowplugin-nsf-model/pom.xml | 2 +- features/odl-openflowplugin-nxm-extensions/pom.xml | 2 +- features/odl-openflowplugin-onf-extensions/pom.xml | 2 +- features/odl-openflowplugin-southbound/pom.xml | 2 +- features/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/model-inventory/pom.xml | 2 +- model/model-topology/pom.xml | 2 +- model/pom.xml | 2 +- openflowjava/openflow-protocol-api/pom.xml | 2 +- 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 | 2 +- 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 +- srm/api/pom.xml | 2 +- srm/impl/pom.xml | 2 +- srm/pom.xml | 2 +- srm/shell/pom.xml | 2 +- test-common/pom.xml | 2 +- test-provider/pom.xml | 2 +- 85 files changed, 88 insertions(+), 88 deletions(-) diff --git a/applications/arbitratorreconciliation/api/pom.xml b/applications/arbitratorreconciliation/api/pom.xml index 6780af414..73ad84e1a 100644 --- a/applications/arbitratorreconciliation/api/pom.xml +++ b/applications/arbitratorreconciliation/api/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../../parent diff --git a/applications/arbitratorreconciliation/impl/pom.xml b/applications/arbitratorreconciliation/impl/pom.xml index 7c5084a37..a32d5e834 100644 --- a/applications/arbitratorreconciliation/impl/pom.xml +++ b/applications/arbitratorreconciliation/impl/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../../parent diff --git a/applications/arbitratorreconciliation/pom.xml b/applications/arbitratorreconciliation/pom.xml index 4580e2fb2..cd3f3f0a2 100644 --- a/applications/arbitratorreconciliation/pom.xml +++ b/applications/arbitratorreconciliation/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin.applications arbitratorreconciliation-aggregator - 0.21.3-SNAPSHOT + 0.21.3 pom ODL :: openflowplugin :: ${project.artifactId} diff --git a/applications/bulk-o-matic/pom.xml b/applications/bulk-o-matic/pom.xml index adc3ddd5b..6c00fa409 100644 --- a/applications/bulk-o-matic/pom.xml +++ b/applications/bulk-o-matic/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/applications/device-ownership-service/pom.xml b/applications/device-ownership-service/pom.xml index 507c6f794..af0ead0d6 100644 --- a/applications/device-ownership-service/pom.xml +++ b/applications/device-ownership-service/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/applications/forwardingrules-manager/pom.xml b/applications/forwardingrules-manager/pom.xml index 7578e2c7d..eb2d4aa06 100644 --- a/applications/forwardingrules-manager/pom.xml +++ b/applications/forwardingrules-manager/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/applications/forwardingrules-sync/pom.xml b/applications/forwardingrules-sync/pom.xml index 46d6d867e..ace5a4dc7 100644 --- a/applications/forwardingrules-sync/pom.xml +++ b/applications/forwardingrules-sync/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/applications/lldp-speaker/pom.xml b/applications/lldp-speaker/pom.xml index 7dea77545..208b235c2 100644 --- a/applications/lldp-speaker/pom.xml +++ b/applications/lldp-speaker/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/applications/of-switch-config-pusher/pom.xml b/applications/of-switch-config-pusher/pom.xml index 7ad897af0..3b0f6976f 100644 --- a/applications/of-switch-config-pusher/pom.xml +++ b/applications/of-switch-config-pusher/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/applications/pom.xml b/applications/pom.xml index 9fc1036dc..15118c19c 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin applications-aggregator - 0.21.3-SNAPSHOT + 0.21.3 pom diff --git a/applications/reconciliation-framework/pom.xml b/applications/reconciliation-framework/pom.xml index 3ca19f25a..8feab9df2 100644 --- a/applications/reconciliation-framework/pom.xml +++ b/applications/reconciliation-framework/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/applications/southbound-cli/pom.xml b/applications/southbound-cli/pom.xml index 2b6287da6..705539474 100644 --- a/applications/southbound-cli/pom.xml +++ b/applications/southbound-cli/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/applications/table-miss-enforcer/pom.xml b/applications/table-miss-enforcer/pom.xml index 864b073dc..c34af2862 100644 --- a/applications/table-miss-enforcer/pom.xml +++ b/applications/table-miss-enforcer/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/applications/topology-lldp-discovery/pom.xml b/applications/topology-lldp-discovery/pom.xml index 9751e2c08..bdb24890f 100644 --- a/applications/topology-lldp-discovery/pom.xml +++ b/applications/topology-lldp-discovery/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent org.opendaylight.openflowplugin.applications diff --git a/applications/topology-manager/pom.xml b/applications/topology-manager/pom.xml index f98c6e973..6b99ab0d1 100644 --- a/applications/topology-manager/pom.xml +++ b/applications/topology-manager/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent org.opendaylight.openflowplugin.applications diff --git a/artifacts/pom.xml b/artifacts/pom.xml index aa118562a..e574c78bd 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.openflowplugin openflowplugin-artifacts - 0.21.3-SNAPSHOT + 0.21.3 pom diff --git a/distribution/karaf/pom.xml b/distribution/karaf/pom.xml index 645669a5c..a22937028 100644 --- a/distribution/karaf/pom.xml +++ b/distribution/karaf/pom.xml @@ -8,11 +8,11 @@ org.opendaylight.openflowplugin openflowplugin-karaf - 0.21.3-SNAPSHOT + 0.21.3 pom - 0.21.3-SNAPSHOT + 0.21.3 diff --git a/drop-test-karaf/pom.xml b/drop-test-karaf/pom.xml index d943bc9f1..9280b8af2 100644 --- a/drop-test-karaf/pom.xml +++ b/drop-test-karaf/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../parent diff --git a/extension/openflowjava-extension-eric/pom.xml b/extension/openflowjava-extension-eric/pom.xml index b8f1feff4..44b59dbf5 100644 --- a/extension/openflowjava-extension-eric/pom.xml +++ b/extension/openflowjava-extension-eric/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent openflowjava-extension-eric diff --git a/extension/openflowjava-extension-nicira-api/pom.xml b/extension/openflowjava-extension-nicira-api/pom.xml index 662bb0abf..a6a92fe4e 100644 --- a/extension/openflowjava-extension-nicira-api/pom.xml +++ b/extension/openflowjava-extension-nicira-api/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent openflowjava-extension-nicira-api diff --git a/extension/openflowjava-extension-nicira/pom.xml b/extension/openflowjava-extension-nicira/pom.xml index 6d6879d8d..b73f9cbda 100644 --- a/extension/openflowjava-extension-nicira/pom.xml +++ b/extension/openflowjava-extension-nicira/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent openflowjava-extension-nicira diff --git a/extension/openflowplugin-extension-api/pom.xml b/extension/openflowplugin-extension-api/pom.xml index 0ad6d9bb3..24f716de8 100644 --- a/extension/openflowplugin-extension-api/pom.xml +++ b/extension/openflowplugin-extension-api/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/extension/openflowplugin-extension-eric/pom.xml b/extension/openflowplugin-extension-eric/pom.xml index ec0474e74..451486efb 100644 --- a/extension/openflowplugin-extension-eric/pom.xml +++ b/extension/openflowplugin-extension-eric/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/extension/openflowplugin-extension-nicira/pom.xml b/extension/openflowplugin-extension-nicira/pom.xml index 8f0688cc0..4b9d8b44d 100644 --- a/extension/openflowplugin-extension-nicira/pom.xml +++ b/extension/openflowplugin-extension-nicira/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/extension/openflowplugin-extension-onf/pom.xml b/extension/openflowplugin-extension-onf/pom.xml index 03a125654..5f576f885 100644 --- a/extension/openflowplugin-extension-onf/pom.xml +++ b/extension/openflowplugin-extension-onf/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/extension/pom.xml b/extension/pom.xml index 66cb421da..f2385a73b 100644 --- a/extension/pom.xml +++ b/extension/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin openflowplugin-extension-aggregator - 0.21.3-SNAPSHOT + 0.21.3 pom diff --git a/extension/test-extension/pom.xml b/extension/test-extension/pom.xml index 8e553c967..11a77d9d3 100644 --- a/extension/test-extension/pom.xml +++ b/extension/test-extension/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/features/features-openflowplugin/pom.xml b/features/features-openflowplugin/pom.xml index 28f0df15e..baa206032 100644 --- a/features/features-openflowplugin/pom.xml +++ b/features/features-openflowplugin/pom.xml @@ -11,14 +11,14 @@ org.opendaylight.openflowplugin features-openflowplugin feature - 0.21.3-SNAPSHOT + 0.21.3 org.opendaylight.openflowplugin openflowplugin-artifacts - 0.21.3-SNAPSHOT + 0.21.3 pom import diff --git a/features/odl-openflowjava-protocol/pom.xml b/features/odl-openflowjava-protocol/pom.xml index 39e516c5c..9dd6dc20c 100644 --- a/features/odl-openflowjava-protocol/pom.xml +++ b/features/odl-openflowjava-protocol/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin.openflowjava odl-openflowjava-protocol - 0.21.3-SNAPSHOT + 0.21.3 feature pom diff --git a/samples/learning-switch/pom.xml b/samples/learning-switch/pom.xml index 51dc27825..c5a32669f 100644 --- a/samples/learning-switch/pom.xml +++ b/samples/learning-switch/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/samples/pom.xml b/samples/pom.xml index 6c12624d5..215b42d82 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin openflowplugin-samples-aggregator - 0.21.3-SNAPSHOT + 0.21.3 pom diff --git a/samples/sample-bundles/pom.xml b/samples/sample-bundles/pom.xml index 6734aa0c1..a7c909be8 100644 --- a/samples/sample-bundles/pom.xml +++ b/samples/sample-bundles/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/samples/sample-consumer/pom.xml b/samples/sample-consumer/pom.xml index d59b6740c..b63754c64 100644 --- a/samples/sample-consumer/pom.xml +++ b/samples/sample-consumer/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index b37df5079..f82424767 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/srm/api/pom.xml b/srm/api/pom.xml index 52632970c..515a45685 100644 --- a/srm/api/pom.xml +++ b/srm/api/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/srm/impl/pom.xml b/srm/impl/pom.xml index 3386a7a90..f3f7a945f 100644 --- a/srm/impl/pom.xml +++ b/srm/impl/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/srm/pom.xml b/srm/pom.xml index 3f238f358..be8561b44 100644 --- a/srm/pom.xml +++ b/srm/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.openflowplugin srm-aggregator - 0.21.3-SNAPSHOT + 0.21.3 pom diff --git a/srm/shell/pom.xml b/srm/shell/pom.xml index e70636140..7ed196fcc 100644 --- a/srm/shell/pom.xml +++ b/srm/shell/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../../parent diff --git a/test-common/pom.xml b/test-common/pom.xml index 87f3d779e..2c3efe363 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../parent test-common diff --git a/test-provider/pom.xml b/test-provider/pom.xml index a208b8550..1a48d148c 100644 --- a/test-provider/pom.xml +++ b/test-provider/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.21.3-SNAPSHOT + 0.21.3 ../parent test-provider -- 2.34.1