From 24020769f0f5bb4b0b87c8d6d072daa2037eab8e Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Mon, 16 Mar 2026 10:48:18 +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 db5f6f6..07d635a 100644 --- a/addresstracker/implementation/pom.xml +++ b/addresstracker/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.1-SNAPSHOT + 3.0.1 ../../binding-parent/pom.xml diff --git a/addresstracker/model/pom.xml b/addresstracker/model/pom.xml index c29bc0a..5bb65d7 100644 --- a/addresstracker/model/pom.xml +++ b/addresstracker/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.1-SNAPSHOT + 3.0.1 ../../binding-parent/pom.xml diff --git a/addresstracker/pom.xml b/addresstracker/pom.xml index e546227..e1af340 100644 --- a/addresstracker/pom.xml +++ b/addresstracker/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch addresstracker.aggregator - 3.0.1-SNAPSHOT + 3.0.1 pom diff --git a/arphandler/pom.xml b/arphandler/pom.xml index 7bf12d0..4c0eca8 100644 --- a/arphandler/pom.xml +++ b/arphandler/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.1-SNAPSHOT + 3.0.1 ../binding-parent/pom.xml diff --git a/artifacts/pom.xml b/artifacts/pom.xml index ec5b75f..09b41e5 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.l2switch l2switch-artifacts - 3.0.1-SNAPSHOT + 3.0.1 pom diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index a5236d1..3c17f47 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch binding-parent - 3.0.1-SNAPSHOT + 3.0.1 pom @@ -43,7 +43,7 @@ org.opendaylight.l2switch l2switch-artifacts - 3.0.1-SNAPSHOT + 3.0.1 import pom diff --git a/distribution/karaf/pom.xml b/distribution/karaf/pom.xml index 0541248..3c0f4ae 100644 --- a/distribution/karaf/pom.xml +++ b/distribution/karaf/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch l2switch-karaf - 3.0.1-SNAPSHOT + 3.0.1 pom @@ -22,7 +22,7 @@ org.opendaylight.l2switch l2switch-artifacts - 3.0.1-SNAPSHOT + 3.0.1 import pom diff --git a/features/feature-parent/pom.xml b/features/feature-parent/pom.xml index 661d86a..f6a339c 100644 --- a/features/feature-parent/pom.xml +++ b/features/feature-parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.l2switch feature-parent - 3.0.1-SNAPSHOT + 3.0.1 pom OpenDaylight :: L2Switch :: Feature Parent @@ -27,7 +27,7 @@ org.opendaylight.l2switch binding-parent - 3.0.1-SNAPSHOT + 3.0.1 import pom diff --git a/features/features-l2switch/pom.xml b/features/features-l2switch/pom.xml index eea9d03..fb230ff 100644 --- a/features/features-l2switch/pom.xml +++ b/features/features-l2switch/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.l2switch features-l2switch - 3.0.1-SNAPSHOT + 3.0.1 feature @@ -26,7 +26,7 @@ org.opendaylight.l2switch l2switch-artifacts - 3.0.1-SNAPSHOT + 3.0.1 import pom diff --git a/features/odl-l2switch-addresstracker/pom.xml b/features/odl-l2switch-addresstracker/pom.xml index e2084d8..24d6652 100644 --- a/features/odl-l2switch-addresstracker/pom.xml +++ b/features/odl-l2switch-addresstracker/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 3.0.1-SNAPSHOT + 3.0.1 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-arphandler/pom.xml b/features/odl-l2switch-arphandler/pom.xml index dcd4e8b..4072f09 100644 --- a/features/odl-l2switch-arphandler/pom.xml +++ b/features/odl-l2switch-arphandler/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 3.0.1-SNAPSHOT + 3.0.1 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-hosttracker/pom.xml b/features/odl-l2switch-hosttracker/pom.xml index c96a425..9905161 100644 --- a/features/odl-l2switch-hosttracker/pom.xml +++ b/features/odl-l2switch-hosttracker/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 3.0.1-SNAPSHOT + 3.0.1 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-loopremover/pom.xml b/features/odl-l2switch-loopremover/pom.xml index dbcd9c1..c74f520 100644 --- a/features/odl-l2switch-loopremover/pom.xml +++ b/features/odl-l2switch-loopremover/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 3.0.1-SNAPSHOT + 3.0.1 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-packethandler/pom.xml b/features/odl-l2switch-packethandler/pom.xml index c0780b7..cd60d53 100644 --- a/features/odl-l2switch-packethandler/pom.xml +++ b/features/odl-l2switch-packethandler/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 3.0.1-SNAPSHOT + 3.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 80f9aa8..86d4c3b 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 - 3.0.1-SNAPSHOT + 3.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 3582a20..a5121a9 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 - 3.0.1-SNAPSHOT + 3.0.1 ../feature-parent diff --git a/features/odl-l2switch-switch/pom.xml b/features/odl-l2switch-switch/pom.xml index a0ed790..3b7aba9 100644 --- a/features/odl-l2switch-switch/pom.xml +++ b/features/odl-l2switch-switch/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 3.0.1-SNAPSHOT + 3.0.1 ../feature-parent/pom.xml diff --git a/features/pom.xml b/features/pom.xml index 646ad1b..5fd2214 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.l2switch features-l2switch-aggregator - 3.0.1-SNAPSHOT + 3.0.1 pom diff --git a/hosttracker/implementation/pom.xml b/hosttracker/implementation/pom.xml index 9e42e0c..cb86f79 100644 --- a/hosttracker/implementation/pom.xml +++ b/hosttracker/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.1-SNAPSHOT + 3.0.1 ../../binding-parent/pom.xml diff --git a/hosttracker/model/pom.xml b/hosttracker/model/pom.xml index 405f062..60642bb 100644 --- a/hosttracker/model/pom.xml +++ b/hosttracker/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.1-SNAPSHOT + 3.0.1 ../../binding-parent/pom.xml diff --git a/hosttracker/pom.xml b/hosttracker/pom.xml index 10d0cd5..138c968 100644 --- a/hosttracker/pom.xml +++ b/hosttracker/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch hosttracker.aggregator - 3.0.1-SNAPSHOT + 3.0.1 pom diff --git a/l2switch-main/pom.xml b/l2switch-main/pom.xml index e52f7ed..fd1e92f 100644 --- a/l2switch-main/pom.xml +++ b/l2switch-main/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.1-SNAPSHOT + 3.0.1 ../binding-parent/pom.xml diff --git a/loopremover/implementation/pom.xml b/loopremover/implementation/pom.xml index 3f93d68..c802233 100644 --- a/loopremover/implementation/pom.xml +++ b/loopremover/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.1-SNAPSHOT + 3.0.1 ../../binding-parent/pom.xml diff --git a/loopremover/model/pom.xml b/loopremover/model/pom.xml index 142a3ee..f3952a7 100644 --- a/loopremover/model/pom.xml +++ b/loopremover/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.1-SNAPSHOT + 3.0.1 ../../binding-parent/pom.xml diff --git a/loopremover/pom.xml b/loopremover/pom.xml index 1d71c14..171f4f6 100644 --- a/loopremover/pom.xml +++ b/loopremover/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch loopremover.aggregator - 3.0.1-SNAPSHOT + 3.0.1 pom diff --git a/packethandler/implementation/pom.xml b/packethandler/implementation/pom.xml index 70eb7ea..761e585 100644 --- a/packethandler/implementation/pom.xml +++ b/packethandler/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.1-SNAPSHOT + 3.0.1 ../../binding-parent/pom.xml diff --git a/packethandler/model/pom.xml b/packethandler/model/pom.xml index 64ef6d7..efb7173 100644 --- a/packethandler/model/pom.xml +++ b/packethandler/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.1-SNAPSHOT + 3.0.1 ../../binding-parent/pom.xml diff --git a/packethandler/pom.xml b/packethandler/pom.xml index 2fbac42..1ea3ac8 100644 --- a/packethandler/pom.xml +++ b/packethandler/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.l2switch packethandler.aggregator pom - 3.0.1-SNAPSHOT + 3.0.1 true diff --git a/pom.xml b/pom.xml index 8278a53..03b2192 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch l2switch - 3.0.1-SNAPSHOT + 3.0.1 pom l2switch -- 2.34.1