From b23d44aa3d10db41f0d79c37f0e017c8ede52110 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Sat, 22 Aug 2026 00:00:33 +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 1f8ea00bd..fdcb6e0c0 100644 --- a/applications/arbitratorreconciliation/api/pom.xml +++ b/applications/arbitratorreconciliation/api/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../../parent diff --git a/applications/arbitratorreconciliation/impl/pom.xml b/applications/arbitratorreconciliation/impl/pom.xml index 95ad6a6eb..d3afdde6e 100644 --- a/applications/arbitratorreconciliation/impl/pom.xml +++ b/applications/arbitratorreconciliation/impl/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../../parent diff --git a/applications/arbitratorreconciliation/pom.xml b/applications/arbitratorreconciliation/pom.xml index 881331035..9e6046490 100644 --- a/applications/arbitratorreconciliation/pom.xml +++ b/applications/arbitratorreconciliation/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin.applications arbitratorreconciliation-aggregator - 1.0.1-SNAPSHOT + 1.0.1 pom ODL :: openflowplugin :: ${project.artifactId} diff --git a/applications/bulk-o-matic/pom.xml b/applications/bulk-o-matic/pom.xml index 0f08fd4d6..30eec6f5e 100644 --- a/applications/bulk-o-matic/pom.xml +++ b/applications/bulk-o-matic/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/applications/device-ownership-service/pom.xml b/applications/device-ownership-service/pom.xml index 97a574c0a..3bf736209 100644 --- a/applications/device-ownership-service/pom.xml +++ b/applications/device-ownership-service/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/applications/forwardingrules-manager/pom.xml b/applications/forwardingrules-manager/pom.xml index f6ccda68a..9d8d997f0 100644 --- a/applications/forwardingrules-manager/pom.xml +++ b/applications/forwardingrules-manager/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/applications/forwardingrules-sync/pom.xml b/applications/forwardingrules-sync/pom.xml index f90df321e..7051cea84 100644 --- a/applications/forwardingrules-sync/pom.xml +++ b/applications/forwardingrules-sync/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/applications/lldp-speaker/pom.xml b/applications/lldp-speaker/pom.xml index aa010261f..25a82dfcd 100644 --- a/applications/lldp-speaker/pom.xml +++ b/applications/lldp-speaker/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/applications/of-switch-config-pusher/pom.xml b/applications/of-switch-config-pusher/pom.xml index caf1bb6b3..d8d9bab15 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 - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/applications/pom.xml b/applications/pom.xml index 470b2b67e..20e00131f 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin applications-aggregator - 1.0.1-SNAPSHOT + 1.0.1 pom diff --git a/applications/reconciliation-framework/pom.xml b/applications/reconciliation-framework/pom.xml index e57f20558..23db8d2c5 100644 --- a/applications/reconciliation-framework/pom.xml +++ b/applications/reconciliation-framework/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/applications/southbound-cli/pom.xml b/applications/southbound-cli/pom.xml index 46eed95ba..4aa213461 100644 --- a/applications/southbound-cli/pom.xml +++ b/applications/southbound-cli/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/applications/table-miss-enforcer/pom.xml b/applications/table-miss-enforcer/pom.xml index d8ddde8b0..3658cd7cb 100644 --- a/applications/table-miss-enforcer/pom.xml +++ b/applications/table-miss-enforcer/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/applications/topology-lldp-discovery/pom.xml b/applications/topology-lldp-discovery/pom.xml index c66456d6a..7bdac7244 100644 --- a/applications/topology-lldp-discovery/pom.xml +++ b/applications/topology-lldp-discovery/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent org.opendaylight.openflowplugin.applications diff --git a/applications/topology-manager/pom.xml b/applications/topology-manager/pom.xml index ea933727f..df08387b9 100644 --- a/applications/topology-manager/pom.xml +++ b/applications/topology-manager/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent org.opendaylight.openflowplugin.applications diff --git a/artifacts/pom.xml b/artifacts/pom.xml index bd7420337..78f7a7e91 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.openflowplugin openflowplugin-artifacts - 1.0.1-SNAPSHOT + 1.0.1 pom diff --git a/distribution/karaf/pom.xml b/distribution/karaf/pom.xml index b13cf7512..696c9db36 100644 --- a/distribution/karaf/pom.xml +++ b/distribution/karaf/pom.xml @@ -8,11 +8,11 @@ org.opendaylight.openflowplugin openflowplugin-karaf - 1.0.1-SNAPSHOT + 1.0.1 pom - 1.0.1-SNAPSHOT + 1.0.1 diff --git a/drop-test-karaf/pom.xml b/drop-test-karaf/pom.xml index 369f3f277..3b462ab88 100644 --- a/drop-test-karaf/pom.xml +++ b/drop-test-karaf/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../parent diff --git a/extension/openflowjava-extension-eric/pom.xml b/extension/openflowjava-extension-eric/pom.xml index d02a9bc8b..8daadd373 100644 --- a/extension/openflowjava-extension-eric/pom.xml +++ b/extension/openflowjava-extension-eric/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent openflowjava-extension-eric diff --git a/extension/openflowjava-extension-nicira-api/pom.xml b/extension/openflowjava-extension-nicira-api/pom.xml index c0b75bf41..9c4799a3f 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 - 1.0.1-SNAPSHOT + 1.0.1 ../../parent openflowjava-extension-nicira-api diff --git a/extension/openflowjava-extension-nicira/pom.xml b/extension/openflowjava-extension-nicira/pom.xml index ae3b23f6e..25e13c9e8 100644 --- a/extension/openflowjava-extension-nicira/pom.xml +++ b/extension/openflowjava-extension-nicira/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent openflowjava-extension-nicira diff --git a/extension/openflowplugin-extension-api/pom.xml b/extension/openflowplugin-extension-api/pom.xml index 5bc6ee4ba..02d472c8d 100644 --- a/extension/openflowplugin-extension-api/pom.xml +++ b/extension/openflowplugin-extension-api/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/extension/openflowplugin-extension-eric/pom.xml b/extension/openflowplugin-extension-eric/pom.xml index 7ffee574a..4cd40d91f 100644 --- a/extension/openflowplugin-extension-eric/pom.xml +++ b/extension/openflowplugin-extension-eric/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/extension/openflowplugin-extension-nicira/pom.xml b/extension/openflowplugin-extension-nicira/pom.xml index 7faef8b47..79556119c 100644 --- a/extension/openflowplugin-extension-nicira/pom.xml +++ b/extension/openflowplugin-extension-nicira/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/extension/openflowplugin-extension-onf/pom.xml b/extension/openflowplugin-extension-onf/pom.xml index 618caeb00..97df2016e 100644 --- a/extension/openflowplugin-extension-onf/pom.xml +++ b/extension/openflowplugin-extension-onf/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/extension/pom.xml b/extension/pom.xml index 5f6960b3f..21d91ba3d 100644 --- a/extension/pom.xml +++ b/extension/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin openflowplugin-extension-aggregator - 1.0.1-SNAPSHOT + 1.0.1 pom diff --git a/extension/test-extension/pom.xml b/extension/test-extension/pom.xml index 05692f275..a40eb2668 100644 --- a/extension/test-extension/pom.xml +++ b/extension/test-extension/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/features/features-openflowplugin/pom.xml b/features/features-openflowplugin/pom.xml index 5730a1983..a4100a6c9 100644 --- a/features/features-openflowplugin/pom.xml +++ b/features/features-openflowplugin/pom.xml @@ -11,14 +11,14 @@ org.opendaylight.openflowplugin features-openflowplugin feature - 1.0.1-SNAPSHOT + 1.0.1 org.opendaylight.openflowplugin openflowplugin-artifacts - 1.0.1-SNAPSHOT + 1.0.1 pom import diff --git a/features/odl-openflowjava-protocol/pom.xml b/features/odl-openflowjava-protocol/pom.xml index b2b03e19f..84c2f03ca 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 - 1.0.1-SNAPSHOT + 1.0.1 feature pom diff --git a/samples/learning-switch/pom.xml b/samples/learning-switch/pom.xml index 0bf274ef9..03bd12897 100644 --- a/samples/learning-switch/pom.xml +++ b/samples/learning-switch/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/samples/pom.xml b/samples/pom.xml index 8ebde8df9..21c0941ba 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin openflowplugin-samples-aggregator - 1.0.1-SNAPSHOT + 1.0.1 pom diff --git a/samples/sample-bundles/pom.xml b/samples/sample-bundles/pom.xml index a0065e167..b377f2d7f 100644 --- a/samples/sample-bundles/pom.xml +++ b/samples/sample-bundles/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/samples/sample-consumer/pom.xml b/samples/sample-consumer/pom.xml index f4b4c3e24..14f41fc68 100644 --- a/samples/sample-consumer/pom.xml +++ b/samples/sample-consumer/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/samples/simple-client/pom.xml b/samples/simple-client/pom.xml index 6efef7d24..704aab6a7 100644 --- a/samples/simple-client/pom.xml +++ b/samples/simple-client/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/srm/api/pom.xml b/srm/api/pom.xml index 1e9033489..e6375391f 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 - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/srm/impl/pom.xml b/srm/impl/pom.xml index a574e61a9..7cca4eff2 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 - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/srm/pom.xml b/srm/pom.xml index 040982982..a31259479 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 - 1.0.1-SNAPSHOT + 1.0.1 pom diff --git a/srm/shell/pom.xml b/srm/shell/pom.xml index c2a7b28b2..03bf87eec 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 - 1.0.1-SNAPSHOT + 1.0.1 ../../parent diff --git a/test-common/pom.xml b/test-common/pom.xml index 748730dfb..4280aaf25 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../parent test-common diff --git a/test-provider/pom.xml b/test-provider/pom.xml index cd26d0ca9..facd0cd22 100644 --- a/test-provider/pom.xml +++ b/test-provider/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.openflowplugin openflowplugin-parent - 1.0.1-SNAPSHOT + 1.0.1 ../parent test-provider -- 2.34.1