From 836a25a76b79b5e5b70fdca1ad5a5b3f7541eda2 Mon Sep 17 00:00:00 2001
From: jenkins-releng <jenkins-releng@opendaylight.org>
Date: Wed, 28 Aug 2024 00:05:42 +0000
Subject: [PATCH] Release Scandium

---
 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 e5ab92e5..21e88f28 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>jsonrpc-api</artifactId>
diff --git a/artifacts/pom.xml b/artifacts/pom.xml
index c48fce66..c0c66d77 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.0-SNAPSHOT</version>
+    <version>1.17.0</version>
     <packaging>pom</packaging>
     <name>JSON-RPC :: Artifacts</name>
     <dependencyManagement>
diff --git a/binding-adapter/pom.xml b/binding-adapter/pom.xml
index adb2ad95..8d3d3856 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
diff --git a/bus/api/pom.xml b/bus/api/pom.xml
index 31aba130..d999c749 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.opendaylight.jsonrpc.bus</groupId>
diff --git a/bus/config/pom.xml b/bus/config/pom.xml
index 6b02fb46..22b1a46e 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.0-SNAPSHOT</version>
+  <version>1.17.0</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 3e3ba917..095a4b4d 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.0-SNAPSHOT</version>
+        <version>1.17.0</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 08cb6c7d..901d2e75 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
         <relativePath>../../../parent</relativePath>
     </parent>
     <artifactId>inband-models</artifactId>
diff --git a/bus/examples/pom.xml b/bus/examples/pom.xml
index 71c370d5..73de0fae 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
     </parent>
     <groupId>org.opendaylight.jsonrpc.bus</groupId>
     <artifactId>examples</artifactId>
diff --git a/bus/jsonrpc/pom.xml b/bus/jsonrpc/pom.xml
index 93ac7a74..6da9af1a 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.opendaylight.jsonrpc.bus</groupId>
diff --git a/bus/messagelib/pom.xml b/bus/messagelib/pom.xml
index 91947460..3b92418c 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.opendaylight.jsonrpc.bus</groupId>
diff --git a/bus/pom.xml b/bus/pom.xml
index c604eb15..054e6143 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
     </parent>
     <artifactId>jsonrpc-bus</artifactId>
     <packaging>pom</packaging>
diff --git a/bus/spi/pom.xml b/bus/spi/pom.xml
index f283dbbd..cd750e9a 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.0-SNAPSHOT</version>
+        <version>1.17.0</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 4268194b..4a5f0e94 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.0-SNAPSHOT</version>
+        <version>1.17.0</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 4df4feb7..27798f4e 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.opendaylight.jsonrpc.bus</groupId>
diff --git a/dom-codec/pom.xml b/dom-codec/pom.xml
index 27b75ace..157bce74 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
diff --git a/features/features-jsonrpc/pom.xml b/features/features-jsonrpc/pom.xml
index b6c9dcbf..4c7cc581 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.0-SNAPSHOT</version>
+    <version>1.17.0</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 01538511..adcb475e 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.0-SNAPSHOT</version>
+    <version>1.17.0</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 58077244..8521f5f8 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.0-SNAPSHOT</version>
+    <version>1.17.0</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 fe46bf66..cb13dea7 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.0-SNAPSHOT</version>
+    <version>1.17.0</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 f5a4a34a..e501350f 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.0-SNAPSHOT</version>
+    <version>1.17.0</version>
     <packaging>feature</packaging>
     <name>JSON-RPC :: Feature :: provider</name>
 
diff --git a/features/pom.xml b/features/pom.xml
index ea11c74b..087e9ef1 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.0-SNAPSHOT</version>
+    <version>1.17.0</version>
     <packaging>pom</packaging>
     <name>JSON-RPC :: Features :: Aggregator</name>
     <modules>
diff --git a/karaf/pom.xml b/karaf/pom.xml
index 832991c5..35a89677 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.0-SNAPSHOT</version>
+    <version>1.17.0</version>
     <name>JSON-RPC :: Karaf</name>
     <packaging>pom</packaging>
     <properties>
diff --git a/parent/pom.xml b/parent/pom.xml
index 1c163309..7a9eddc4 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.0-SNAPSHOT</version>
+    <version>1.17.0</version>
     <packaging>pom</packaging>
     <name>JSON-RPC :: Parent</name>
 
diff --git a/pom.xml b/pom.xml
index 2ed637d8..8be478d6 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.0-SNAPSHOT</version>
+    <version>1.17.0</version>
     <packaging>pom</packaging>
     <name>JSON-RPC :: POM</name>
     <modules>
diff --git a/provider/cluster/pom.xml b/provider/cluster/pom.xml
index b2cbf59a..3d6e35dd 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/provider/common/pom.xml b/provider/common/pom.xml
index e9f3a8d0..51a727e1 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/provider/pom.xml b/provider/pom.xml
index a5a86487..f8466bd7 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
         <relativePath>../parent</relativePath>
     </parent>
 
diff --git a/provider/single/pom.xml b/provider/single/pom.xml
index 7186a3d8..933f6f7d 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/security/aaa/pom.xml b/security/aaa/pom.xml
index fc3cf9ba..3a9691a0 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.opendaylight.jsonrpc.security</groupId>
diff --git a/security/api/pom.xml b/security/api/pom.xml
index e5ce5d6d..8bc89dd2 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.opendaylight.jsonrpc.security</groupId>
diff --git a/security/noop/pom.xml b/security/noop/pom.xml
index dc509a1c..c82ad688 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.opendaylight.jsonrpc.security</groupId>
diff --git a/security/pom.xml b/security/pom.xml
index 40749157..6cb11244 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
     </parent>
     <artifactId>jsonrpc-security</artifactId>
     <packaging>pom</packaging>
diff --git a/security/service/pom.xml b/security/service/pom.xml
index d4b822f4..8d364f5a 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <groupId>org.opendaylight.jsonrpc.security</groupId>
diff --git a/test-model/pom.xml b/test-model/pom.xml
index 545d5649..c3a72b9f 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>jsonrpc-test-model</artifactId>
diff --git a/tools/parent/pom.xml b/tools/parent/pom.xml
index 79fd436d..e87fedeb 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <artifactId>tools-parent</artifactId>
diff --git a/tools/pom.xml b/tools/pom.xml
index f9ee43fc..f670cd85 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
     </parent>
     <artifactId>jsonrpc-tools</artifactId>
     <packaging>pom</packaging>
diff --git a/tools/test-tool/pom.xml b/tools/test-tool/pom.xml
index 5de9e096..8f51b203 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.0-SNAPSHOT</version>
+        <version>1.17.0</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>test-tool</artifactId>
-- 
2.25.1