From 3b3bc937acb2b099145342c17cb73093db33fce9 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Fri, 21 Aug 2026 16:32:16 +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 a1b0a98..5fbdc89 100644 --- a/addresstracker/implementation/pom.xml +++ b/addresstracker/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.2-SNAPSHOT + 3.0.2 ../../binding-parent/pom.xml diff --git a/addresstracker/model/pom.xml b/addresstracker/model/pom.xml index 860f831..a2fa926 100644 --- a/addresstracker/model/pom.xml +++ b/addresstracker/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.2-SNAPSHOT + 3.0.2 ../../binding-parent/pom.xml diff --git a/addresstracker/pom.xml b/addresstracker/pom.xml index ae0d8d1..2afac9c 100644 --- a/addresstracker/pom.xml +++ b/addresstracker/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch addresstracker.aggregator - 3.0.2-SNAPSHOT + 3.0.2 pom diff --git a/arphandler/pom.xml b/arphandler/pom.xml index 56768b8..d885d10 100644 --- a/arphandler/pom.xml +++ b/arphandler/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.2-SNAPSHOT + 3.0.2 ../binding-parent/pom.xml diff --git a/artifacts/pom.xml b/artifacts/pom.xml index d96d4cc..97dbdbf 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.l2switch l2switch-artifacts - 3.0.2-SNAPSHOT + 3.0.2 pom diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index 82f3350..a7b2f6f 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch binding-parent - 3.0.2-SNAPSHOT + 3.0.2 pom @@ -43,7 +43,7 @@ org.opendaylight.l2switch l2switch-artifacts - 3.0.2-SNAPSHOT + 3.0.2 import pom diff --git a/distribution/karaf/pom.xml b/distribution/karaf/pom.xml index c49ccea..3e10443 100644 --- a/distribution/karaf/pom.xml +++ b/distribution/karaf/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch l2switch-karaf - 3.0.2-SNAPSHOT + 3.0.2 pom @@ -22,7 +22,7 @@ org.opendaylight.l2switch l2switch-artifacts - 3.0.2-SNAPSHOT + 3.0.2 import pom diff --git a/features/feature-parent/pom.xml b/features/feature-parent/pom.xml index 14c0eb6..cc3d86a 100644 --- a/features/feature-parent/pom.xml +++ b/features/feature-parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.l2switch feature-parent - 3.0.2-SNAPSHOT + 3.0.2 pom OpenDaylight :: L2Switch :: Feature Parent @@ -27,7 +27,7 @@ org.opendaylight.l2switch binding-parent - 3.0.2-SNAPSHOT + 3.0.2 import pom diff --git a/features/features-l2switch/pom.xml b/features/features-l2switch/pom.xml index 340fc72..7143a8f 100644 --- a/features/features-l2switch/pom.xml +++ b/features/features-l2switch/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.l2switch features-l2switch - 3.0.2-SNAPSHOT + 3.0.2 feature @@ -26,7 +26,7 @@ org.opendaylight.l2switch l2switch-artifacts - 3.0.2-SNAPSHOT + 3.0.2 import pom diff --git a/features/odl-l2switch-addresstracker/pom.xml b/features/odl-l2switch-addresstracker/pom.xml index b7cb78a..7a886c5 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.2-SNAPSHOT + 3.0.2 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-arphandler/pom.xml b/features/odl-l2switch-arphandler/pom.xml index a8893e8..d4c7001 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.2-SNAPSHOT + 3.0.2 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-hosttracker/pom.xml b/features/odl-l2switch-hosttracker/pom.xml index 6c71c24..1ab8c06 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.2-SNAPSHOT + 3.0.2 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-loopremover/pom.xml b/features/odl-l2switch-loopremover/pom.xml index 6600fe7..a2d2898 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.2-SNAPSHOT + 3.0.2 ../feature-parent/pom.xml diff --git a/features/odl-l2switch-packethandler/pom.xml b/features/odl-l2switch-packethandler/pom.xml index 9a0b079..ced0536 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.2-SNAPSHOT + 3.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 ee21e52..838c839 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.2-SNAPSHOT + 3.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 1308562..bfbd29e 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.2-SNAPSHOT + 3.0.2 ../feature-parent diff --git a/features/odl-l2switch-switch/pom.xml b/features/odl-l2switch-switch/pom.xml index 9b7fab5..d6fd989 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.2-SNAPSHOT + 3.0.2 ../feature-parent/pom.xml diff --git a/features/pom.xml b/features/pom.xml index 56cf885..42d3bde 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.l2switch features-l2switch-aggregator - 3.0.2-SNAPSHOT + 3.0.2 pom diff --git a/hosttracker/implementation/pom.xml b/hosttracker/implementation/pom.xml index a96e831..87075ac 100644 --- a/hosttracker/implementation/pom.xml +++ b/hosttracker/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.2-SNAPSHOT + 3.0.2 ../../binding-parent/pom.xml diff --git a/hosttracker/model/pom.xml b/hosttracker/model/pom.xml index d12190f..313519e 100644 --- a/hosttracker/model/pom.xml +++ b/hosttracker/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.2-SNAPSHOT + 3.0.2 ../../binding-parent/pom.xml diff --git a/hosttracker/pom.xml b/hosttracker/pom.xml index aeef89a..df6af9c 100644 --- a/hosttracker/pom.xml +++ b/hosttracker/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch hosttracker.aggregator - 3.0.2-SNAPSHOT + 3.0.2 pom diff --git a/l2switch-main/pom.xml b/l2switch-main/pom.xml index b08ee9f..79aa09c 100644 --- a/l2switch-main/pom.xml +++ b/l2switch-main/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.2-SNAPSHOT + 3.0.2 ../binding-parent/pom.xml diff --git a/loopremover/implementation/pom.xml b/loopremover/implementation/pom.xml index ea56ca5..bf8a139 100644 --- a/loopremover/implementation/pom.xml +++ b/loopremover/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.2-SNAPSHOT + 3.0.2 ../../binding-parent/pom.xml diff --git a/loopremover/model/pom.xml b/loopremover/model/pom.xml index 3960f52..2170ddc 100644 --- a/loopremover/model/pom.xml +++ b/loopremover/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.2-SNAPSHOT + 3.0.2 ../../binding-parent/pom.xml diff --git a/loopremover/pom.xml b/loopremover/pom.xml index 0b1439a..2fa6186 100644 --- a/loopremover/pom.xml +++ b/loopremover/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch loopremover.aggregator - 3.0.2-SNAPSHOT + 3.0.2 pom diff --git a/packethandler/implementation/pom.xml b/packethandler/implementation/pom.xml index d745d19..973d9f7 100644 --- a/packethandler/implementation/pom.xml +++ b/packethandler/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.2-SNAPSHOT + 3.0.2 ../../binding-parent/pom.xml diff --git a/packethandler/model/pom.xml b/packethandler/model/pom.xml index 510c2a9..ddb4516 100644 --- a/packethandler/model/pom.xml +++ b/packethandler/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch binding-parent - 3.0.2-SNAPSHOT + 3.0.2 ../../binding-parent/pom.xml diff --git a/packethandler/pom.xml b/packethandler/pom.xml index c6c79d1..83e087a 100644 --- a/packethandler/pom.xml +++ b/packethandler/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.l2switch packethandler.aggregator pom - 3.0.2-SNAPSHOT + 3.0.2 true diff --git a/pom.xml b/pom.xml index 2c7420f..f2b5094 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.l2switch l2switch - 3.0.2-SNAPSHOT + 3.0.2 pom l2switch -- 2.34.1