From 559d1cb955968329363810f1c6a5f25d571f3b85 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Sat, 22 Aug 2026 08:36:44 +0000 Subject: [PATCH] Release l2switch --- addresstracker/implementation/pom.xml | 2 +- addresstracker/model/pom.xml | 2 +- addresstracker/pom.xml | 2 +- arphandler/pom.xml | 2 +- artifacts/pom.xml | 2 +- binding-parent/pom.xml | 4 ++-- distribution/karaf/pom.xml | 4 ++-- features/feature-parent/pom.xml | 4 ++-- features/features-l2switch/pom.xml | 4 ++-- features/odl-l2switch-addresstracker/pom.xml | 2 +- features/odl-l2switch-arphandler/pom.xml | 2 +- features/odl-l2switch-hosttracker/pom.xml | 2 +- features/odl-l2switch-loopremover/pom.xml | 2 +- features/odl-l2switch-packethandler/pom.xml | 2 +- features/odl-l2switch-switch-rest/pom.xml | 2 +- features/odl-l2switch-switch-ui/pom.xml | 2 +- features/odl-l2switch-switch/pom.xml | 2 +- features/pom.xml | 2 +- hosttracker/implementation/pom.xml | 2 +- hosttracker/model/pom.xml | 2 +- hosttracker/pom.xml | 2 +- l2switch-main/pom.xml | 2 +- loopremover/implementation/pom.xml | 2 +- loopremover/model/pom.xml | 2 +- loopremover/pom.xml | 2 +- packethandler/implementation/pom.xml | 2 +- packethandler/model/pom.xml | 2 +- packethandler/pom.xml | 2 +- pom.xml | 2 +- 29 files changed, 33 insertions(+), 33 deletions(-) diff --git a/addresstracker/implementation/pom.xml b/addresstracker/implementation/pom.xml index a9580d6..fe80a05 100644 --- a/addresstracker/implementation/pom.xml +++ b/addresstracker/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.1-SNAPSHOT + 4.0.1 ../../binding-parent/pom.xml diff --git a/addresstracker/model/pom.xml b/addresstracker/model/pom.xml index 08a1fcb..75f18a2 100644 --- a/addresstracker/model/pom.xml +++ b/addresstracker/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.1-SNAPSHOT + 4.0.1 ../../binding-parent/pom.xml diff --git a/addresstracker/pom.xml b/addresstracker/pom.xml index 69da7d8..89a820d 100644 --- a/addresstracker/pom.xml +++ b/addresstracker/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch addresstracker.aggregator - 4.0.1-SNAPSHOT + 4.0.1 pom diff --git a/arphandler/pom.xml b/arphandler/pom.xml index e110ae7..dcc8a06 100644 --- a/arphandler/pom.xml +++ b/arphandler/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.1-SNAPSHOT + 4.0.1 ../binding-parent/pom.xml diff --git a/artifacts/pom.xml b/artifacts/pom.xml index e8e8bdf..c528fc6 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.l2switch l2switch-artifacts - 4.0.1-SNAPSHOT + 4.0.1 pom diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index 7951368..30e9103 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch binding-parent - 4.0.1-SNAPSHOT + 4.0.1 pom @@ -43,7 +43,7 @@ org.opendaylight.l2switch l2switch-artifacts - 4.0.1-SNAPSHOT + 4.0.1 import pom diff --git a/distribution/karaf/pom.xml b/distribution/karaf/pom.xml index b16ea87..7758ef2 100644 --- a/distribution/karaf/pom.xml +++ b/distribution/karaf/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch l2switch-karaf - 4.0.1-SNAPSHOT + 4.0.1 pom @@ -22,7 +22,7 @@ org.opendaylight.l2switch l2switch-artifacts - 4.0.1-SNAPSHOT + 4.0.1 import pom diff --git a/features/feature-parent/pom.xml b/features/feature-parent/pom.xml index 142dd54..b5236a2 100644 --- a/features/feature-parent/pom.xml +++ b/features/feature-parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.l2switch feature-parent - 4.0.1-SNAPSHOT + 4.0.1 pom OpenDaylight :: L2Switch :: Feature Parent @@ -27,7 +27,7 @@ org.opendaylight.l2switch binding-parent - 4.0.1-SNAPSHOT + 4.0.1 import pom diff --git a/features/features-l2switch/pom.xml b/features/features-l2switch/pom.xml index 27b5970..fff30c2 100644 --- a/features/features-l2switch/pom.xml +++ b/features/features-l2switch/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.l2switch features-l2switch - 4.0.1-SNAPSHOT + 4.0.1 feature @@ -26,7 +26,7 @@ org.opendaylight.l2switch l2switch-artifacts - 4.0.1-SNAPSHOT + 4.0.1 import pom diff --git a/features/odl-l2switch-addresstracker/pom.xml b/features/odl-l2switch-addresstracker/pom.xml index 478a800..dff7f10 100644 --- a/features/odl-l2switch-addresstracker/pom.xml +++ b/features/odl-l2switch-addresstracker/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 4.0.1-SNAPSHOT + 4.0.1 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-arphandler/pom.xml b/features/odl-l2switch-arphandler/pom.xml index 3bc6d32..ab2bd1a 100644 --- a/features/odl-l2switch-arphandler/pom.xml +++ b/features/odl-l2switch-arphandler/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 4.0.1-SNAPSHOT + 4.0.1 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-hosttracker/pom.xml b/features/odl-l2switch-hosttracker/pom.xml index 8af09a2..dc18994 100644 --- a/features/odl-l2switch-hosttracker/pom.xml +++ b/features/odl-l2switch-hosttracker/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 4.0.1-SNAPSHOT + 4.0.1 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-loopremover/pom.xml b/features/odl-l2switch-loopremover/pom.xml index 9e56017..48b2aeb 100644 --- a/features/odl-l2switch-loopremover/pom.xml +++ b/features/odl-l2switch-loopremover/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 4.0.1-SNAPSHOT + 4.0.1 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-packethandler/pom.xml b/features/odl-l2switch-packethandler/pom.xml index 7674a01..fd6567b 100644 --- a/features/odl-l2switch-packethandler/pom.xml +++ b/features/odl-l2switch-packethandler/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 4.0.1-SNAPSHOT + 4.0.1 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-switch-rest/pom.xml b/features/odl-l2switch-switch-rest/pom.xml index cffffb0..1f0766e 100644 --- a/features/odl-l2switch-switch-rest/pom.xml +++ b/features/odl-l2switch-switch-rest/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 4.0.1-SNAPSHOT + 4.0.1 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-switch-ui/pom.xml b/features/odl-l2switch-switch-ui/pom.xml index ed85bb1..3225752 100644 --- a/features/odl-l2switch-switch-ui/pom.xml +++ b/features/odl-l2switch-switch-ui/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 4.0.1-SNAPSHOT + 4.0.1 ../feature-parent diff --git a/features/odl-l2switch-switch/pom.xml b/features/odl-l2switch-switch/pom.xml index 77cab04..77e1a18 100644 --- a/features/odl-l2switch-switch/pom.xml +++ b/features/odl-l2switch-switch/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 4.0.1-SNAPSHOT + 4.0.1 ../feature-parent/pom.xml diff --git a/features/pom.xml b/features/pom.xml index 273d6dc..893f5b9 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.l2switch features-l2switch-aggregator - 4.0.1-SNAPSHOT + 4.0.1 pom diff --git a/hosttracker/implementation/pom.xml b/hosttracker/implementation/pom.xml index 2a102fc..8b3abd2 100644 --- a/hosttracker/implementation/pom.xml +++ b/hosttracker/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.1-SNAPSHOT + 4.0.1 ../../binding-parent/pom.xml diff --git a/hosttracker/model/pom.xml b/hosttracker/model/pom.xml index 63d4340..25c31ec 100644 --- a/hosttracker/model/pom.xml +++ b/hosttracker/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.1-SNAPSHOT + 4.0.1 ../../binding-parent/pom.xml diff --git a/hosttracker/pom.xml b/hosttracker/pom.xml index f41fbcc..eed6f36 100644 --- a/hosttracker/pom.xml +++ b/hosttracker/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch hosttracker.aggregator - 4.0.1-SNAPSHOT + 4.0.1 pom diff --git a/l2switch-main/pom.xml b/l2switch-main/pom.xml index 1f3c5f4..dda5c1a 100644 --- a/l2switch-main/pom.xml +++ b/l2switch-main/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.1-SNAPSHOT + 4.0.1 ../binding-parent/pom.xml diff --git a/loopremover/implementation/pom.xml b/loopremover/implementation/pom.xml index 0f96c10..56aa30d 100644 --- a/loopremover/implementation/pom.xml +++ b/loopremover/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.1-SNAPSHOT + 4.0.1 ../../binding-parent/pom.xml diff --git a/loopremover/model/pom.xml b/loopremover/model/pom.xml index 8301708..520d8be 100644 --- a/loopremover/model/pom.xml +++ b/loopremover/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.1-SNAPSHOT + 4.0.1 ../../binding-parent/pom.xml diff --git a/loopremover/pom.xml b/loopremover/pom.xml index bade704..edf6829 100644 --- a/loopremover/pom.xml +++ b/loopremover/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch loopremover.aggregator - 4.0.1-SNAPSHOT + 4.0.1 pom diff --git a/packethandler/implementation/pom.xml b/packethandler/implementation/pom.xml index 784512e..e44c238 100644 --- a/packethandler/implementation/pom.xml +++ b/packethandler/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.1-SNAPSHOT + 4.0.1 ../../binding-parent/pom.xml diff --git a/packethandler/model/pom.xml b/packethandler/model/pom.xml index b68fd0f..9daceea 100644 --- a/packethandler/model/pom.xml +++ b/packethandler/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.1-SNAPSHOT + 4.0.1 ../../binding-parent/pom.xml diff --git a/packethandler/pom.xml b/packethandler/pom.xml index bb77897..2b7c42f 100644 --- a/packethandler/pom.xml +++ b/packethandler/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.l2switch packethandler.aggregator pom - 4.0.1-SNAPSHOT + 4.0.1 true diff --git a/pom.xml b/pom.xml index 5299aa8..3de9e10 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch l2switch - 4.0.1-SNAPSHOT + 4.0.1 pom l2switch -- 2.34.1