From d09bb1a73abce72980933993ca8bf52d4b12df57 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Tue, 29 Jul 2025 13:47:02 +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 16118e9..20e3a62 100644 --- a/addresstracker/implementation/pom.xml +++ b/addresstracker/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../binding-parent/pom.xml diff --git a/addresstracker/model/pom.xml b/addresstracker/model/pom.xml index ec17d64..53d7743 100644 --- a/addresstracker/model/pom.xml +++ b/addresstracker/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../binding-parent/pom.xml diff --git a/addresstracker/pom.xml b/addresstracker/pom.xml index 7e2a253..565ab35 100644 --- a/addresstracker/pom.xml +++ b/addresstracker/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch addresstracker.aggregator - 2.0.0-SNAPSHOT + 2.0.0 pom diff --git a/arphandler/pom.xml b/arphandler/pom.xml index adcf5cd..b9d4672 100644 --- a/arphandler/pom.xml +++ b/arphandler/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 2.0.0-SNAPSHOT + 2.0.0 ../binding-parent/pom.xml diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 0666798..c80ae48 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.l2switch l2switch-artifacts - 2.0.0-SNAPSHOT + 2.0.0 pom diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index a16605f..89db42f 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch binding-parent - 2.0.0-SNAPSHOT + 2.0.0 pom @@ -43,7 +43,7 @@ org.opendaylight.l2switch l2switch-artifacts - 2.0.0-SNAPSHOT + 2.0.0 import pom diff --git a/distribution/karaf/pom.xml b/distribution/karaf/pom.xml index 5d0f95b..450a4a4 100644 --- a/distribution/karaf/pom.xml +++ b/distribution/karaf/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch l2switch-karaf - 2.0.0-SNAPSHOT + 2.0.0 pom @@ -22,7 +22,7 @@ org.opendaylight.l2switch l2switch-artifacts - 2.0.0-SNAPSHOT + 2.0.0 import pom diff --git a/features/feature-parent/pom.xml b/features/feature-parent/pom.xml index ad3c51f..82a8312 100644 --- a/features/feature-parent/pom.xml +++ b/features/feature-parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.l2switch feature-parent - 2.0.0-SNAPSHOT + 2.0.0 pom OpenDaylight :: L2Switch :: Feature Parent @@ -27,7 +27,7 @@ org.opendaylight.l2switch binding-parent - 2.0.0-SNAPSHOT + 2.0.0 import pom diff --git a/features/features-l2switch/pom.xml b/features/features-l2switch/pom.xml index bd6db62..b4ab0e2 100644 --- a/features/features-l2switch/pom.xml +++ b/features/features-l2switch/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.l2switch features-l2switch - 2.0.0-SNAPSHOT + 2.0.0 feature @@ -26,7 +26,7 @@ org.opendaylight.l2switch l2switch-artifacts - 2.0.0-SNAPSHOT + 2.0.0 import pom diff --git a/features/odl-l2switch-addresstracker/pom.xml b/features/odl-l2switch-addresstracker/pom.xml index 771b5e3..25a767f 100644 --- a/features/odl-l2switch-addresstracker/pom.xml +++ b/features/odl-l2switch-addresstracker/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 2.0.0-SNAPSHOT + 2.0.0 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-arphandler/pom.xml b/features/odl-l2switch-arphandler/pom.xml index c19e6ed..28c295e 100644 --- a/features/odl-l2switch-arphandler/pom.xml +++ b/features/odl-l2switch-arphandler/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 2.0.0-SNAPSHOT + 2.0.0 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-hosttracker/pom.xml b/features/odl-l2switch-hosttracker/pom.xml index ea9c382..42df69f 100644 --- a/features/odl-l2switch-hosttracker/pom.xml +++ b/features/odl-l2switch-hosttracker/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 2.0.0-SNAPSHOT + 2.0.0 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-loopremover/pom.xml b/features/odl-l2switch-loopremover/pom.xml index c8552df..d1a4eb5 100644 --- a/features/odl-l2switch-loopremover/pom.xml +++ b/features/odl-l2switch-loopremover/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 2.0.0-SNAPSHOT + 2.0.0 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-packethandler/pom.xml b/features/odl-l2switch-packethandler/pom.xml index 3c60de1..e77e5bb 100644 --- a/features/odl-l2switch-packethandler/pom.xml +++ b/features/odl-l2switch-packethandler/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 2.0.0-SNAPSHOT + 2.0.0 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-switch-rest/pom.xml b/features/odl-l2switch-switch-rest/pom.xml index 4033820..30e09bd 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 - 2.0.0-SNAPSHOT + 2.0.0 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-switch-ui/pom.xml b/features/odl-l2switch-switch-ui/pom.xml index 7855c6b..64c6e15 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 - 2.0.0-SNAPSHOT + 2.0.0 ../feature-parent diff --git a/features/odl-l2switch-switch/pom.xml b/features/odl-l2switch-switch/pom.xml index 9f52959..b35095f 100644 --- a/features/odl-l2switch-switch/pom.xml +++ b/features/odl-l2switch-switch/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.l2switch feature-parent - 2.0.0-SNAPSHOT + 2.0.0 ../feature-parent/pom.xml diff --git a/features/pom.xml b/features/pom.xml index b1a92d3..bb9b943 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.l2switch features-l2switch-aggregator - 2.0.0-SNAPSHOT + 2.0.0 pom diff --git a/hosttracker/implementation/pom.xml b/hosttracker/implementation/pom.xml index 491308a..8e39caa 100644 --- a/hosttracker/implementation/pom.xml +++ b/hosttracker/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../binding-parent/pom.xml diff --git a/hosttracker/model/pom.xml b/hosttracker/model/pom.xml index f3b55c5..86b3f5e 100644 --- a/hosttracker/model/pom.xml +++ b/hosttracker/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../binding-parent/pom.xml diff --git a/hosttracker/pom.xml b/hosttracker/pom.xml index aedee65..c6a9210 100644 --- a/hosttracker/pom.xml +++ b/hosttracker/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch hosttracker.aggregator - 2.0.0-SNAPSHOT + 2.0.0 pom diff --git a/l2switch-main/pom.xml b/l2switch-main/pom.xml index 11aef48..279178e 100644 --- a/l2switch-main/pom.xml +++ b/l2switch-main/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 2.0.0-SNAPSHOT + 2.0.0 ../binding-parent/pom.xml diff --git a/loopremover/implementation/pom.xml b/loopremover/implementation/pom.xml index 6d8c19f..6b09ea1 100644 --- a/loopremover/implementation/pom.xml +++ b/loopremover/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../binding-parent/pom.xml diff --git a/loopremover/model/pom.xml b/loopremover/model/pom.xml index 572c1be..a10552d 100644 --- a/loopremover/model/pom.xml +++ b/loopremover/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../binding-parent/pom.xml diff --git a/loopremover/pom.xml b/loopremover/pom.xml index ce49ce8..5f31c8f 100644 --- a/loopremover/pom.xml +++ b/loopremover/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch loopremover.aggregator - 2.0.0-SNAPSHOT + 2.0.0 pom diff --git a/packethandler/implementation/pom.xml b/packethandler/implementation/pom.xml index e17cb04..107ea04 100644 --- a/packethandler/implementation/pom.xml +++ b/packethandler/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../binding-parent/pom.xml diff --git a/packethandler/model/pom.xml b/packethandler/model/pom.xml index 36b23a9..1548294 100644 --- a/packethandler/model/pom.xml +++ b/packethandler/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../binding-parent/pom.xml diff --git a/packethandler/pom.xml b/packethandler/pom.xml index b4d74a5..190fae3 100644 --- a/packethandler/pom.xml +++ b/packethandler/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.l2switch packethandler.aggregator pom - 2.0.0-SNAPSHOT + 2.0.0 true diff --git a/pom.xml b/pom.xml index dff94e3..96a5e05 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch l2switch - 2.0.0-SNAPSHOT + 2.0.0 pom l2switch -- 2.34.1