From 8c3410340632cb5fc8ca679aebd73b461eb4add4 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 30 Sep 2025 10:46:30 +0200 Subject: [PATCH 1/2] Bump json-path to 2.9.0 https://github.com/json-path/JsonPath/releases/tag/json-path-2.8.0 https://github.com/json-path/JsonPath/releases/tag/json-path-2.9.0 Change-Id: I3963a6570840cf4c5b7620a484343fb9f05c050d Signed-off-by: Robert Varga (cherry picked from commit 3f6b5e6f3ba8c8370ea5aa56e042799cc1373857) --- impl/pom.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/impl/pom.xml b/impl/pom.xml index 6f2a639..330d033 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -19,8 +19,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html bundle - 2.2.0 - false @@ -151,13 +149,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html com.jayway.jsonpath json-path-assert - ${jsonpath.version} + 2.9.0 test com.jayway.jsonpath json-path - ${jsonpath.version} + 2.9.0 test -- 2.34.1 From 5cac98d752874807d98a9f646a959aeeb5c515de Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Tue, 30 Sep 2025 09:45:53 +0000 Subject: [PATCH 2/2] Release Validate --- akka-infoprovider-impl/pom.xml | 2 +- artifacts/pom.xml | 2 +- features/daexim-features/pom.xml | 2 +- features/odl-daexim-all/pom.xml | 2 +- features/odl-daexim/pom.xml | 2 +- features/pom.xml | 2 +- impl/pom.xml | 2 +- karaf/pom.xml | 2 +- model/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 2 +- spi/pom.xml | 2 +- test-model/pom.xml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/akka-infoprovider-impl/pom.xml b/akka-infoprovider-impl/pom.xml index 736599e..a700daa 100644 --- a/akka-infoprovider-impl/pom.xml +++ b/akka-infoprovider-impl/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.daexim parent - 1.17.1-SNAPSHOT + 1.17.1 ../parent daexim-akka-infoprovider-impl diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 6c956ba..63cad3a 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -20,7 +20,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.daexim daexim-artifacts - 1.17.1-SNAPSHOT + 1.17.1 pom diff --git a/features/daexim-features/pom.xml b/features/daexim-features/pom.xml index b3fbaa9..95f7554 100644 --- a/features/daexim-features/pom.xml +++ b/features/daexim-features/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.daexim daexim-features - 1.17.1-SNAPSHOT + 1.17.1 feature ODL :: daexim :: ${project.artifactId} diff --git a/features/odl-daexim-all/pom.xml b/features/odl-daexim-all/pom.xml index 4ae7863..50461ac 100644 --- a/features/odl-daexim-all/pom.xml +++ b/features/odl-daexim-all/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.daexim odl-daexim-all - 1.17.1-SNAPSHOT + 1.17.1 feature OpenDaylight :: Daexim :: All diff --git a/features/odl-daexim/pom.xml b/features/odl-daexim/pom.xml index 0648ea7..e18bcdd 100644 --- a/features/odl-daexim/pom.xml +++ b/features/odl-daexim/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.daexim odl-daexim - 1.17.1-SNAPSHOT + 1.17.1 feature OpenDaylight :: daexim (Karaf feature) diff --git a/features/pom.xml b/features/pom.xml index f336188..d659392 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.daexim features-aggregator - 1.17.1-SNAPSHOT + 1.17.1 pom diff --git a/impl/pom.xml b/impl/pom.xml index 330d033..70fed22 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.daexim parent - 1.17.1-SNAPSHOT + 1.17.1 ../parent daexim-impl diff --git a/karaf/pom.xml b/karaf/pom.xml index f9b8417..ae830db 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.daexim daexim-karaf - 1.17.1-SNAPSHOT + 1.17.1 pom ${project.artifactId} diff --git a/model/pom.xml b/model/pom.xml index 255770e..0de3485 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.daexim daexim-model bundle - 1.17.1-SNAPSHOT + 1.17.1 diff --git a/parent/pom.xml b/parent/pom.xml index e53329b..3553e53 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.daexim parent - 1.17.1-SNAPSHOT + 1.17.1 pom diff --git a/pom.xml b/pom.xml index 1749cd1..de49f72 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html pom org.opendaylight.daexim daexim - 1.17.1-SNAPSHOT + 1.17.1 test-model model diff --git a/spi/pom.xml b/spi/pom.xml index a33e76f..315f075 100644 --- a/spi/pom.xml +++ b/spi/pom.xml @@ -18,5 +18,5 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.daexim daexim-spi bundle - 1.17.1-SNAPSHOT + 1.17.1 diff --git a/test-model/pom.xml b/test-model/pom.xml index e25342e..66767d3 100644 --- a/test-model/pom.xml +++ b/test-model/pom.xml @@ -18,5 +18,5 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.daexim daexim-test-model bundle - 1.17.1-SNAPSHOT + 1.17.1 -- 2.34.1