From d7ec34f577982b6c9c310974709886c70a38ed71 Mon Sep 17 00:00:00 2001
From: jenkins-releng <jenkins-releng@opendaylight.org>
Date: Tue, 8 Oct 2024 05:48:12 +0000
Subject: [PATCH] Release infrautils

---
 artifacts/pom.xml                                 |  2 +-
 common/parent/pom.xml                             |  4 ++--
 common/pom.xml                                    |  2 +-
 common/util/pom.xml                               |  2 +-
 diagstatus/api/pom.xml                            |  2 +-
 diagstatus/impl/pom.xml                           |  2 +-
 diagstatus/it/pom.xml                             |  2 +-
 diagstatus/pom.xml                                |  2 +-
 diagstatus/shell/pom.xml                          |  2 +-
 diagstatus/web/pom.xml                            |  2 +-
 docs/pom.xml                                      |  4 ++--
 features/features-infrautils-experimental/pom.xml |  2 +-
 features/features-infrautils-samples/pom.xml      |  2 +-
 features/features-infrautils/pom.xml              |  2 +-
 features/infrautils-features/pom.xml              |  2 +-
 features/odl-infrautils-all/pom.xml               |  2 +-
 features/odl-infrautils-diagstatus/feature.xml    | 12 ++++++------
 features/odl-infrautils-diagstatus/pom.xml        |  2 +-
 features/odl-infrautils-inject/pom.xml            |  2 +-
 features/odl-infrautils-ready/pom.xml             |  2 +-
 features/odl-infrautils-utils/feature.xml         |  2 +-
 features/odl-infrautils-utils/pom.xml             |  2 +-
 features/parent/pom.xml                           |  2 +-
 features/pom.xml                                  |  2 +-
 inject/inject-guice-testutils/pom.xml             |  2 +-
 inject/inject-guice/pom.xml                       |  2 +-
 inject/inject-spi/pom.xml                         |  2 +-
 inject/inject/pom.xml                             |  2 +-
 inject/pom.xml                                    |  2 +-
 itestutils/it/pom.xml                             |  2 +-
 itestutils/itestutils/pom.xml                     |  2 +-
 itestutils/parent/pom.xml                         |  4 ++--
 itestutils/pom.xml                                |  2 +-
 karaf/pom.xml                                     |  2 +-
 pom.xml                                           |  2 +-
 ready/api/pom.xml                                 |  2 +-
 ready/guice/pom.xml                               |  2 +-
 ready/impl/pom.xml                                |  2 +-
 ready/it/pom.xml                                  |  2 +-
 ready/pom.xml                                     |  2 +-
 testutils/pom.xml                                 |  2 +-
 41 files changed, 49 insertions(+), 49 deletions(-)

diff --git a/artifacts/pom.xml b/artifacts/pom.xml
index 6df5be48..ed64f691 100644
--- a/artifacts/pom.xml
+++ b/artifacts/pom.xml
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>infrautils-artifacts</artifactId>
-    <version>6.0.11-SNAPSHOT</version>
+    <version>6.0.11</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/common/parent/pom.xml b/common/parent/pom.xml
index 3af179bc..41841fd7 100644
--- a/common/parent/pom.xml
+++ b/common/parent/pom.xml
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.infrautils</groupId>
   <artifactId>parent</artifactId>
-  <version>6.0.11-SNAPSHOT</version>
+  <version>6.0.11</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 :: infrautils :: ${project.artifactId}</name>
@@ -37,7 +37,7 @@
       <dependency>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>infrautils-artifacts</artifactId>
-        <version>6.0.11-SNAPSHOT</version>
+        <version>6.0.11</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
diff --git a/common/pom.xml b/common/pom.xml
index 2049f19e..41beaeb3 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>6.0.11-SNAPSHOT</version>
+    <version>6.0.11</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/common/util/pom.xml b/common/util/pom.xml
index cb4883c9..1420be01 100644
--- a/common/util/pom.xml
+++ b/common/util/pom.xml
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>parent</artifactId>
-        <version>6.0.11-SNAPSHOT</version>
+        <version>6.0.11</version>
         <relativePath>../parent</relativePath>
     </parent>
 
diff --git a/diagstatus/api/pom.xml b/diagstatus/api/pom.xml
index d1aaf08a..b9e56174 100644
--- a/diagstatus/api/pom.xml
+++ b/diagstatus/api/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>parent</artifactId>
-        <version>6.0.11-SNAPSHOT</version>
+        <version>6.0.11</version>
         <relativePath>../../common/parent</relativePath>
     </parent>
 
diff --git a/diagstatus/impl/pom.xml b/diagstatus/impl/pom.xml
index f39be144..fcf5ad1d 100644
--- a/diagstatus/impl/pom.xml
+++ b/diagstatus/impl/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>parent</artifactId>
-        <version>6.0.11-SNAPSHOT</version>
+        <version>6.0.11</version>
         <relativePath>../../common/parent</relativePath>
     </parent>
 
diff --git a/diagstatus/it/pom.xml b/diagstatus/it/pom.xml
index 470b16e2..cf12b3a1 100644
--- a/diagstatus/it/pom.xml
+++ b/diagstatus/it/pom.xml
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>itestutils-parent</artifactId>
-    <version>6.0.11-SNAPSHOT</version>
+    <version>6.0.11</version>
     <relativePath>../../itestutils/parent</relativePath>
   </parent>
 
diff --git a/diagstatus/pom.xml b/diagstatus/pom.xml
index 567314d4..8807db21 100644
--- a/diagstatus/pom.xml
+++ b/diagstatus/pom.xml
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.infrautils</groupId>
   <artifactId>diagstatus-aggregator</artifactId>
-  <version>6.0.11-SNAPSHOT</version>
+  <version>6.0.11</version>
   <packaging>pom</packaging>
 
   <modules>
diff --git a/diagstatus/shell/pom.xml b/diagstatus/shell/pom.xml
index 91e198e5..c3659783 100644
--- a/diagstatus/shell/pom.xml
+++ b/diagstatus/shell/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>parent</artifactId>
-        <version>6.0.11-SNAPSHOT</version>
+        <version>6.0.11</version>
         <relativePath>../../common/parent</relativePath>
     </parent>
 
diff --git a/diagstatus/web/pom.xml b/diagstatus/web/pom.xml
index b271cdd1..98917c57 100644
--- a/diagstatus/web/pom.xml
+++ b/diagstatus/web/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>parent</artifactId>
-    <version>6.0.11-SNAPSHOT</version>
+    <version>6.0.11</version>
     <relativePath>../../common/parent</relativePath>
   </parent>
 
diff --git a/docs/pom.xml b/docs/pom.xml
index a954cd03..7429d52e 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>infrautils-docs</artifactId>
-    <version>6.0.11-SNAPSHOT</version>
+    <version>6.0.11</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>Infra Utils documentation</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.infrautils</groupId>
                 <artifactId>infrautils-artifacts</artifactId>
-                <version>6.0.11-SNAPSHOT</version>
+                <version>6.0.11</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/features/features-infrautils-experimental/pom.xml b/features/features-infrautils-experimental/pom.xml
index 8e9f94ff..43d1fae5 100644
--- a/features/features-infrautils-experimental/pom.xml
+++ b/features/features-infrautils-experimental/pom.xml
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>features-infrautils-experimental</artifactId>
-    <version>6.0.11-SNAPSHOT</version>
+    <version>6.0.11</version>
     <packaging>feature</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/features/features-infrautils-samples/pom.xml b/features/features-infrautils-samples/pom.xml
index 00db19ca..0e45a623 100644
--- a/features/features-infrautils-samples/pom.xml
+++ b/features/features-infrautils-samples/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>6.0.11-SNAPSHOT</version>
+        <version>6.0.11</version>
         <relativePath>../parent</relativePath>
     </parent>
 
diff --git a/features/features-infrautils/pom.xml b/features/features-infrautils/pom.xml
index 00d3e67e..889ef93d 100644
--- a/features/features-infrautils/pom.xml
+++ b/features/features-infrautils/pom.xml
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>features-infrautils</artifactId>
-    <version>6.0.11-SNAPSHOT</version>
+    <version>6.0.11</version>
     <packaging>feature</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/features/infrautils-features/pom.xml b/features/infrautils-features/pom.xml
index 9f598c5d..291b111f 100644
--- a/features/infrautils-features/pom.xml
+++ b/features/infrautils-features/pom.xml
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>infrautils-features</artifactId>
-    <version>6.0.11-SNAPSHOT</version>
+    <version>6.0.11</version>
     <packaging>feature</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/features/odl-infrautils-all/pom.xml b/features/odl-infrautils-all/pom.xml
index 867bfb66..1160a5eb 100644
--- a/features/odl-infrautils-all/pom.xml
+++ b/features/odl-infrautils-all/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>6.0.11-SNAPSHOT</version>
+        <version>6.0.11</version>
         <relativePath>../parent</relativePath>
     </parent>
 
diff --git a/features/odl-infrautils-diagstatus/feature.xml b/features/odl-infrautils-diagstatus/feature.xml
index 57a027af..1536274e 100644
--- a/features/odl-infrautils-diagstatus/feature.xml
+++ b/features/odl-infrautils-diagstatus/feature.xml
@@ -5,8 +5,8 @@
     <repository>mvn:org.opendaylight.odlparent/odl-guava/13.1.2/xml/features</repository>
     <repository>mvn:org.opendaylight.odlparent/odl-karaf-feat-jetty/13.1.2/xml/features</repository>
     <repository>mvn:org.opendaylight.odlparent/odl-servlet-api/13.1.2/xml/features</repository>
-    <repository>mvn:org.opendaylight.infrautils/odl-infrautils-utils/6.0.8-SNAPSHOT/xml/features</repository>
-    <repository>mvn:org.opendaylight.infrautils/odl-infrautils-ready/6.0.8-SNAPSHOT/xml/features</repository>
+    <repository>mvn:org.opendaylight.infrautils/odl-infrautils-utils/6.0.8/xml/features</repository>
+    <repository>mvn:org.opendaylight.infrautils/odl-infrautils-ready/6.0.8/xml/features</repository>
     <feature name="odl-infrautils-diagstatus" description="OpenDaylight :: Infrautils :: DiagStatus" version="6.0.8.SNAPSHOT">
         <details>odl-infrautils-diagstatus</details>
         <feature version="[13,14)">odl-apache-commons-lang3</feature>
@@ -16,9 +16,9 @@
         <feature version="[13,14)">odl-servlet-api</feature>
         <feature version="6.0.8.SNAPSHOT" prerequisite="false" dependency="false">odl-infrautils-utils</feature>
         <feature version="6.0.8.SNAPSHOT" prerequisite="false" dependency="false">odl-infrautils-ready</feature>
-        <bundle>mvn:org.opendaylight.infrautils/diagstatus-web/6.0.8-SNAPSHOT</bundle>
-        <bundle>mvn:org.opendaylight.infrautils/diagstatus-api/6.0.8-SNAPSHOT</bundle>
-        <bundle>mvn:org.opendaylight.infrautils/diagstatus-shell/6.0.8-SNAPSHOT</bundle>
-        <bundle>mvn:org.opendaylight.infrautils/diagstatus-impl/6.0.8-SNAPSHOT</bundle>
+        <bundle>mvn:org.opendaylight.infrautils/diagstatus-web/6.0.8</bundle>
+        <bundle>mvn:org.opendaylight.infrautils/diagstatus-api/6.0.8</bundle>
+        <bundle>mvn:org.opendaylight.infrautils/diagstatus-shell/6.0.8</bundle>
+        <bundle>mvn:org.opendaylight.infrautils/diagstatus-impl/6.0.8</bundle>
     </feature>
 </features>
diff --git a/features/odl-infrautils-diagstatus/pom.xml b/features/odl-infrautils-diagstatus/pom.xml
index 72bdffe7..d684296f 100644
--- a/features/odl-infrautils-diagstatus/pom.xml
+++ b/features/odl-infrautils-diagstatus/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>6.0.11-SNAPSHOT</version>
+        <version>6.0.11</version>
         <relativePath>../parent</relativePath>
     </parent>
 
diff --git a/features/odl-infrautils-inject/pom.xml b/features/odl-infrautils-inject/pom.xml
index 0dcfd309..43930752 100644
--- a/features/odl-infrautils-inject/pom.xml
+++ b/features/odl-infrautils-inject/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>6.0.11-SNAPSHOT</version>
+        <version>6.0.11</version>
         <relativePath>../parent</relativePath>
     </parent>
 
diff --git a/features/odl-infrautils-ready/pom.xml b/features/odl-infrautils-ready/pom.xml
index 0be96b62..e1f6b76c 100644
--- a/features/odl-infrautils-ready/pom.xml
+++ b/features/odl-infrautils-ready/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>6.0.11-SNAPSHOT</version>
+        <version>6.0.11</version>
         <relativePath>../parent</relativePath>
     </parent>
 
diff --git a/features/odl-infrautils-utils/feature.xml b/features/odl-infrautils-utils/feature.xml
index ac0a53cd..ac46a992 100644
--- a/features/odl-infrautils-utils/feature.xml
+++ b/features/odl-infrautils-utils/feature.xml
@@ -4,6 +4,6 @@
     <feature name="odl-infrautils-utils" description="OpenDaylight :: Infrautils :: Utils" version="6.0.8.SNAPSHOT">
         <details>odl-infrautils-utils</details>
         <feature version="[13,14)">odl-guava</feature>
-        <bundle>mvn:org.opendaylight.infrautils/infrautils-util/6.0.8-SNAPSHOT</bundle>
+        <bundle>mvn:org.opendaylight.infrautils/infrautils-util/6.0.8</bundle>
     </feature>
 </features>
diff --git a/features/odl-infrautils-utils/pom.xml b/features/odl-infrautils-utils/pom.xml
index b230d3a3..7a1e5d99 100644
--- a/features/odl-infrautils-utils/pom.xml
+++ b/features/odl-infrautils-utils/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>6.0.11-SNAPSHOT</version>
+        <version>6.0.11</version>
         <relativePath>../parent</relativePath>
     </parent>
 
diff --git a/features/parent/pom.xml b/features/parent/pom.xml
index 0eb51912..cf7c65d0 100644
--- a/features/parent/pom.xml
+++ b/features/parent/pom.xml
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>feature-parent</artifactId>
-    <version>6.0.11-SNAPSHOT</version>
+    <version>6.0.11</version>
     <packaging>pom</packaging>
     <name>OpenDaylight :: Infrautils :: ${project.artifactId}</name>
 
diff --git a/features/pom.xml b/features/pom.xml
index 38ccd97f..833193ec 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -17,7 +17,7 @@
 
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>features-aggregator</artifactId>
-    <version>6.0.11-SNAPSHOT</version>
+    <version>6.0.11</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/inject/inject-guice-testutils/pom.xml b/inject/inject-guice-testutils/pom.xml
index 592abedb..3c1d89b9 100644
--- a/inject/inject-guice-testutils/pom.xml
+++ b/inject/inject-guice-testutils/pom.xml
@@ -12,7 +12,7 @@
   <parent>
       <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>parent</artifactId>
-      <version>6.0.11-SNAPSHOT</version>
+      <version>6.0.11</version>
       <relativePath>../../common/parent</relativePath>
   </parent>
 
diff --git a/inject/inject-guice/pom.xml b/inject/inject-guice/pom.xml
index 1bb684bd..28a1be5b 100644
--- a/inject/inject-guice/pom.xml
+++ b/inject/inject-guice/pom.xml
@@ -12,7 +12,7 @@
   <parent>
       <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>parent</artifactId>
-      <version>6.0.11-SNAPSHOT</version>
+      <version>6.0.11</version>
       <relativePath>../../common/parent</relativePath>
   </parent>
 
diff --git a/inject/inject-spi/pom.xml b/inject/inject-spi/pom.xml
index 23017092..19beefd4 100644
--- a/inject/inject-spi/pom.xml
+++ b/inject/inject-spi/pom.xml
@@ -12,7 +12,7 @@
   <parent>
       <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>parent</artifactId>
-      <version>6.0.11-SNAPSHOT</version>
+      <version>6.0.11</version>
       <relativePath>../../common/parent</relativePath>
   </parent>
 
diff --git a/inject/inject/pom.xml b/inject/inject/pom.xml
index 4d74917c..e4b53724 100644
--- a/inject/inject/pom.xml
+++ b/inject/inject/pom.xml
@@ -12,7 +12,7 @@
   <parent>
       <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>parent</artifactId>
-      <version>6.0.11-SNAPSHOT</version>
+      <version>6.0.11</version>
       <relativePath>../../common/parent</relativePath>
   </parent>
 
diff --git a/inject/pom.xml b/inject/pom.xml
index b8d20472..c3d185bc 100644
--- a/inject/pom.xml
+++ b/inject/pom.xml
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.infrautils</groupId>
   <artifactId>inject-aggregator</artifactId>
-  <version>6.0.11-SNAPSHOT</version>
+  <version>6.0.11</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/itestutils/it/pom.xml b/itestutils/it/pom.xml
index bca63f2f..468179fb 100644
--- a/itestutils/it/pom.xml
+++ b/itestutils/it/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>itestutils-parent</artifactId>
-    <version>6.0.11-SNAPSHOT</version>
+    <version>6.0.11</version>
     <relativePath>../parent</relativePath>
   </parent>
 
diff --git a/itestutils/itestutils/pom.xml b/itestutils/itestutils/pom.xml
index 4a34e354..238613bd 100644
--- a/itestutils/itestutils/pom.xml
+++ b/itestutils/itestutils/pom.xml
@@ -13,7 +13,7 @@
   <parent>
       <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>parent</artifactId>
-      <version>6.0.11-SNAPSHOT</version>
+      <version>6.0.11</version>
       <relativePath>../../common/parent</relativePath>
   </parent>
 
diff --git a/itestutils/parent/pom.xml b/itestutils/parent/pom.xml
index 5ef105c2..6920c002 100644
--- a/itestutils/parent/pom.xml
+++ b/itestutils/parent/pom.xml
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.infrautils</groupId>
   <artifactId>itestutils-parent</artifactId>
-  <version>6.0.11-SNAPSHOT</version>
+  <version>6.0.11</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,7 +30,7 @@
       <dependency>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>infrautils-artifacts</artifactId>
-        <version>6.0.11-SNAPSHOT</version>
+        <version>6.0.11</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
diff --git a/itestutils/pom.xml b/itestutils/pom.xml
index 9836dbe9..d52147bd 100644
--- a/itestutils/pom.xml
+++ b/itestutils/pom.xml
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.infrautils</groupId>
   <artifactId>itestutils-aggregator</artifactId>
-  <version>6.0.11-SNAPSHOT</version>
+  <version>6.0.11</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/karaf/pom.xml b/karaf/pom.xml
index ee6f7a8a..3bd31fa2 100644
--- a/karaf/pom.xml
+++ b/karaf/pom.xml
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.infrautils</groupId>
   <artifactId>infrautils-karaf</artifactId>
-  <version>6.0.11-SNAPSHOT</version>
+  <version>6.0.11</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 :: infrautils :: ${project.artifactId}</name>
diff --git a/pom.xml b/pom.xml
index 274836d2..fcc41094 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>infrautils-aggregator</artifactId>
-    <version>6.0.11-SNAPSHOT</version>
+    <version>6.0.11</version>
     <name>infrautils</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
diff --git a/ready/api/pom.xml b/ready/api/pom.xml
index 41a722ea..e486829f 100644
--- a/ready/api/pom.xml
+++ b/ready/api/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>parent</artifactId>
-    <version>6.0.11-SNAPSHOT</version>
+    <version>6.0.11</version>
     <relativePath>../../common/parent</relativePath>
   </parent>
 
diff --git a/ready/guice/pom.xml b/ready/guice/pom.xml
index fc2fb530..6c3090c7 100644
--- a/ready/guice/pom.xml
+++ b/ready/guice/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>parent</artifactId>
-    <version>6.0.11-SNAPSHOT</version>
+    <version>6.0.11</version>
     <relativePath>../../common/parent</relativePath>
   </parent>
 
diff --git a/ready/impl/pom.xml b/ready/impl/pom.xml
index 2feda570..be924b5c 100644
--- a/ready/impl/pom.xml
+++ b/ready/impl/pom.xml
@@ -12,7 +12,7 @@
   <parent>
       <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>parent</artifactId>
-      <version>6.0.11-SNAPSHOT</version>
+      <version>6.0.11</version>
       <relativePath>../../common/parent</relativePath>
   </parent>
 
diff --git a/ready/it/pom.xml b/ready/it/pom.xml
index 1e665062..c7a87dfc 100644
--- a/ready/it/pom.xml
+++ b/ready/it/pom.xml
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>itestutils-parent</artifactId>
-    <version>6.0.11-SNAPSHOT</version>
+    <version>6.0.11</version>
     <relativePath>../../itestutils/parent/</relativePath>
   </parent>
 
diff --git a/ready/pom.xml b/ready/pom.xml
index d2ce89e3..1478c55b 100644
--- a/ready/pom.xml
+++ b/ready/pom.xml
@@ -19,7 +19,7 @@
 
   <groupId>org.opendaylight.infrautils</groupId>
   <artifactId>ready-aggregator</artifactId>
-  <version>6.0.11-SNAPSHOT</version>
+  <version>6.0.11</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/testutils/pom.xml b/testutils/pom.xml
index 8a73d93a..7b96f944 100644
--- a/testutils/pom.xml
+++ b/testutils/pom.xml
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>parent</artifactId>
-    <version>6.0.11-SNAPSHOT</version>
+    <version>6.0.11</version>
     <relativePath>../common/parent</relativePath>
   </parent>
 
-- 
2.43.0