From 6d03ff44b9a9fa7e07e3e992e355bbc5ba63c853 Mon Sep 17 00:00:00 2001
From: RIHTARSIC Joze <joze.rihtarsic@ext.ec.europa.eu>
Date: Thu, 25 May 2023 13:12:24 +0200
Subject: [PATCH] fix deployment version for smp-wls-deploy

---
 smp-wls-deploy/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/smp-wls-deploy/pom.xml b/smp-wls-deploy/pom.xml
index 5984c5c9a..dbcca34a0 100644
--- a/smp-wls-deploy/pom.xml
+++ b/smp-wls-deploy/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>eu.europa.ec.edelivery</groupId>
         <artifactId>smp-modules</artifactId>
-        <version>5.0-SNAPSHOT</version>
+        <version>5.0-RC2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>smp-wls-deploy</artifactId>
@@ -74,4 +74,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>
-- 
GitLab