From 3f993cef4dfc7be9e5f4e916e8329270d41e4d9c Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Mon, 1 Jun 2026 12:32:10 +0200 Subject: [PATCH 1/2] Add gNMI project to simultaneous release Declare bundles and features of gNMI project in distribution. The gNMI project is ready to take a part in Chromium release since its version 3.0.0. Change-Id: I1d2399ff4ff42da8887adcc19a3a5bdd3cccd701 Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: Ivan Hrasko Signed-off-by: Robert Varga --- artifacts/upstream/artifacts/pom.xml | 17 +++++++++++++++++ artifacts/upstream/properties/pom.xml | 1 + features/repos/index/pom.xml | 15 +++++++++++++++ .../odl-integration-compatible-with-all/pom.xml | 15 +++++++++++++++ 4 files changed, 48 insertions(+) diff --git a/artifacts/upstream/artifacts/pom.xml b/artifacts/upstream/artifacts/pom.xml index f70f3b83..cb3f389e 100644 --- a/artifacts/upstream/artifacts/pom.xml +++ b/artifacts/upstream/artifacts/pom.xml @@ -106,6 +106,23 @@ + + gnmi + + true + + + + + org.opendaylight.gnmi + gnmi-artifacts + ${gnmi.version} + pom + import + + + + infrautils diff --git a/artifacts/upstream/properties/pom.xml b/artifacts/upstream/properties/pom.xml index 88f4924d..4bb54ccf 100644 --- a/artifacts/upstream/properties/pom.xml +++ b/artifacts/upstream/properties/pom.xml @@ -47,6 +47,7 @@ 2.0.0 13.0.2 1.19.0-SNAPSHOT + 3.0.0 7.1.12 1.20.0-SNAPSHOT 4.0.0 diff --git a/features/repos/index/pom.xml b/features/repos/index/pom.xml index cebb4626..d3399c36 100644 --- a/features/repos/index/pom.xml +++ b/features/repos/index/pom.xml @@ -130,6 +130,21 @@ + + + gnmi + + true + + + + org.opendaylight.gnmi + features-gnmi + features + xml + + + infrautils diff --git a/features/singles/odl-integration-compatible-with-all/pom.xml b/features/singles/odl-integration-compatible-with-all/pom.xml index 6fb47750..b7efbbe7 100644 --- a/features/singles/odl-integration-compatible-with-all/pom.xml +++ b/features/singles/odl-integration-compatible-with-all/pom.xml @@ -114,6 +114,21 @@ + + + gnmi + + true + + + + org.opendaylight.gnmi + odl-gnmi-all + xml + features + + + jsonrpc -- 2.34.1 From d17175c1bf17f6e2f3725293657e4ed39596fbc0 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Tue, 2 Jun 2026 22:46:41 +0000 Subject: [PATCH 2/2] Release Validate --- artifacts/all/pom.xml | 2 +- artifacts/distribution/pom.xml | 2 +- artifacts/pom.xml | 2 +- artifacts/upstream/all/pom.xml | 2 +- artifacts/upstream/artifacts/pom.xml | 2 +- artifacts/upstream/other/pom.xml | 2 +- artifacts/upstream/pom.xml | 2 +- artifacts/upstream/properties/pom.xml | 10 +++++----- features/pom.xml | 2 +- features/repos/index/pom.xml | 2 +- features/repos/pom.xml | 2 +- features/repos/test/pom.xml | 2 +- features/singles/odl-integration-all/pom.xml | 2 +- .../odl-integration-compatible-with-all/pom.xml | 2 +- features/singles/pom.xml | 2 +- karaf-scripts/pom.xml | 2 +- karaf/pom.xml | 6 +++--- onap-karaf/pom.xml | 2 +- pom.xml | 2 +- 19 files changed, 25 insertions(+), 25 deletions(-) diff --git a/artifacts/all/pom.xml b/artifacts/all/pom.xml index 15f19f3f..fa597c2c 100644 --- a/artifacts/all/pom.xml +++ b/artifacts/all/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.integration all-artifacts - 0.24.0-SNAPSHOT + 0.24.0 pom diff --git a/artifacts/distribution/pom.xml b/artifacts/distribution/pom.xml index 984c6016..237d9389 100644 --- a/artifacts/distribution/pom.xml +++ b/artifacts/distribution/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.integration distribution-artifacts - 0.24.0-SNAPSHOT + 0.24.0 pom diff --git a/artifacts/pom.xml b/artifacts/pom.xml index df34b212..fb3d91c7 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.integration artifacts-aggregator - 0.24.0-SNAPSHOT + 0.24.0 pom diff --git a/artifacts/upstream/all/pom.xml b/artifacts/upstream/all/pom.xml index 1b68c8e4..592747ef 100644 --- a/artifacts/upstream/all/pom.xml +++ b/artifacts/upstream/all/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.integration upstream-all-artifacts - 0.24.0-SNAPSHOT + 0.24.0 pom diff --git a/artifacts/upstream/artifacts/pom.xml b/artifacts/upstream/artifacts/pom.xml index cb3f389e..64f04ed2 100644 --- a/artifacts/upstream/artifacts/pom.xml +++ b/artifacts/upstream/artifacts/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.integration properties - 0.24.0-SNAPSHOT + 0.24.0 ../properties artifact-artifacts diff --git a/artifacts/upstream/other/pom.xml b/artifacts/upstream/other/pom.xml index af29b0d8..eb22eb60 100644 --- a/artifacts/upstream/other/pom.xml +++ b/artifacts/upstream/other/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.integration properties - 0.24.0-SNAPSHOT + 0.24.0 ../properties other-artifacts diff --git a/artifacts/upstream/pom.xml b/artifacts/upstream/pom.xml index d36ed25a..824a7fc8 100644 --- a/artifacts/upstream/pom.xml +++ b/artifacts/upstream/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.integration upstream-aggregator - 0.24.0-SNAPSHOT + 0.24.0 pom diff --git a/artifacts/upstream/properties/pom.xml b/artifacts/upstream/properties/pom.xml index 4bb54ccf..e28adab9 100644 --- a/artifacts/upstream/properties/pom.xml +++ b/artifacts/upstream/properties/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.integration properties - 0.24.0-SNAPSHOT + 0.24.0 pom diff --git a/features/repos/index/pom.xml b/features/repos/index/pom.xml index d3399c36..d97d1ea2 100644 --- a/features/repos/index/pom.xml +++ b/features/repos/index/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.integration features-index - 0.24.0-SNAPSHOT + 0.24.0 feature diff --git a/features/repos/pom.xml b/features/repos/pom.xml index c18e41a1..8d3fcd87 100644 --- a/features/repos/pom.xml +++ b/features/repos/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.integration repos-aggregator - 0.24.0-SNAPSHOT + 0.24.0 pom diff --git a/features/repos/test/pom.xml b/features/repos/test/pom.xml index e7675715..bc09c0d3 100644 --- a/features/repos/test/pom.xml +++ b/features/repos/test/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.integration features-test - 0.24.0-SNAPSHOT + 0.24.0 feature diff --git a/features/singles/odl-integration-all/pom.xml b/features/singles/odl-integration-all/pom.xml index 5dd9d730..d035bcea 100644 --- a/features/singles/odl-integration-all/pom.xml +++ b/features/singles/odl-integration-all/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.integration odl-integration-all - 0.24.0-SNAPSHOT + 0.24.0 feature diff --git a/features/singles/odl-integration-compatible-with-all/pom.xml b/features/singles/odl-integration-compatible-with-all/pom.xml index b7efbbe7..8e4dade2 100644 --- a/features/singles/odl-integration-compatible-with-all/pom.xml +++ b/features/singles/odl-integration-compatible-with-all/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.integration odl-integration-compatible-with-all - 0.24.0-SNAPSHOT + 0.24.0 feature diff --git a/features/singles/pom.xml b/features/singles/pom.xml index 258808dc..8d63016e 100644 --- a/features/singles/pom.xml +++ b/features/singles/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.integration singles-aggregator - 0.24.0-SNAPSHOT + 0.24.0 pom diff --git a/karaf-scripts/pom.xml b/karaf-scripts/pom.xml index ef1ee3d4..376ab79c 100644 --- a/karaf-scripts/pom.xml +++ b/karaf-scripts/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.integration karaf-scripts - 0.24.0-SNAPSHOT + 0.24.0 jar ODL :: integration :: Karaf :: Scripts :: ${project.artifactId} The actual Karaf archive building sub-project. diff --git a/karaf/pom.xml b/karaf/pom.xml index f832a890..d6e2d98b 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.integration karaf - 0.24.0-SNAPSHOT + 0.24.0 pom @@ -43,7 +43,7 @@ org.opendaylight.integration all-artifacts - 0.24.0-SNAPSHOT + 0.24.0 import pom @@ -97,7 +97,7 @@ org.opendaylight.integration karaf-scripts - 0.24.0-SNAPSHOT + 0.24.0 test diff --git a/onap-karaf/pom.xml b/onap-karaf/pom.xml index 9d26708b..c63990ab 100644 --- a/onap-karaf/pom.xml +++ b/onap-karaf/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.integration onap-karaf - 0.24.0-SNAPSHOT + 0.24.0 pom ODL :: integration :: ${project.artifactId} 4.0.0 diff --git a/pom.xml b/pom.xml index d7a07205..1a579b3f 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.integration distribution-aggregator - 0.24.0-SNAPSHOT + 0.24.0 pom Integration/Distribution -- 2.34.1