From 5306bf61cca6927901da38683d0149d9e95eec16 Mon Sep 17 00:00:00 2001
From: jenkins-releng <jenkins-releng@opendaylight.org>
Date: Sat, 4 Jan 2025 00:25:30 +0000
Subject: [PATCH] Release Titanium

---
 artifacts/pom.xml                             | 24 +++++++++----------
 commons/binding-parent/pom.xml                |  2 +-
 commons/pom.xml                               |  2 +-
 commons/quality-parent/pom.xml                |  4 ++--
 .../odl-infrautils-metrics-prometheus/pom.xml |  2 +-
 .../odl-infrautils-metrics-sample/pom.xml     |  2 +-
 features/odl-serviceutils-listener/pom.xml    |  4 ++--
 features/odl-serviceutils-metrics/pom.xml     |  4 ++--
 features/odl-serviceutils-rpc/pom.xml         |  4 ++--
 features/odl-serviceutils-srm/pom.xml         |  8 +++----
 features/odl-serviceutils-tools/pom.xml       |  8 +++----
 features/pom.xml                              |  2 +-
 features/serviceutils-features/pom.xml        |  2 +-
 karaf/pom.xml                                 |  2 +-
 metrics/api/pom.xml                           |  2 +-
 metrics/impl-prometheus/pom.xml               |  2 +-
 metrics/impl-test/pom.xml                     |  2 +-
 metrics/impl/pom.xml                          |  2 +-
 metrics/it/pom.xml                            |  2 +-
 metrics/pom.xml                               |  2 +-
 metrics/sample/impl/pom.xml                   |  2 +-
 pom.xml                                       |  2 +-
 srm/api/pom.xml                               |  2 +-
 srm/impl/pom.xml                              |  2 +-
 srm/pom.xml                                   |  2 +-
 srm/shell/pom.xml                             |  2 +-
 tools/api/pom.xml                             |  2 +-
 tools/listener-api/pom.xml                    |  2 +-
 tools/pom.xml                                 |  2 +-
 tools/rpc-api/pom.xml                         |  4 ++--
 tools/testutils/pom.xml                       |  4 ++--
 upgrade/pom.xml                               |  2 +-
 32 files changed, 55 insertions(+), 55 deletions(-)

diff --git a/artifacts/pom.xml b/artifacts/pom.xml
index cbef75c..b027268 100644
--- a/artifacts/pom.xml
+++ b/artifacts/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>serviceutils-artifacts</artifactId>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.15.0</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
@@ -30,63 +30,63 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>listener-api</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.15.0</version>
       </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>metrics-api</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.15.0</version>
       </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>metrics-impl</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.15.0</version>
       </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>metrics-impl</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.15.0</version>
         <classifier>config</classifier>
         <type>cfg</type>
       </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>metrics-impl-prometheus</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.15.0</version>
       </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>rpc-api</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.15.0</version>
       </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>srm-api</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.15.0</version>
       </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>tools-api</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.15.0</version>
       </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>upgrade</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.15.0</version>
       </dependency>
 
       <!-- Reference implementations -->
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>srm-impl</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.15.0</version>
       </dependency>
 
       <!-- Test support -->
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>rpc-api</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.15.0</version>
         <type>test-jar</type>
         <scope>test</scope>
       </dependency>
diff --git a/commons/binding-parent/pom.xml b/commons/binding-parent/pom.xml
index 646628c..3cc25da 100644
--- a/commons/binding-parent/pom.xml
+++ b/commons/binding-parent/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>binding-parent</artifactId>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.15.0</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
diff --git a/commons/pom.xml b/commons/pom.xml
index 4c73ebc..df065ba 100644
--- a/commons/pom.xml
+++ b/commons/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>commons</artifactId>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.15.0</version>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: serviceutils :: ${project.artifactId}</name>
diff --git a/commons/quality-parent/pom.xml b/commons/quality-parent/pom.xml
index 1bcdcbf..aa2bad7 100644
--- a/commons/quality-parent/pom.xml
+++ b/commons/quality-parent/pom.xml
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>quality-parent</artifactId>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.15.0</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
@@ -22,7 +22,7 @@
       <dependency>
         <groupId>org.opendaylight.serviceutils</groupId>
         <artifactId>serviceutils-artifacts</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.15.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
diff --git a/features/odl-infrautils-metrics-prometheus/pom.xml b/features/odl-infrautils-metrics-prometheus/pom.xml
index 130252f..e47ec8f 100644
--- a/features/odl-infrautils-metrics-prometheus/pom.xml
+++ b/features/odl-infrautils-metrics-prometheus/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>3.6.0-SNAPSHOT</version>
+    <version>3.6.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
diff --git a/features/odl-infrautils-metrics-sample/pom.xml b/features/odl-infrautils-metrics-sample/pom.xml
index 5dddef3..d1ece00 100644
--- a/features/odl-infrautils-metrics-sample/pom.xml
+++ b/features/odl-infrautils-metrics-sample/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>3.6.0-SNAPSHOT</version>
+    <version>3.6.0</version>
     <relativePath>../parent</relativePath>
   </parent>
 
diff --git a/features/odl-serviceutils-listener/pom.xml b/features/odl-serviceutils-listener/pom.xml
index e5d714b..2143808 100644
--- a/features/odl-serviceutils-listener/pom.xml
+++ b/features/odl-serviceutils-listener/pom.xml
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>odl-serviceutils-listener</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.15.0</version>
     <packaging>feature</packaging>
     <name>ODL :: serviceutils :: listener tools</name>
 
@@ -27,7 +27,7 @@
             <dependency>
                 <groupId>org.opendaylight.serviceutils</groupId>
                 <artifactId>serviceutils-artifacts</artifactId>
-                <version>0.15.0-SNAPSHOT</version>
+                <version>0.15.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/features/odl-serviceutils-metrics/pom.xml b/features/odl-serviceutils-metrics/pom.xml
index 7b442d2..14d895b 100644
--- a/features/odl-serviceutils-metrics/pom.xml
+++ b/features/odl-serviceutils-metrics/pom.xml
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>odl-serviceutils-metrics</artifactId>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.15.0</version>
   <packaging>feature</packaging>
   <name>ODL :: serviceutils :: Metrics</name>
 
@@ -34,7 +34,7 @@
       <dependency>
         <groupId>org.opendaylight.serviceutils</groupId>
         <artifactId>serviceutils-artifacts</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.15.0</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
diff --git a/features/odl-serviceutils-rpc/pom.xml b/features/odl-serviceutils-rpc/pom.xml
index 95571e2..47c27e3 100644
--- a/features/odl-serviceutils-rpc/pom.xml
+++ b/features/odl-serviceutils-rpc/pom.xml
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>odl-serviceutils-rpc</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.15.0</version>
     <packaging>feature</packaging>
     <name>ODL :: serviceutils :: RPC tools</name>
 
@@ -20,7 +20,7 @@
             <dependency>
                 <groupId>org.opendaylight.serviceutils</groupId>
                 <artifactId>serviceutils-artifacts</artifactId>
-                <version>0.15.0-SNAPSHOT</version>
+                <version>0.15.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
diff --git a/features/odl-serviceutils-srm/pom.xml b/features/odl-serviceutils-srm/pom.xml
index 9cd0a14..bd8b8b8 100644
--- a/features/odl-serviceutils-srm/pom.xml
+++ b/features/odl-serviceutils-srm/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>odl-serviceutils-srm</artifactId>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.15.0</version>
   <packaging>feature</packaging>
   <name>ODL :: serviceutils :: SRM</name>
 
@@ -41,17 +41,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <dependency>
       <groupId>org.opendaylight.serviceutils</groupId>
       <artifactId>srm-api</artifactId>
-      <version>0.15.0-SNAPSHOT</version>
+      <version>0.15.0</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.serviceutils</groupId>
       <artifactId>srm-impl</artifactId>
-      <version>0.15.0-SNAPSHOT</version>
+      <version>0.15.0</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.serviceutils</groupId>
       <artifactId>srm-shell</artifactId>
-      <version>0.15.0-SNAPSHOT</version>
+      <version>0.15.0</version>
     </dependency>
   </dependencies>
 </project>
diff --git a/features/odl-serviceutils-tools/pom.xml b/features/odl-serviceutils-tools/pom.xml
index f2a6527..d6886fd 100644
--- a/features/odl-serviceutils-tools/pom.xml
+++ b/features/odl-serviceutils-tools/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>odl-serviceutils-tools</artifactId>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.15.0</version>
   <packaging>feature</packaging>
   <name>ODL :: serviceutils :: TOOLS</name>
 
@@ -34,7 +34,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <dependency>
         <groupId>org.opendaylight.serviceutils</groupId>
         <artifactId>serviceutils-artifacts</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.15.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -63,12 +63,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <dependency>
       <groupId>org.opendaylight.serviceutils</groupId>
       <artifactId>tools-api</artifactId>
-      <version>0.15.0-SNAPSHOT</version>
+      <version>0.15.0</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.serviceutils</groupId>
       <artifactId>upgrade</artifactId>
-      <version>0.15.0-SNAPSHOT</version>
+      <version>0.15.0</version>
     </dependency>
   </dependencies>
 </project>
diff --git a/features/pom.xml b/features/pom.xml
index 873816d..52d4e07 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>serviceutils-features-aggregator</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.15.0</version>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
          build failure. Please do not modify this unless you have a good reason. -->
     <name>ODL :: serviceutils :: ${project.artifactId}</name>
diff --git a/features/serviceutils-features/pom.xml b/features/serviceutils-features/pom.xml
index fad9b3e..3cac49e 100644
--- a/features/serviceutils-features/pom.xml
+++ b/features/serviceutils-features/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>serviceutils-features</artifactId>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.15.0</version>
   <name>ODL :: serviceutils :: ${project.artifactId}</name>
   <packaging>feature</packaging>
 
diff --git a/karaf/pom.xml b/karaf/pom.xml
index 24baacf..94a850b 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 INTERNAL
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>serviceutils-karaf</artifactId>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.15.0</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
diff --git a/metrics/api/pom.xml b/metrics/api/pom.xml
index ef525f1..3e911ff 100644
--- a/metrics/api/pom.xml
+++ b/metrics/api/pom.xml
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>quality-parent</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.15.0</version>
     <relativePath>../../commons/quality-parent</relativePath>
   </parent>
 
diff --git a/metrics/impl-prometheus/pom.xml b/metrics/impl-prometheus/pom.xml
index c9cd665..d7bc971 100644
--- a/metrics/impl-prometheus/pom.xml
+++ b/metrics/impl-prometheus/pom.xml
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>quality-parent</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.15.0</version>
     <relativePath>../../commons/quality-parent</relativePath>
   </parent>
 
diff --git a/metrics/impl-test/pom.xml b/metrics/impl-test/pom.xml
index bdfbdf9..594c2aa 100644
--- a/metrics/impl-test/pom.xml
+++ b/metrics/impl-test/pom.xml
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>quality-parent</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.15.0</version>
     <relativePath>../../commons/quality-parent</relativePath>
   </parent>
 
diff --git a/metrics/impl/pom.xml b/metrics/impl/pom.xml
index 2496cac..49ac209 100644
--- a/metrics/impl/pom.xml
+++ b/metrics/impl/pom.xml
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>quality-parent</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.15.0</version>
     <relativePath>../../commons/quality-parent</relativePath>
   </parent>
 
diff --git a/metrics/it/pom.xml b/metrics/it/pom.xml
index 5aaf9a7..037e438 100644
--- a/metrics/it/pom.xml
+++ b/metrics/it/pom.xml
@@ -22,7 +22,7 @@
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: serviceutils :: ${project.artifactId}</name>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.15.0</version>
 
   <dependencyManagement>
     <dependencies>
diff --git a/metrics/pom.xml b/metrics/pom.xml
index f43a2f7..ec12723 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>metrics-aggregator</artifactId>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.15.0</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
diff --git a/metrics/sample/impl/pom.xml b/metrics/sample/impl/pom.xml
index a964f47..e598721 100644
--- a/metrics/sample/impl/pom.xml
+++ b/metrics/sample/impl/pom.xml
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>quality-parent</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.15.0</version>
     <relativePath>../../../commons/quality-parent</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 119b5d6..f7fa18b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>serviceutils-aggregator</artifactId>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.15.0</version>
   <name>serviceutils</name>
   <packaging>pom</packaging>
 
diff --git a/srm/api/pom.xml b/srm/api/pom.xml
index 84888cd..72685a4 100644
--- a/srm/api/pom.xml
+++ b/srm/api/pom.xml
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.15.0</version>
     <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
diff --git a/srm/impl/pom.xml b/srm/impl/pom.xml
index b2ff1f9..15a886e 100644
--- a/srm/impl/pom.xml
+++ b/srm/impl/pom.xml
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>quality-parent</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.15.0</version>
     <relativePath>../../commons/quality-parent</relativePath>
   </parent>
 
diff --git a/srm/pom.xml b/srm/pom.xml
index 971ce76..fc2811b 100644
--- a/srm/pom.xml
+++ b/srm/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>srm-aggregator</artifactId>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.15.0</version>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: serviceutils :: ${project.artifactId}</name>
diff --git a/srm/shell/pom.xml b/srm/shell/pom.xml
index d171969..026e08a 100644
--- a/srm/shell/pom.xml
+++ b/srm/shell/pom.xml
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>quality-parent</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.15.0</version>
     <relativePath>../../commons/quality-parent</relativePath>
   </parent>
 
diff --git a/tools/api/pom.xml b/tools/api/pom.xml
index 2021d11..0f73ed0 100644
--- a/tools/api/pom.xml
+++ b/tools/api/pom.xml
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>quality-parent</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.15.0</version>
     <relativePath>../../commons/quality-parent/</relativePath>
   </parent>
 
diff --git a/tools/listener-api/pom.xml b/tools/listener-api/pom.xml
index 26276b7..cf34d71 100644
--- a/tools/listener-api/pom.xml
+++ b/tools/listener-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opendaylight.serviceutils</groupId>
         <artifactId>quality-parent</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.15.0</version>
         <relativePath>../../commons/quality-parent</relativePath>
     </parent>
 
diff --git a/tools/pom.xml b/tools/pom.xml
index 7aa0837..997816b 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>tools-aggregator</artifactId>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.15.0</version>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: serviceutils :: ${project.artifactId}</name>
diff --git a/tools/rpc-api/pom.xml b/tools/rpc-api/pom.xml
index 48f86c6..d8b1d11 100644
--- a/tools/rpc-api/pom.xml
+++ b/tools/rpc-api/pom.xml
@@ -7,13 +7,13 @@
     <parent>
         <groupId>org.opendaylight.serviceutils</groupId>
         <artifactId>quality-parent</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.15.0</version>
         <relativePath>../../commons/quality-parent/</relativePath>
     </parent>
 
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>rpc-api</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.15.0</version>
     <packaging>bundle</packaging>
 
     <dependencies>
diff --git a/tools/testutils/pom.xml b/tools/testutils/pom.xml
index 2e98c0c..dbd6eee 100644
--- a/tools/testutils/pom.xml
+++ b/tools/testutils/pom.xml
@@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>quality-parent</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.15.0</version>
     <relativePath>../../commons/quality-parent/</relativePath>
   </parent>
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>tools-testutils</artifactId>
-  <version>0.15.0-SNAPSHOT</version>
+  <version>0.15.0</version>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: serviceutils :: ${project.artifactId}</name>
diff --git a/upgrade/pom.xml b/upgrade/pom.xml
index d8c613f..7c7c56b 100644
--- a/upgrade/pom.xml
+++ b/upgrade/pom.xml
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.15.0-SNAPSHOT</version>
+    <version>0.15.0</version>
     <relativePath>../commons/binding-parent</relativePath>
   </parent>
 
-- 
2.25.1