From d622e40d4b935fcae2d84280ea6355197a2315ca Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sat, 9 Aug 2025 07:51:29 +0200 Subject: [PATCH 1/2] Bump upstreams Adopt: - odlparent-14.1.1 - infrautils-7.1.5 - yangtools-14.0.15 - mdsal-14.0.14 - controller-10.0.11 - aaa-0.20.10 - netconf-8.0.8 Change-Id: I346df8d90506dd41a8267b93cc75d888bae45acb Signed-off-by: Robert Varga --- artifacts/pom.xml | 2 +- bus/config/pom.xml | 2 +- bus/transport-http/pom.xml | 15 +++++++++++++++ bus/transport-zmq/pom.xml | 17 ++++++++++++++++- features/features-jsonrpc/pom.xml | 2 +- features/odl-jsonrpc-all/pom.xml | 2 +- features/odl-jsonrpc-bus/pom.xml | 2 +- features/odl-jsonrpc-cluster/pom.xml | 2 +- features/odl-jsonrpc-provider/pom.xml | 2 +- features/pom.xml | 2 +- karaf/pom.xml | 2 +- parent/pom.xml | 6 +++--- pom.xml | 2 +- provider/cluster/pom.xml | 8 +++++++- provider/common/pom.xml | 8 +++++++- provider/pom.xml | 5 +++++ provider/single/pom.xml | 6 ++++++ .../jsonrpc/security/api/SslContextHelper.java | 4 ++++ 18 files changed, 73 insertions(+), 16 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 5b18f572..2c9478df 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent odlparent-lite - 14.0.8 + 14.1.1 org.opendaylight.jsonrpc diff --git a/bus/config/pom.xml b/bus/config/pom.xml index 30888442..f03d6049 100644 --- a/bus/config/pom.xml +++ b/bus/config/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 14.0.8 + 14.1.1 diff --git a/bus/transport-http/pom.xml b/bus/transport-http/pom.xml index 76c98a0b..eb1a8023 100644 --- a/bus/transport-http/pom.xml +++ b/bus/transport-http/pom.xml @@ -55,16 +55,31 @@ and is available at http://www.eclipse.org/legal/epl-v10.html security-noop provided + + io.netty + netty-buffer + provided + io.netty netty-codec-http provided + + io.netty + netty-common + provided + io.netty netty-handler provided + + io.netty + netty-transport + provided + org.kohsuke.metainf-services metainf-services diff --git a/bus/transport-zmq/pom.xml b/bus/transport-zmq/pom.xml index 58033be5..5cea8a29 100644 --- a/bus/transport-zmq/pom.xml +++ b/bus/transport-zmq/pom.xml @@ -45,9 +45,24 @@ and is available at http://www.eclipse.org/legal/epl-v10.html io.netty - netty-codec + netty-buffer provided + + io.netty + netty-codec-base + provided + + + io.netty + netty-common + provided + + + io.netty + netty-transport + provided + com.github.spotbugs spotbugs-annotations diff --git a/features/features-jsonrpc/pom.xml b/features/features-jsonrpc/pom.xml index ea8ea221..9e6ca687 100644 --- a/features/features-jsonrpc/pom.xml +++ b/features/features-jsonrpc/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent feature-repo-parent - 14.0.8 + 14.1.1 diff --git a/features/odl-jsonrpc-all/pom.xml b/features/odl-jsonrpc-all/pom.xml index a8589493..26999628 100644 --- a/features/odl-jsonrpc-all/pom.xml +++ b/features/odl-jsonrpc-all/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent single-feature-parent - 14.0.8 + 14.1.1 diff --git a/features/odl-jsonrpc-bus/pom.xml b/features/odl-jsonrpc-bus/pom.xml index 1926acf2..acb6ba1b 100644 --- a/features/odl-jsonrpc-bus/pom.xml +++ b/features/odl-jsonrpc-bus/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent single-feature-parent - 14.0.8 + 14.1.1 diff --git a/features/odl-jsonrpc-cluster/pom.xml b/features/odl-jsonrpc-cluster/pom.xml index 2d0d80ac..2694c9e5 100644 --- a/features/odl-jsonrpc-cluster/pom.xml +++ b/features/odl-jsonrpc-cluster/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent single-feature-parent - 14.0.8 + 14.1.1 diff --git a/features/odl-jsonrpc-provider/pom.xml b/features/odl-jsonrpc-provider/pom.xml index a2d720cc..743a3349 100644 --- a/features/odl-jsonrpc-provider/pom.xml +++ b/features/odl-jsonrpc-provider/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent single-feature-parent - 14.0.8 + 14.1.1 diff --git a/features/pom.xml b/features/pom.xml index 5403eed6..4703151d 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 14.0.8 + 14.1.1 org.opendaylight.jsonrpc diff --git a/karaf/pom.xml b/karaf/pom.xml index 36e5f771..bff77e4d 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent karaf4-parent - 14.0.8 + 14.1.1 org.opendaylight.jsonrpc diff --git a/parent/pom.xml b/parent/pom.xml index 6f246ea3..d6369885 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 14.0.11 + 14.0.14 @@ -34,14 +34,14 @@ org.opendaylight.netconf netconf-artifacts - 8.0.7 + 8.0.8 pom import org.opendaylight.aaa aaa-artifacts - 0.20.8 + 0.20.10 pom import diff --git a/pom.xml b/pom.xml index 997b5ab9..8d024ebf 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent odlparent-lite - 14.0.8 + 14.1.1 org.opendaylight.jsonrpc diff --git a/provider/cluster/pom.xml b/provider/cluster/pom.xml index c39fd299..c9556909 100644 --- a/provider/cluster/pom.xml +++ b/provider/cluster/pom.xml @@ -25,7 +25,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller bundle-parent - 10.0.9 + 10.0.11 pom import @@ -42,6 +42,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html netty-transport provided + + org.checkerframework + checker-qual + true + provided + org.opendaylight.yangtools yang-parser-api diff --git a/provider/common/pom.xml b/provider/common/pom.xml index eb2ae3f5..f4cdd5f7 100644 --- a/provider/common/pom.xml +++ b/provider/common/pom.xml @@ -24,7 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal bnd-parent - 14.0.11 + 14.0.14 pom import @@ -66,6 +66,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html net.bytebuddy byte-buddy + + org.checkerframework + checker-qual + true + provided + org.osgi org.osgi.service.component.annotations diff --git a/provider/pom.xml b/provider/pom.xml index f0959143..f9c1efe7 100644 --- a/provider/pom.xml +++ b/provider/pom.xml @@ -48,6 +48,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html + + io.netty + netty-common + provided + io.netty netty-transport diff --git a/provider/single/pom.xml b/provider/single/pom.xml index 447e9f52..ee04cefc 100644 --- a/provider/single/pom.xml +++ b/provider/single/pom.xml @@ -26,6 +26,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html netty-transport provided + + org.checkerframework + checker-qual + true + provided + org.opendaylight.yangtools yang-parser-api diff --git a/security/api/src/main/java/org/opendaylight/jsonrpc/security/api/SslContextHelper.java b/security/api/src/main/java/org/opendaylight/jsonrpc/security/api/SslContextHelper.java index bf570314..c45b8cfa 100644 --- a/security/api/src/main/java/org/opendaylight/jsonrpc/security/api/SslContextHelper.java +++ b/security/api/src/main/java/org/opendaylight/jsonrpc/security/api/SslContextHelper.java @@ -112,6 +112,8 @@ public final class SslContextHelper { final KeyStoreFactory ksf = keyStoreFactoryFromOpts(options); final TrustManagerFactory trustManagerFactory = tmfFromOpts(ksf, options); final SslContextBuilder builder = SslContextBuilder.forClient() + // FIXME: do not disable validation + .endpointIdentificationAlgorithm(null) .ciphers(ciphers) .protocols(protocols) .trustManager(trustManagerFactory); @@ -143,6 +145,8 @@ public final class SslContextHelper { final PrivateKey serverPrivateKey = (PrivateKey) serverCerts[0]; final X509Certificate[] serverCertChain = (X509Certificate[]) serverCerts[1]; return SslContextBuilder.forServer(serverPrivateKey, serverCertChain) + // FIXME: do not disable validation + .endpointIdentificationAlgorithm(null) .clientAuth(clientAuth) .protocols(protocols) .ciphers(ciphers) -- 2.34.1 From 2fbc2b2eaae1644a4e4c09188933dc0a48028669 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Sat, 9 Aug 2025 06:24:49 +0000 Subject: [PATCH 2/2] Release Validate --- api/pom.xml | 2 +- artifacts/pom.xml | 2 +- binding-adapter/pom.xml | 2 +- bus/api/pom.xml | 2 +- bus/config/pom.xml | 2 +- bus/examples/binding-bridge/pom.xml | 2 +- bus/examples/inband-models/pom.xml | 2 +- bus/examples/pom.xml | 2 +- bus/jsonrpc/pom.xml | 2 +- bus/messagelib/pom.xml | 2 +- bus/pom.xml | 2 +- bus/spi/pom.xml | 2 +- bus/transport-http/pom.xml | 2 +- bus/transport-zmq/pom.xml | 2 +- dom-codec/pom.xml | 2 +- features/features-jsonrpc/pom.xml | 2 +- features/odl-jsonrpc-all/pom.xml | 2 +- features/odl-jsonrpc-bus/pom.xml | 2 +- features/odl-jsonrpc-cluster/pom.xml | 2 +- features/odl-jsonrpc-provider/pom.xml | 2 +- features/pom.xml | 2 +- karaf/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 2 +- provider/cluster/pom.xml | 2 +- provider/common/pom.xml | 2 +- provider/pom.xml | 2 +- provider/single/pom.xml | 2 +- security/aaa/pom.xml | 2 +- security/api/pom.xml | 2 +- security/noop/pom.xml | 2 +- security/pom.xml | 2 +- security/service/pom.xml | 2 +- test-model/pom.xml | 2 +- tools/parent/pom.xml | 2 +- tools/pom.xml | 2 +- tools/test-tool/pom.xml | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 1d695452..f7100d03 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-parent - 1.17.3-SNAPSHOT + 1.17.3 ../parent jsonrpc-api diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 2c9478df..c2395d31 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-artifacts - 1.17.3-SNAPSHOT + 1.17.3 pom JSON-RPC :: Artifacts diff --git a/binding-adapter/pom.xml b/binding-adapter/pom.xml index 4a0b2f59..4e62ce52 100644 --- a/binding-adapter/pom.xml +++ b/binding-adapter/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-parent - 1.17.3-SNAPSHOT + 1.17.3 ../parent diff --git a/bus/api/pom.xml b/bus/api/pom.xml index 6437c876..e3351a38 100644 --- a/bus/api/pom.xml +++ b/bus/api/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-parent - 1.17.3-SNAPSHOT + 1.17.3 ../../parent org.opendaylight.jsonrpc.bus diff --git a/bus/config/pom.xml b/bus/config/pom.xml index f03d6049..40e96a11 100644 --- a/bus/config/pom.xml +++ b/bus/config/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.jsonrpc.bus bus-config - 1.17.3-SNAPSHOT + 1.17.3 JSON-RPC :: BUS :: Config Configuration files for JSONRPC bus jar diff --git a/bus/examples/binding-bridge/pom.xml b/bus/examples/binding-bridge/pom.xml index ebdb2665..5d5e7a61 100644 --- a/bus/examples/binding-bridge/pom.xml +++ b/bus/examples/binding-bridge/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-parent - 1.17.3-SNAPSHOT + 1.17.3 ../../../parent org.opendaylight.jsonrpc.bus diff --git a/bus/examples/inband-models/pom.xml b/bus/examples/inband-models/pom.xml index 3b61bc3b..faf4da1f 100644 --- a/bus/examples/inband-models/pom.xml +++ b/bus/examples/inband-models/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-parent - 1.17.3-SNAPSHOT + 1.17.3 ../../../parent inband-models diff --git a/bus/examples/pom.xml b/bus/examples/pom.xml index 5e74144c..3eb99011 100644 --- a/bus/examples/pom.xml +++ b/bus/examples/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-bus - 1.17.3-SNAPSHOT + 1.17.3 org.opendaylight.jsonrpc.bus examples diff --git a/bus/jsonrpc/pom.xml b/bus/jsonrpc/pom.xml index 6dd234ef..5d6dbee1 100644 --- a/bus/jsonrpc/pom.xml +++ b/bus/jsonrpc/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-parent - 1.17.3-SNAPSHOT + 1.17.3 ../../parent org.opendaylight.jsonrpc.bus diff --git a/bus/messagelib/pom.xml b/bus/messagelib/pom.xml index 859b7ce1..9139bb9b 100644 --- a/bus/messagelib/pom.xml +++ b/bus/messagelib/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-parent - 1.17.3-SNAPSHOT + 1.17.3 ../../parent org.opendaylight.jsonrpc.bus diff --git a/bus/pom.xml b/bus/pom.xml index 4ba70af0..153e546b 100644 --- a/bus/pom.xml +++ b/bus/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc - 1.17.3-SNAPSHOT + 1.17.3 jsonrpc-bus pom diff --git a/bus/spi/pom.xml b/bus/spi/pom.xml index 2872ae2b..8f5f8cb2 100644 --- a/bus/spi/pom.xml +++ b/bus/spi/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-parent - 1.17.3-SNAPSHOT + 1.17.3 ../../parent org.opendaylight.jsonrpc.bus diff --git a/bus/transport-http/pom.xml b/bus/transport-http/pom.xml index eb1a8023..1fada108 100644 --- a/bus/transport-http/pom.xml +++ b/bus/transport-http/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-parent - 1.17.3-SNAPSHOT + 1.17.3 ../../parent org.opendaylight.jsonrpc.bus diff --git a/bus/transport-zmq/pom.xml b/bus/transport-zmq/pom.xml index 5cea8a29..15630969 100644 --- a/bus/transport-zmq/pom.xml +++ b/bus/transport-zmq/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-parent - 1.17.3-SNAPSHOT + 1.17.3 ../../parent org.opendaylight.jsonrpc.bus diff --git a/dom-codec/pom.xml b/dom-codec/pom.xml index 2fb5e933..2372555d 100644 --- a/dom-codec/pom.xml +++ b/dom-codec/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-parent - 1.17.3-SNAPSHOT + 1.17.3 ../parent diff --git a/features/features-jsonrpc/pom.xml b/features/features-jsonrpc/pom.xml index 9e6ca687..4375a6cd 100644 --- a/features/features-jsonrpc/pom.xml +++ b/features/features-jsonrpc/pom.xml @@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc features-jsonrpc - 1.17.3-SNAPSHOT + 1.17.3 feature JSON-RPC :: Features :: repository diff --git a/features/odl-jsonrpc-all/pom.xml b/features/odl-jsonrpc-all/pom.xml index 26999628..616fb4a4 100644 --- a/features/odl-jsonrpc-all/pom.xml +++ b/features/odl-jsonrpc-all/pom.xml @@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc odl-jsonrpc-all - 1.17.3-SNAPSHOT + 1.17.3 feature JSON-RPC :: Feature :: all diff --git a/features/odl-jsonrpc-bus/pom.xml b/features/odl-jsonrpc-bus/pom.xml index acb6ba1b..4a6478b9 100644 --- a/features/odl-jsonrpc-bus/pom.xml +++ b/features/odl-jsonrpc-bus/pom.xml @@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc odl-jsonrpc-bus - 1.17.3-SNAPSHOT + 1.17.3 feature JSON-RPC :: Feature :: bus diff --git a/features/odl-jsonrpc-cluster/pom.xml b/features/odl-jsonrpc-cluster/pom.xml index 2694c9e5..65646f4d 100644 --- a/features/odl-jsonrpc-cluster/pom.xml +++ b/features/odl-jsonrpc-cluster/pom.xml @@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc odl-jsonrpc-cluster - 1.17.3-SNAPSHOT + 1.17.3 feature JSON-RPC :: Feature :: Cluster diff --git a/features/odl-jsonrpc-provider/pom.xml b/features/odl-jsonrpc-provider/pom.xml index 743a3349..c2dd42b0 100644 --- a/features/odl-jsonrpc-provider/pom.xml +++ b/features/odl-jsonrpc-provider/pom.xml @@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc odl-jsonrpc-provider - 1.17.3-SNAPSHOT + 1.17.3 feature JSON-RPC :: Feature :: provider diff --git a/features/pom.xml b/features/pom.xml index 4703151d..d0115cad 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.jsonrpc features-aggregator - 1.17.3-SNAPSHOT + 1.17.3 pom JSON-RPC :: Features :: Aggregator diff --git a/karaf/pom.xml b/karaf/pom.xml index bff77e4d..57935398 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-karaf - 1.17.3-SNAPSHOT + 1.17.3 JSON-RPC :: Karaf pom diff --git a/parent/pom.xml b/parent/pom.xml index d6369885..0f848c49 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -18,7 +18,7 @@ 4.0.0 org.opendaylight.jsonrpc jsonrpc-parent - 1.17.3-SNAPSHOT + 1.17.3 pom JSON-RPC :: Parent diff --git a/pom.xml b/pom.xml index 8d024ebf..1e6d476f 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc - 1.17.3-SNAPSHOT + 1.17.3 pom JSON-RPC :: POM diff --git a/provider/cluster/pom.xml b/provider/cluster/pom.xml index c9556909..e98b0478 100644 --- a/provider/cluster/pom.xml +++ b/provider/cluster/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-provider - 1.17.3-SNAPSHOT + 1.17.3 .. diff --git a/provider/common/pom.xml b/provider/common/pom.xml index f4cdd5f7..fd97c3fd 100644 --- a/provider/common/pom.xml +++ b/provider/common/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-provider - 1.17.3-SNAPSHOT + 1.17.3 .. diff --git a/provider/pom.xml b/provider/pom.xml index f9c1efe7..d4ecd83c 100644 --- a/provider/pom.xml +++ b/provider/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-parent - 1.17.3-SNAPSHOT + 1.17.3 ../parent diff --git a/provider/single/pom.xml b/provider/single/pom.xml index ee04cefc..b2df5559 100644 --- a/provider/single/pom.xml +++ b/provider/single/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-provider - 1.17.3-SNAPSHOT + 1.17.3 .. diff --git a/security/aaa/pom.xml b/security/aaa/pom.xml index b325160f..84e52be4 100644 --- a/security/aaa/pom.xml +++ b/security/aaa/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-parent - 1.17.3-SNAPSHOT + 1.17.3 ../../parent org.opendaylight.jsonrpc.security diff --git a/security/api/pom.xml b/security/api/pom.xml index f45c6060..1fcff512 100644 --- a/security/api/pom.xml +++ b/security/api/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-parent - 1.17.3-SNAPSHOT + 1.17.3 ../../parent org.opendaylight.jsonrpc.security diff --git a/security/noop/pom.xml b/security/noop/pom.xml index 22320187..18f23af8 100644 --- a/security/noop/pom.xml +++ b/security/noop/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-parent - 1.17.3-SNAPSHOT + 1.17.3 ../../parent org.opendaylight.jsonrpc.security diff --git a/security/pom.xml b/security/pom.xml index f10471f8..a7f0674d 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc - 1.17.3-SNAPSHOT + 1.17.3 jsonrpc-security pom diff --git a/security/service/pom.xml b/security/service/pom.xml index 9ac4e9a9..16cb0832 100644 --- a/security/service/pom.xml +++ b/security/service/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-parent - 1.17.3-SNAPSHOT + 1.17.3 ../../parent org.opendaylight.jsonrpc.security diff --git a/test-model/pom.xml b/test-model/pom.xml index 312f5b50..5f559780 100644 --- a/test-model/pom.xml +++ b/test-model/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-parent - 1.17.3-SNAPSHOT + 1.17.3 ../parent jsonrpc-test-model diff --git a/tools/parent/pom.xml b/tools/parent/pom.xml index 0a7a4777..eb540f68 100644 --- a/tools/parent/pom.xml +++ b/tools/parent/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc-parent - 1.17.3-SNAPSHOT + 1.17.3 ../../parent tools-parent diff --git a/tools/pom.xml b/tools/pom.xml index d13072d9..986e6c5c 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc jsonrpc - 1.17.3-SNAPSHOT + 1.17.3 jsonrpc-tools pom diff --git a/tools/test-tool/pom.xml b/tools/test-tool/pom.xml index d60da33e..7175d1b2 100644 --- a/tools/test-tool/pom.xml +++ b/tools/test-tool/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.jsonrpc tools-parent - 1.17.3-SNAPSHOT + 1.17.3 ../parent test-tool -- 2.34.1