From 300e1ea383e1536a07238e7f261de8e19c69ea06 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 8 Nov 2022 10:29:05 +0100
Subject: [PATCH] OZG-2966 OZG-3097 extract version

---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c9aad80142..ce17122232 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,7 @@
 
 		<pluto.version>1.1.0-SNAPSHOT</pluto.version>
 		<jsoup.version>1.15.1</jsoup.version>
+		<kop-common-pdf.version>1.3.0-SNAPSHOT</kop-common-pdf.version>
 	</properties>
 
 	<dependencyManagement>
@@ -43,7 +44,7 @@
 			<dependency>
 				<groupId>de.itvsh.kop.common</groupId>
 				<artifactId>kop-common-pdf</artifactId>
-				<version>1.3.0-SNAPSHOT</version>
+				<version>${kop-common-pdf.version}</version>
 			</dependency>
 			<dependency>
 				<groupId>org.jsoup</groupId>
-- 
GitLab