From 0daa4be16747c129d5dac4e4d11fc5271c7723b0 Mon Sep 17 00:00:00 2001
From: Robert Varga <robert.varga@pantheon.tech>
Date: Wed, 19 Feb 2025 16:05:54 +0100
Subject: [PATCH 1/2] Bump upstreams

Adopt:
- odlparent-14.0.7
- infrautils-7.1.1
- yangtools-14.0.9
- mdsal-14.0.9
- controller-10.0.7
- aaa-0.20.6
- netconf-8.0.5

Change-Id: I608e1a7ccb7cbdc990352456af27319f8b400a1a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
---
 artifacts/pom.xml                                    |  2 +-
 commons/parent/pom.xml                               |  6 +++---
 features/features-lispflowmapping/pom.xml            |  2 +-
 features/odl-lispflowmapping-inmemorydb/pom.xml      |  4 ++--
 .../odl-lispflowmapping-mappingservice-shell/pom.xml |  2 +-
 features/odl-lispflowmapping-mappingservice/pom.xml  |  4 ++--
 features/odl-lispflowmapping-models/pom.xml          |  4 ++--
 features/odl-lispflowmapping-msmr/pom.xml            |  2 +-
 features/odl-lispflowmapping-southbound/pom.xml      |  6 +++---
 features/pom.xml                                     |  2 +-
 integrationtest/pom.xml                              |  2 +-
 lispflowmapping-karaf/pom.xml                        |  2 +-
 mappingservice/api/pom.xml                           |  2 +-
 mappingservice/lisp-proto/pom.xml                    |  2 +-
 mappingservice/pom.xml                               |  4 ++--
 mappingservice/southbound/pom.xml                    | 12 ++++++++++++
 16 files changed, 35 insertions(+), 23 deletions(-)

diff --git a/artifacts/pom.xml b/artifacts/pom.xml
index 8d2d0c48..f08c97c8 100644
--- a/artifacts/pom.xml
+++ b/artifacts/pom.xml
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>14.0.4</version>
+    <version>14.0.7</version>
     <relativePath/>
   </parent>
 
diff --git a/commons/parent/pom.xml b/commons/parent/pom.xml
index 3ded97f2..38116494 100644
--- a/commons/parent/pom.xml
+++ b/commons/parent/pom.xml
@@ -15,7 +15,7 @@
          for plugin configuration etc. -->
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>14.0.4</version>
+    <version>14.0.7</version>
     <relativePath/>
   </parent>
 
@@ -45,14 +45,14 @@
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>14.0.4</version>
+        <version>14.0.9</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>10.0.4</version>
+        <version>10.0.7</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
diff --git a/features/features-lispflowmapping/pom.xml b/features/features-lispflowmapping/pom.xml
index a7ab5f0f..954c4857 100644
--- a/features/features-lispflowmapping/pom.xml
+++ b/features/features-lispflowmapping/pom.xml
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>feature-repo-parent</artifactId>
-    <version>14.0.4</version>
+    <version>14.0.7</version>
     <relativePath/>
   </parent>
 
diff --git a/features/odl-lispflowmapping-inmemorydb/pom.xml b/features/odl-lispflowmapping-inmemorydb/pom.xml
index eaa80550..39e3b443 100644
--- a/features/odl-lispflowmapping-inmemorydb/pom.xml
+++ b/features/odl-lispflowmapping-inmemorydb/pom.xml
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>14.0.4</version>
+    <version>14.0.7</version>
     <relativePath/>
   </parent>
 
@@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>10.0.4</version>
+        <version>10.0.7</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
diff --git a/features/odl-lispflowmapping-mappingservice-shell/pom.xml b/features/odl-lispflowmapping-mappingservice-shell/pom.xml
index 79afb0b6..e865e355 100644
--- a/features/odl-lispflowmapping-mappingservice-shell/pom.xml
+++ b/features/odl-lispflowmapping-mappingservice-shell/pom.xml
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>14.0.4</version>
+    <version>14.0.7</version>
     <relativePath/>
   </parent>
 
diff --git a/features/odl-lispflowmapping-mappingservice/pom.xml b/features/odl-lispflowmapping-mappingservice/pom.xml
index 2a553300..ab6cfbd9 100644
--- a/features/odl-lispflowmapping-mappingservice/pom.xml
+++ b/features/odl-lispflowmapping-mappingservice/pom.xml
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>14.0.4</version>
+    <version>14.0.7</version>
     <relativePath/>
   </parent>
 
@@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>8.0.3</version>
+        <version>8.0.5</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
diff --git a/features/odl-lispflowmapping-models/pom.xml b/features/odl-lispflowmapping-models/pom.xml
index a193bd1e..daa15146 100644
--- a/features/odl-lispflowmapping-models/pom.xml
+++ b/features/odl-lispflowmapping-models/pom.xml
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>14.0.4</version>
+    <version>14.0.7</version>
     <relativePath/>
   </parent>
 
@@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>14.0.4</version>
+        <version>14.0.9</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
diff --git a/features/odl-lispflowmapping-msmr/pom.xml b/features/odl-lispflowmapping-msmr/pom.xml
index be8f499c..41fb8f0b 100644
--- a/features/odl-lispflowmapping-msmr/pom.xml
+++ b/features/odl-lispflowmapping-msmr/pom.xml
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>14.0.4</version>
+    <version>14.0.7</version>
     <relativePath/>
   </parent>
 
diff --git a/features/odl-lispflowmapping-southbound/pom.xml b/features/odl-lispflowmapping-southbound/pom.xml
index f513101b..a1446012 100644
--- a/features/odl-lispflowmapping-southbound/pom.xml
+++ b/features/odl-lispflowmapping-southbound/pom.xml
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>14.0.4</version>
+    <version>14.0.7</version>
     <relativePath/>
   </parent>
 
@@ -29,14 +29,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>10.0.4</version>
+        <version>10.0.7</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>8.0.3</version>
+        <version>8.0.5</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
diff --git a/features/pom.xml b/features/pom.xml
index 5285b910..55266d62 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>14.0.4</version>
+    <version>14.0.7</version>
     <relativePath/>
   </parent>
 
diff --git a/integrationtest/pom.xml b/integrationtest/pom.xml
index ad98c5e7..a8de2930 100644
--- a/integrationtest/pom.xml
+++ b/integrationtest/pom.xml
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>10.0.4</version>
+    <version>10.0.7</version>
     <relativePath/>
   </parent>
 
diff --git a/lispflowmapping-karaf/pom.xml b/lispflowmapping-karaf/pom.xml
index bd37d08d..6732236c 100644
--- a/lispflowmapping-karaf/pom.xml
+++ b/lispflowmapping-karaf/pom.xml
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf4-parent</artifactId>
-    <version>14.0.4</version>
+    <version>14.0.7</version>
     <relativePath/>
   </parent>
 
diff --git a/mappingservice/api/pom.xml b/mappingservice/api/pom.xml
index d9741eea..b185a56e 100644
--- a/mappingservice/api/pom.xml
+++ b/mappingservice/api/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>14.0.4</version>
+    <version>14.0.9</version>
     <relativePath/>
   </parent>
 
diff --git a/mappingservice/lisp-proto/pom.xml b/mappingservice/lisp-proto/pom.xml
index c6ffbf93..c8df3576 100644
--- a/mappingservice/lisp-proto/pom.xml
+++ b/mappingservice/lisp-proto/pom.xml
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>14.0.4</version>
+    <version>14.0.9</version>
     <relativePath/>
   </parent>
 
diff --git a/mappingservice/pom.xml b/mappingservice/pom.xml
index 8b80239d..36ea6093 100644
--- a/mappingservice/pom.xml
+++ b/mappingservice/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>14.0.4</version>
+    <version>14.0.7</version>
     <relativePath/>
   </parent>
 
@@ -38,7 +38,7 @@
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>14.0.4</version>
+        <version>14.0.9</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
diff --git a/mappingservice/southbound/pom.xml b/mappingservice/southbound/pom.xml
index 70728d62..6bd73a01 100644
--- a/mappingservice/southbound/pom.xml
+++ b/mappingservice/southbound/pom.xml
@@ -107,6 +107,18 @@
     </dependency>
   </dependencies>
 
+  <build>
+    <plugins>
+      <plugin>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+              <!-- Needed because of the mockito override above -->
+              <argLine>@{argLine}</argLine>
+          </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
   <!--
       Maven Site Configuration
 
-- 
2.34.1


From 6abf2705fa4183a5445fddddadbc53ac70cedf8d Mon Sep 17 00:00:00 2001
From: jenkins-releng <jenkins-releng@opendaylight.org>
Date: Wed, 19 Feb 2025 15:20:42 +0000
Subject: [PATCH 2/2] Release Validate

---
 artifacts/pom.xml                                         | 2 +-
 commons/build_tools/pom.xml                               | 2 +-
 commons/parent/pom.xml                                    | 8 ++++----
 features/features-lispflowmapping/pom.xml                 | 2 +-
 features/odl-lispflowmapping-inmemorydb/pom.xml           | 2 +-
 features/odl-lispflowmapping-mappingservice-shell/pom.xml | 2 +-
 features/odl-lispflowmapping-mappingservice/pom.xml       | 2 +-
 features/odl-lispflowmapping-models/pom.xml               | 2 +-
 features/odl-lispflowmapping-msmr/pom.xml                 | 2 +-
 features/odl-lispflowmapping-southbound/pom.xml           | 2 +-
 features/pom.xml                                          | 2 +-
 integrationtest/pom.xml                                   | 4 ++--
 lispflowmapping-karaf/pom.xml                             | 2 +-
 mappingservice/api/pom.xml                                | 2 +-
 mappingservice/config/pom.xml                             | 4 ++--
 mappingservice/dsbackend/pom.xml                          | 2 +-
 mappingservice/implementation/pom.xml                     | 2 +-
 mappingservice/inmemorydb/pom.xml                         | 2 +-
 mappingservice/lisp-proto/pom.xml                         | 2 +-
 mappingservice/mapcache/pom.xml                           | 2 +-
 mappingservice/pom.xml                                    | 2 +-
 mappingservice/shell/pom.xml                              | 2 +-
 mappingservice/southbound/pom.xml                         | 2 +-
 pom.xml                                                   | 2 +-
 24 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/artifacts/pom.xml b/artifacts/pom.xml
index f08c97c8..c1470f4c 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
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>lispflowmapping-artifacts</artifactId>
-  <version>1.20.2-SNAPSHOT</version>
+  <version>1.20.2</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/build_tools/pom.xml b/commons/build_tools/pom.xml
index f3a212f9..8879af15 100644
--- a/commons/build_tools/pom.xml
+++ b/commons/build_tools/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>lispflowmapping-commons</artifactId>
-    <version>1.20.2-SNAPSHOT</version>
+    <version>1.20.2</version>
     <relativePath>../parent</relativePath>
   </parent>
 
diff --git a/commons/parent/pom.xml b/commons/parent/pom.xml
index 38116494..348e667d 100644
--- a/commons/parent/pom.xml
+++ b/commons/parent/pom.xml
@@ -21,7 +21,7 @@
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>lispflowmapping-commons</artifactId>
-  <version>1.20.2-SNAPSHOT</version>
+  <version>1.20.2</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,9 +30,9 @@
   <properties>
     <build.suffix>1.0.0</build.suffix>
     <forwardingrulesmanager.version>0.5.0</forwardingrulesmanager.version>
-    <lispflowmapping.version>1.20.2-SNAPSHOT</lispflowmapping.version>
-    <nsf.version>0.23.2-SNAPSHOT</nsf.version>
-    <sal.version>0.27.2-SNAPSHOT</sal.version>
+    <lispflowmapping.version>1.20.2</lispflowmapping.version>
+    <nsf.version>0.23.2</nsf.version>
+    <sal.version>0.27.2</sal.version>
     <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
     <statisticsmanager.version>0.5.0</statisticsmanager.version>
     <yang.src.path>src/main/yang</yang.src.path>
diff --git a/features/features-lispflowmapping/pom.xml b/features/features-lispflowmapping/pom.xml
index 954c4857..eac3031e 100644
--- a/features/features-lispflowmapping/pom.xml
+++ b/features/features-lispflowmapping/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>features-lispflowmapping</artifactId>
-  <version>1.20.2-SNAPSHOT</version>
+  <version>1.20.2</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-lispflowmapping-inmemorydb/pom.xml b/features/odl-lispflowmapping-inmemorydb/pom.xml
index 39e3b443..247fcc71 100644
--- a/features/odl-lispflowmapping-inmemorydb/pom.xml
+++ b/features/odl-lispflowmapping-inmemorydb/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>odl-lispflowmapping-inmemorydb</artifactId>
-  <version>1.20.2-SNAPSHOT</version>
+  <version>1.20.2</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-lispflowmapping-mappingservice-shell/pom.xml b/features/odl-lispflowmapping-mappingservice-shell/pom.xml
index e865e355..df7eb838 100644
--- a/features/odl-lispflowmapping-mappingservice-shell/pom.xml
+++ b/features/odl-lispflowmapping-mappingservice-shell/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>odl-lispflowmapping-mappingservice-shell</artifactId>
-  <version>1.20.2-SNAPSHOT</version>
+  <version>1.20.2</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-lispflowmapping-mappingservice/pom.xml b/features/odl-lispflowmapping-mappingservice/pom.xml
index ab6cfbd9..9c335708 100644
--- a/features/odl-lispflowmapping-mappingservice/pom.xml
+++ b/features/odl-lispflowmapping-mappingservice/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>odl-lispflowmapping-mappingservice</artifactId>
-  <version>1.20.2-SNAPSHOT</version>
+  <version>1.20.2</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-lispflowmapping-models/pom.xml b/features/odl-lispflowmapping-models/pom.xml
index daa15146..c36052bb 100644
--- a/features/odl-lispflowmapping-models/pom.xml
+++ b/features/odl-lispflowmapping-models/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>odl-lispflowmapping-models</artifactId>
-  <version>1.20.2-SNAPSHOT</version>
+  <version>1.20.2</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-lispflowmapping-msmr/pom.xml b/features/odl-lispflowmapping-msmr/pom.xml
index 41fb8f0b..4bde4035 100644
--- a/features/odl-lispflowmapping-msmr/pom.xml
+++ b/features/odl-lispflowmapping-msmr/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>odl-lispflowmapping-msmr</artifactId>
-  <version>1.20.2-SNAPSHOT</version>
+  <version>1.20.2</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-lispflowmapping-southbound/pom.xml b/features/odl-lispflowmapping-southbound/pom.xml
index a1446012..68ed2470 100644
--- a/features/odl-lispflowmapping-southbound/pom.xml
+++ b/features/odl-lispflowmapping-southbound/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>odl-lispflowmapping-southbound</artifactId>
-  <version>1.20.2-SNAPSHOT</version>
+  <version>1.20.2</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/pom.xml b/features/pom.xml
index 55266d62..dadaba3b 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
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>1.20.2-SNAPSHOT</version>
+  <version>1.20.2</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/integrationtest/pom.xml b/integrationtest/pom.xml
index a8de2930..4256d15d 100644
--- a/integrationtest/pom.xml
+++ b/integrationtest/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice.integrationtest</artifactId>
-  <version>1.20.2-SNAPSHOT</version>
+  <version>1.20.2</version>
   <packaging>bundle</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. -->
@@ -28,7 +28,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <skipITs>false</skipITs>
     <karaf.distro.groupId>org.opendaylight.lispflowmapping</karaf.distro.groupId>
     <karaf.distro.artifactId>lispflowmapping-karaf</karaf.distro.artifactId>
-    <karaf.distro.version>1.20.2-SNAPSHOT</karaf.distro.version>
+    <karaf.distro.version>1.20.2</karaf.distro.version>
     <karaf.distro.type>zip</karaf.distro.type>
   </properties>
 
diff --git a/lispflowmapping-karaf/pom.xml b/lispflowmapping-karaf/pom.xml
index 6732236c..c36fe748 100644
--- a/lispflowmapping-karaf/pom.xml
+++ b/lispflowmapping-karaf/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>lispflowmapping-karaf</artifactId>
-  <version>1.20.2-SNAPSHOT</version>
+  <version>1.20.2</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/mappingservice/api/pom.xml b/mappingservice/api/pom.xml
index b185a56e..c3c201b9 100644
--- a/mappingservice/api/pom.xml
+++ b/mappingservice/api/pom.xml
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice.api</artifactId>
-  <version>1.20.2-SNAPSHOT</version>
+  <version>1.20.2</version>
   <packaging>bundle</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/mappingservice/config/pom.xml b/mappingservice/config/pom.xml
index 30142632..63900a22 100644
--- a/mappingservice/config/pom.xml
+++ b/mappingservice/config/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.20.2-SNAPSHOT</version>
+    <version>1.20.2</version>
   </parent>
 
   <artifactId>mappingservice.config</artifactId>
@@ -22,7 +22,7 @@
     <dependency>
       <groupId>org.opendaylight.lispflowmapping</groupId>
       <artifactId>mappingservice.api</artifactId>
-      <version>1.20.2-SNAPSHOT</version>
+      <version>1.20.2</version>
     </dependency>
   </dependencies>
 </project>
diff --git a/mappingservice/dsbackend/pom.xml b/mappingservice/dsbackend/pom.xml
index 09fa2629..da381656 100644
--- a/mappingservice/dsbackend/pom.xml
+++ b/mappingservice/dsbackend/pom.xml
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.20.2-SNAPSHOT</version>
+    <version>1.20.2</version>
   </parent>
 
   <artifactId>mappingservice.dsbackend</artifactId>
diff --git a/mappingservice/implementation/pom.xml b/mappingservice/implementation/pom.xml
index 71bed794..b9ff1d0f 100644
--- a/mappingservice/implementation/pom.xml
+++ b/mappingservice/implementation/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.20.2-SNAPSHOT</version>
+    <version>1.20.2</version>
   </parent>
 
   <artifactId>mappingservice.implementation</artifactId>
diff --git a/mappingservice/inmemorydb/pom.xml b/mappingservice/inmemorydb/pom.xml
index 2a3026c3..24e853bf 100644
--- a/mappingservice/inmemorydb/pom.xml
+++ b/mappingservice/inmemorydb/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.20.2-SNAPSHOT</version>
+    <version>1.20.2</version>
   </parent>
 
   <artifactId>mappingservice.inmemorydb</artifactId>
diff --git a/mappingservice/lisp-proto/pom.xml b/mappingservice/lisp-proto/pom.xml
index c8df3576..64e0854c 100644
--- a/mappingservice/lisp-proto/pom.xml
+++ b/mappingservice/lisp-proto/pom.xml
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice.lisp-proto</artifactId>
-  <version>1.20.2-SNAPSHOT</version>
+  <version>1.20.2</version>
   <packaging>bundle</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/mappingservice/mapcache/pom.xml b/mappingservice/mapcache/pom.xml
index 476d3884..60d85515 100644
--- a/mappingservice/mapcache/pom.xml
+++ b/mappingservice/mapcache/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.20.2-SNAPSHOT</version>
+    <version>1.20.2</version>
   </parent>
 
   <artifactId>mappingservice.mapcache</artifactId>
diff --git a/mappingservice/pom.xml b/mappingservice/pom.xml
index 36ea6093..7626074a 100644
--- a/mappingservice/pom.xml
+++ b/mappingservice/pom.xml
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice-parent</artifactId>
-  <version>1.20.2-SNAPSHOT</version>
+  <version>1.20.2</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/mappingservice/shell/pom.xml b/mappingservice/shell/pom.xml
index eba034e2..44f01f95 100644
--- a/mappingservice/shell/pom.xml
+++ b/mappingservice/shell/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.20.2-SNAPSHOT</version>
+    <version>1.20.2</version>
   </parent>
 
   <artifactId>mappingservice.shell</artifactId>
diff --git a/mappingservice/southbound/pom.xml b/mappingservice/southbound/pom.xml
index 6bd73a01..5e39170a 100644
--- a/mappingservice/southbound/pom.xml
+++ b/mappingservice/southbound/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.20.2-SNAPSHOT</version>
+    <version>1.20.2</version>
   </parent>
 
   <artifactId>mappingservice.southbound</artifactId>
diff --git a/pom.xml b/pom.xml
index 999ac0f5..c76d49c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>lispflowmapping-commons</artifactId>
-    <version>1.20.2-SNAPSHOT</version>
+    <version>1.20.2</version>
     <relativePath>commons/parent</relativePath>
   </parent>
 
-- 
2.34.1