From 96c3a51c86902f033e0018fc03d5f7d00f90b966 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Wed, 9 Nov 2022 10:50:26 +0100
Subject: [PATCH] OZG-3085 fix versions

---
 notification-manager/pom.xml | 3 +++
 pluto-server/pom.xml         | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/notification-manager/pom.xml b/notification-manager/pom.xml
index 56cc2a2db..0b065bb11 100644
--- a/notification-manager/pom.xml
+++ b/notification-manager/pom.xml
@@ -46,10 +46,12 @@
 		<dependency>
 			<groupId>de.itvsh.ozg.pluto</groupId>
 			<artifactId>pluto-interface</artifactId>
+			<version>${project.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>de.itvsh.ozg.pluto</groupId>
 			<artifactId>pluto-utils</artifactId>
+			<version>${project.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>de.itvsh.kop.user</groupId>
@@ -98,6 +100,7 @@
 		<dependency>
 			<groupId>de.itvsh.ozg.pluto</groupId>
 			<artifactId>pluto-utils</artifactId>
+			<version>${project.version}</version>
 			<type>test-jar</type>
 			<scope>test</scope>
 		</dependency>
diff --git a/pluto-server/pom.xml b/pluto-server/pom.xml
index 720f2098c..a20c62d14 100644
--- a/pluto-server/pom.xml
+++ b/pluto-server/pom.xml
@@ -67,10 +67,12 @@
 		<dependency>
 			<groupId>de.itvsh.ozg.pluto</groupId>
 			<artifactId>pluto-interface</artifactId>
+			<version>${project.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>de.itvsh.ozg.pluto</groupId>
 			<artifactId>pluto-utils</artifactId>
+			<version>${project.version}</version>
 		</dependency>
 
 		<dependency>
@@ -209,6 +211,7 @@
 		<dependency>
 			<groupId>de.itvsh.ozg.pluto</groupId>
 			<artifactId>pluto-utils</artifactId>
+			<version>${project.version}</version>
 			<type>test-jar</type>
 			<scope>test</scope>
 		</dependency>
-- 
GitLab