From 1c9603166564544181cf9c25971b98a36d685a5e Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Fri, 28 Aug 2026 17:01:34 +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 1fb83fc7..29b85953 100644 --- a/addresstracker/implementation/pom.xml +++ b/addresstracker/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.2-SNAPSHOT + 4.0.2 ../../binding-parent/pom.xml diff --git a/addresstracker/model/pom.xml b/addresstracker/model/pom.xml index 0ed6d02a..4bbffe80 100644 --- a/addresstracker/model/pom.xml +++ b/addresstracker/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.2-SNAPSHOT + 4.0.2 ../../binding-parent/pom.xml diff --git a/addresstracker/pom.xml b/addresstracker/pom.xml index 77873cd2..aeccd39a 100644 --- a/addresstracker/pom.xml +++ b/addresstracker/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch addresstracker.aggregator - 4.0.2-SNAPSHOT + 4.0.2 pom diff --git a/arphandler/pom.xml b/arphandler/pom.xml index d582f3d6..b9cd85db 100644 --- a/arphandler/pom.xml +++ b/arphandler/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.2-SNAPSHOT + 4.0.2 ../binding-parent/pom.xml diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 35c7d3b3..99cd2e53 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.l2switch l2switch-artifacts - 4.0.2-SNAPSHOT + 4.0.2 pom diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index 470cd1ba..524aeb31 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch binding-parent - 4.0.2-SNAPSHOT + 4.0.2 pom @@ -43,7 +43,7 @@ org.opendaylight.l2switch l2switch-artifacts - 4.0.2-SNAPSHOT + 4.0.2 import pom diff --git a/distribution/karaf/pom.xml b/distribution/karaf/pom.xml index 5665b222..d0d0490c 100644 --- a/distribution/karaf/pom.xml +++ b/distribution/karaf/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch l2switch-karaf - 4.0.2-SNAPSHOT + 4.0.2 pom @@ -22,7 +22,7 @@ org.opendaylight.l2switch l2switch-artifacts - 4.0.2-SNAPSHOT + 4.0.2 import pom diff --git a/features/feature-parent/pom.xml b/features/feature-parent/pom.xml index 7bec1ab8..3d7c23b1 100644 --- a/features/feature-parent/pom.xml +++ b/features/feature-parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.l2switch feature-parent - 4.0.2-SNAPSHOT + 4.0.2 pom OpenDaylight :: L2Switch :: Feature Parent @@ -27,7 +27,7 @@ org.opendaylight.l2switch binding-parent - 4.0.2-SNAPSHOT + 4.0.2 import pom diff --git a/features/features-l2switch/pom.xml b/features/features-l2switch/pom.xml index 97ab2a7f..94933b2a 100644 --- a/features/features-l2switch/pom.xml +++ b/features/features-l2switch/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.l2switch features-l2switch - 4.0.2-SNAPSHOT + 4.0.2 feature @@ -26,7 +26,7 @@ org.opendaylight.l2switch l2switch-artifacts - 4.0.2-SNAPSHOT + 4.0.2 import pom diff --git a/features/odl-l2switch-addresstracker/pom.xml b/features/odl-l2switch-addresstracker/pom.xml index db866177..1d61e477 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.2-SNAPSHOT + 4.0.2 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-arphandler/pom.xml b/features/odl-l2switch-arphandler/pom.xml index 1107283d..da82417e 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.2-SNAPSHOT + 4.0.2 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-hosttracker/pom.xml b/features/odl-l2switch-hosttracker/pom.xml index 446379c9..592fc335 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.2-SNAPSHOT + 4.0.2 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-loopremover/pom.xml b/features/odl-l2switch-loopremover/pom.xml index db355ba2..cdc718d3 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.2-SNAPSHOT + 4.0.2 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-packethandler/pom.xml b/features/odl-l2switch-packethandler/pom.xml index 3ff14a32..278555eb 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.2-SNAPSHOT + 4.0.2 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-switch-rest/pom.xml b/features/odl-l2switch-switch-rest/pom.xml index 4bda1fbf..d2663ef2 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.2-SNAPSHOT + 4.0.2 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-switch-ui/pom.xml b/features/odl-l2switch-switch-ui/pom.xml index 978c1ee3..75897001 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.2-SNAPSHOT + 4.0.2 ../feature-parent diff --git a/features/odl-l2switch-switch/pom.xml b/features/odl-l2switch-switch/pom.xml index 4330ddec..7c20533c 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.2-SNAPSHOT + 4.0.2 ../feature-parent/pom.xml diff --git a/features/pom.xml b/features/pom.xml index 59ae1491..5c9256d5 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.l2switch features-l2switch-aggregator - 4.0.2-SNAPSHOT + 4.0.2 pom diff --git a/hosttracker/implementation/pom.xml b/hosttracker/implementation/pom.xml index 0e7790d2..f9d1f805 100644 --- a/hosttracker/implementation/pom.xml +++ b/hosttracker/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.2-SNAPSHOT + 4.0.2 ../../binding-parent/pom.xml diff --git a/hosttracker/model/pom.xml b/hosttracker/model/pom.xml index cc845a37..3e03266a 100644 --- a/hosttracker/model/pom.xml +++ b/hosttracker/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.2-SNAPSHOT + 4.0.2 ../../binding-parent/pom.xml diff --git a/hosttracker/pom.xml b/hosttracker/pom.xml index e7c62753..b7510dff 100644 --- a/hosttracker/pom.xml +++ b/hosttracker/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch hosttracker.aggregator - 4.0.2-SNAPSHOT + 4.0.2 pom diff --git a/l2switch-main/pom.xml b/l2switch-main/pom.xml index 26d36e17..9b6ee696 100644 --- a/l2switch-main/pom.xml +++ b/l2switch-main/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.2-SNAPSHOT + 4.0.2 ../binding-parent/pom.xml diff --git a/loopremover/implementation/pom.xml b/loopremover/implementation/pom.xml index e617eb3b..30f89787 100644 --- a/loopremover/implementation/pom.xml +++ b/loopremover/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.2-SNAPSHOT + 4.0.2 ../../binding-parent/pom.xml diff --git a/loopremover/model/pom.xml b/loopremover/model/pom.xml index a3b21d67..3d27a2c4 100644 --- a/loopremover/model/pom.xml +++ b/loopremover/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.2-SNAPSHOT + 4.0.2 ../../binding-parent/pom.xml diff --git a/loopremover/pom.xml b/loopremover/pom.xml index 5c40eb93..26e3528c 100644 --- a/loopremover/pom.xml +++ b/loopremover/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch loopremover.aggregator - 4.0.2-SNAPSHOT + 4.0.2 pom diff --git a/packethandler/implementation/pom.xml b/packethandler/implementation/pom.xml index cfcf52c2..604ac915 100644 --- a/packethandler/implementation/pom.xml +++ b/packethandler/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.2-SNAPSHOT + 4.0.2 ../../binding-parent/pom.xml diff --git a/packethandler/model/pom.xml b/packethandler/model/pom.xml index b50be5e2..b2354f3f 100644 --- a/packethandler/model/pom.xml +++ b/packethandler/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 4.0.2-SNAPSHOT + 4.0.2 ../../binding-parent/pom.xml diff --git a/packethandler/pom.xml b/packethandler/pom.xml index a8e3a13f..dba0d00c 100644 --- a/packethandler/pom.xml +++ b/packethandler/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.l2switch packethandler.aggregator pom - 4.0.2-SNAPSHOT + 4.0.2 true diff --git a/pom.xml b/pom.xml index c908eb7b..98720426 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch l2switch - 4.0.2-SNAPSHOT + 4.0.2 pom l2switch -- 2.34.1