From 517ff81cf8db47c9005605eb9f7854b3663361a1 Mon Sep 17 00:00:00 2001 From: jenkins-releng <jenkins-releng@opendaylight.org> Date: Tue, 25 Mar 2025 08:10:51 +0000 Subject: [PATCH 1/2] Bump versions by x.y.(z+1) Change-Id: I3bf1119900de213ab6e3a82988e945c4d0a656a4 Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org> --- 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 1fe4dd48..1d695452 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <artifactId>jsonrpc-api</artifactId> diff --git a/artifacts/pom.xml b/artifacts/pom.xml index aebf4e7f..5b18f572 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 </parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-artifacts</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <packaging>pom</packaging> <name>JSON-RPC :: Artifacts</name> <dependencyManagement> diff --git a/binding-adapter/pom.xml b/binding-adapter/pom.xml index 5b624f8f..4a0b2f59 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> diff --git a/bus/api/pom.xml b/bus/api/pom.xml index e36fa453..6437c876 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.bus</groupId> diff --git a/bus/config/pom.xml b/bus/config/pom.xml index 72719a9b..30888442 100644 --- a/bus/config/pom.xml +++ b/bus/config/pom.xml @@ -17,7 +17,7 @@ <groupId>org.opendaylight.jsonrpc.bus</groupId> <artifactId>bus-config</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <name>JSON-RPC :: BUS :: Config</name> <description>Configuration files for JSONRPC bus</description> <packaging>jar</packaging> diff --git a/bus/examples/binding-bridge/pom.xml b/bus/examples/binding-bridge/pom.xml index f3e0864e..ebdb2665 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.bus</groupId> diff --git a/bus/examples/inband-models/pom.xml b/bus/examples/inband-models/pom.xml index a0d0e3b0..3b61bc3b 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>../../../parent</relativePath> </parent> <artifactId>inband-models</artifactId> diff --git a/bus/examples/pom.xml b/bus/examples/pom.xml index c2e555f4..5e74144c 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-bus</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> </parent> <groupId>org.opendaylight.jsonrpc.bus</groupId> <artifactId>examples</artifactId> diff --git a/bus/jsonrpc/pom.xml b/bus/jsonrpc/pom.xml index 5ba7df30..6dd234ef 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.bus</groupId> diff --git a/bus/messagelib/pom.xml b/bus/messagelib/pom.xml index 422af424..859b7ce1 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.bus</groupId> diff --git a/bus/pom.xml b/bus/pom.xml index af3a3518..4ba70af0 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> </parent> <artifactId>jsonrpc-bus</artifactId> <packaging>pom</packaging> diff --git a/bus/spi/pom.xml b/bus/spi/pom.xml index f5989e58..2872ae2b 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.bus</groupId> diff --git a/bus/transport-http/pom.xml b/bus/transport-http/pom.xml index 9762840e..76c98a0b 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.bus</groupId> diff --git a/bus/transport-zmq/pom.xml b/bus/transport-zmq/pom.xml index bd28d4ec..58033be5 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.bus</groupId> diff --git a/dom-codec/pom.xml b/dom-codec/pom.xml index 5e001bd5..2fb5e933 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> diff --git a/features/features-jsonrpc/pom.xml b/features/features-jsonrpc/pom.xml index 765b57d1..ea8ea221 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 <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>features-jsonrpc</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <packaging>feature</packaging> <name>JSON-RPC :: Features :: repository</name> diff --git a/features/odl-jsonrpc-all/pom.xml b/features/odl-jsonrpc-all/pom.xml index 40aabad0..a8589493 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 <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>odl-jsonrpc-all</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <packaging>feature</packaging> <name>JSON-RPC :: Feature :: all</name> diff --git a/features/odl-jsonrpc-bus/pom.xml b/features/odl-jsonrpc-bus/pom.xml index 4b37c939..1926acf2 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 <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>odl-jsonrpc-bus</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <packaging>feature</packaging> <name>JSON-RPC :: Feature :: bus</name> diff --git a/features/odl-jsonrpc-cluster/pom.xml b/features/odl-jsonrpc-cluster/pom.xml index 94e66c41..2d0d80ac 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 <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>odl-jsonrpc-cluster</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <packaging>feature</packaging> <name>JSON-RPC :: Feature :: Cluster</name> diff --git a/features/odl-jsonrpc-provider/pom.xml b/features/odl-jsonrpc-provider/pom.xml index cbfc1bb3..a2d720cc 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 <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>odl-jsonrpc-provider</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <packaging>feature</packaging> <name>JSON-RPC :: Feature :: provider</name> diff --git a/features/pom.xml b/features/pom.xml index 3de614c1..5403eed6 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -16,7 +16,7 @@ </parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>features-aggregator</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <packaging>pom</packaging> <name>JSON-RPC :: Features :: Aggregator</name> <modules> diff --git a/karaf/pom.xml b/karaf/pom.xml index d978c5ee..36e5f771 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 </parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-karaf</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <name>JSON-RPC :: Karaf</name> <packaging>pom</packaging> <properties> diff --git a/parent/pom.xml b/parent/pom.xml index 9046a117..6f246ea3 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -18,7 +18,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <packaging>pom</packaging> <name>JSON-RPC :: Parent</name> diff --git a/pom.xml b/pom.xml index d6a68714..997b5ab9 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html </parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <packaging>pom</packaging> <name>JSON-RPC :: POM</name> <modules> diff --git a/provider/cluster/pom.xml b/provider/cluster/pom.xml index 1d5134df..c39fd299 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-provider</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/provider/common/pom.xml b/provider/common/pom.xml index abb910a6..eb2ae3f5 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-provider</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/provider/pom.xml b/provider/pom.xml index feb93ffc..f0959143 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> diff --git a/provider/single/pom.xml b/provider/single/pom.xml index 22fc0edf..447e9f52 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-provider</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/security/aaa/pom.xml b/security/aaa/pom.xml index fcaec323..b325160f 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.security</groupId> diff --git a/security/api/pom.xml b/security/api/pom.xml index 39a45fe5..f45c6060 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.security</groupId> diff --git a/security/noop/pom.xml b/security/noop/pom.xml index d75c468e..22320187 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.security</groupId> diff --git a/security/pom.xml b/security/pom.xml index 4d70c00c..f10471f8 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> </parent> <artifactId>jsonrpc-security</artifactId> <packaging>pom</packaging> diff --git a/security/service/pom.xml b/security/service/pom.xml index 57852745..9ac4e9a9 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.security</groupId> diff --git a/test-model/pom.xml b/test-model/pom.xml index cfbb396c..312f5b50 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <artifactId>jsonrpc-test-model</artifactId> diff --git a/tools/parent/pom.xml b/tools/parent/pom.xml index a82645df..0a7a4777 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <artifactId>tools-parent</artifactId> diff --git a/tools/pom.xml b/tools/pom.xml index 029ce45c..d13072d9 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> </parent> <artifactId>jsonrpc-tools</artifactId> <packaging>pom</packaging> diff --git a/tools/test-tool/pom.xml b/tools/test-tool/pom.xml index d16dd5cf..d60da33e 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>tools-parent</artifactId> - <version>1.17.2-SNAPSHOT</version> + <version>1.17.3-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> <artifactId>test-tool</artifactId> -- 2.34.1 From 4e736d7c2772d5f37560ab76e08c329c8d372cc5 Mon Sep 17 00:00:00 2001 From: jenkins-releng <jenkins-releng@opendaylight.org> Date: Tue, 25 Mar 2025 08:26:12 +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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>../parent</relativePath> </parent> <artifactId>jsonrpc-api</artifactId> diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 5b18f572..1dcd2a3d 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 </parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-artifacts</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <packaging>pom</packaging> <name>JSON-RPC :: Artifacts</name> <dependencyManagement> 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>../parent</relativePath> </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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.bus</groupId> diff --git a/bus/config/pom.xml b/bus/config/pom.xml index 30888442..faff6b32 100644 --- a/bus/config/pom.xml +++ b/bus/config/pom.xml @@ -17,7 +17,7 @@ <groupId>org.opendaylight.jsonrpc.bus</groupId> <artifactId>bus-config</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <name>JSON-RPC :: BUS :: Config</name> <description>Configuration files for JSONRPC bus</description> <packaging>jar</packaging> 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>../../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.bus</groupId> 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>../../../parent</relativePath> </parent> <artifactId>inband-models</artifactId> 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-bus</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> </parent> <groupId>org.opendaylight.jsonrpc.bus</groupId> <artifactId>examples</artifactId> 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.bus</groupId> 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.bus</groupId> 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> </parent> <artifactId>jsonrpc-bus</artifactId> <packaging>pom</packaging> 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.bus</groupId> diff --git a/bus/transport-http/pom.xml b/bus/transport-http/pom.xml index 76c98a0b..ced88f22 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.bus</groupId> diff --git a/bus/transport-zmq/pom.xml b/bus/transport-zmq/pom.xml index 58033be5..01b1fd97 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.bus</groupId> 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>../parent</relativePath> </parent> diff --git a/features/features-jsonrpc/pom.xml b/features/features-jsonrpc/pom.xml index ea8ea221..17705231 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 <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>features-jsonrpc</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <packaging>feature</packaging> <name>JSON-RPC :: Features :: repository</name> diff --git a/features/odl-jsonrpc-all/pom.xml b/features/odl-jsonrpc-all/pom.xml index a8589493..2a224201 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 <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>odl-jsonrpc-all</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <packaging>feature</packaging> <name>JSON-RPC :: Feature :: all</name> diff --git a/features/odl-jsonrpc-bus/pom.xml b/features/odl-jsonrpc-bus/pom.xml index 1926acf2..793cb23a 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 <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>odl-jsonrpc-bus</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <packaging>feature</packaging> <name>JSON-RPC :: Feature :: bus</name> diff --git a/features/odl-jsonrpc-cluster/pom.xml b/features/odl-jsonrpc-cluster/pom.xml index 2d0d80ac..18651bbe 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 <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>odl-jsonrpc-cluster</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <packaging>feature</packaging> <name>JSON-RPC :: Feature :: Cluster</name> diff --git a/features/odl-jsonrpc-provider/pom.xml b/features/odl-jsonrpc-provider/pom.xml index a2d720cc..01837c9a 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 <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>odl-jsonrpc-provider</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <packaging>feature</packaging> <name>JSON-RPC :: Feature :: provider</name> diff --git a/features/pom.xml b/features/pom.xml index 5403eed6..a00a0882 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -16,7 +16,7 @@ </parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>features-aggregator</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <packaging>pom</packaging> <name>JSON-RPC :: Features :: Aggregator</name> <modules> diff --git a/karaf/pom.xml b/karaf/pom.xml index 36e5f771..357ede99 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 </parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-karaf</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <name>JSON-RPC :: Karaf</name> <packaging>pom</packaging> <properties> diff --git a/parent/pom.xml b/parent/pom.xml index 6f246ea3..d3e5f14b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -18,7 +18,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <packaging>pom</packaging> <name>JSON-RPC :: Parent</name> diff --git a/pom.xml b/pom.xml index 997b5ab9..1fa485c6 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html </parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <packaging>pom</packaging> <name>JSON-RPC :: POM</name> <modules> diff --git a/provider/cluster/pom.xml b/provider/cluster/pom.xml index c39fd299..46bf3759 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-provider</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>..</relativePath> </parent> diff --git a/provider/common/pom.xml b/provider/common/pom.xml index eb2ae3f5..3d77a7a8 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-provider</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>..</relativePath> </parent> diff --git a/provider/pom.xml b/provider/pom.xml index f0959143..ff856e72 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>../parent</relativePath> </parent> diff --git a/provider/single/pom.xml b/provider/single/pom.xml index 447e9f52..c100706b 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-provider</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>..</relativePath> </parent> 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.security</groupId> 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.security</groupId> 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.security</groupId> 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> </parent> <artifactId>jsonrpc-security</artifactId> <packaging>pom</packaging> 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>../../parent</relativePath> </parent> <groupId>org.opendaylight.jsonrpc.security</groupId> 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>../parent</relativePath> </parent> <artifactId>jsonrpc-test-model</artifactId> 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>../../parent</relativePath> </parent> <artifactId>tools-parent</artifactId> 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>jsonrpc</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> </parent> <artifactId>jsonrpc-tools</artifactId> <packaging>pom</packaging> 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 <parent> <groupId>org.opendaylight.jsonrpc</groupId> <artifactId>tools-parent</artifactId> - <version>1.17.3-SNAPSHOT</version> + <version>1.17.3</version> <relativePath>../parent</relativePath> </parent> <artifactId>test-tool</artifactId> -- 2.34.1