From 4cd3428edbdf3640a197d311cdcdd7a250f1092f Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Wed, 4 Jan 2023 13:27:31 +0100
Subject: [PATCH] release 1.1.0

---
 common/pom.xml                                   |  2 +-
 formcycle-adapter/formcycle-adapter-impl/pom.xml |  4 ++--
 .../formcycle-adapter-interface/pom.xml          | 12 ++++++++----
 formcycle-adapter/pom.xml                        | 16 ++++++++++++++--
 formsolutions-adapter/pom.xml                    |  2 +-
 forwarder/pom.xml                                |  2 +-
 intelliform-adapter/pom.xml                      |  2 +-
 pom.xml                                          |  6 +++---
 router/pom.xml                                   |  2 +-
 semantik-adapter/pom.xml                         |  2 +-
 10 files changed, 33 insertions(+), 17 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index 93a579468..d3eaf9813 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>parent</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
+		<version>1.1.0</version>
 		<relativePath>../</relativePath>
 	</parent>
 	<artifactId>common</artifactId>
diff --git a/formcycle-adapter/formcycle-adapter-impl/pom.xml b/formcycle-adapter/formcycle-adapter-impl/pom.xml
index 13b0e9c9a..23e8b9cf2 100644
--- a/formcycle-adapter/formcycle-adapter-impl/pom.xml
+++ b/formcycle-adapter/formcycle-adapter-impl/pom.xml
@@ -30,14 +30,14 @@
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>formcycle-adapter</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
+		<version>1.1.0</version>
 	</parent>
 
 	<artifactId>formcycle-adapter-impl</artifactId>
 	<name>EM - Formcycle Adapter - Implementation</name>
 
 	<properties>
-		<formcycle-interface.version>1.0.0-SNAPSHOT</formcycle-interface.version>
+		<formcycle-interface.version>1.1.0</formcycle-interface.version>
 	</properties>
 
 	<dependencies>
diff --git a/formcycle-adapter/formcycle-adapter-interface/pom.xml b/formcycle-adapter/formcycle-adapter-interface/pom.xml
index ab58e0861..835af7a9a 100644
--- a/formcycle-adapter/formcycle-adapter-interface/pom.xml
+++ b/formcycle-adapter/formcycle-adapter-interface/pom.xml
@@ -36,20 +36,24 @@
 	<groupId>de.itvsh.kop.eingangsadapter</groupId>
 	<artifactId>formcycle-adapter-interface</artifactId>
 	<name>EM - Formcycle Adapter - Interface</name>
-	<version>1.0.0-SNAPSHOT</version>
+	<version>1.1.0</version>
+	
+	<properties>
+		<pluto.version>1.3.1</pluto.version>
+	</properties>
 
 	<dependencies>
 		<dependency>
 			<groupId>de.itvsh.ozg.pluto</groupId>
 			<artifactId>pluto-interface</artifactId>
-			<version>1.3.0-SNAPSHOT</version>
+			<version>${pluto.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>de.itvsh.ozg.pluto</groupId>
 			<artifactId>pluto-interface</artifactId>
 			<classifier>sources</classifier>
-			<version>1.3.0-SNAPSHOT</version>
 			<scope>compile</scope>
+			<version>${pluto.version}</version>
 		</dependency>
 
 		<!-- protobuf -->
@@ -94,4 +98,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>
diff --git a/formcycle-adapter/pom.xml b/formcycle-adapter/pom.xml
index 6bb882554..b92d0943c 100644
--- a/formcycle-adapter/pom.xml
+++ b/formcycle-adapter/pom.xml
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>parent</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
+		<version>1.1.0</version>
 	</parent>
 
 	<artifactId>formcycle-adapter</artifactId>
@@ -46,7 +46,7 @@
 	<properties>
 		<spring-boot.build-image.imageName>docker.ozg-sh.de/formcycle-adapter:build-latest</spring-boot.build-image.imageName>
 
-		<pluto.version>1.3.0-SNAPSHOT</pluto.version>
+		<pluto.version>1.3.1</pluto.version>
 	</properties>
 
 	<dependencyManagement>
@@ -63,6 +63,18 @@
 				<type>test-jar</type>
 				<scope>test</scope>
 			</dependency>
+			<dependency>
+				<groupId>de.itvsh.ozg.pluto</groupId>
+				<artifactId>pluto-interface</artifactId>
+				<version>${pluto.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>de.itvsh.ozg.pluto</groupId>
+				<artifactId>pluto-interface</artifactId>
+				<classifier>sources</classifier>
+				<scope>compile</scope>
+				<version>${pluto.version}</version>
+			</dependency>
 		</dependencies>
 	</dependencyManagement>
 </project>
\ No newline at end of file
diff --git a/formsolutions-adapter/pom.xml b/formsolutions-adapter/pom.xml
index 12a71cad0..4406cf3ea 100644
--- a/formsolutions-adapter/pom.xml
+++ b/formsolutions-adapter/pom.xml
@@ -29,7 +29,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>parent</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
+		<version>1.1.0</version>
 		<relativePath>../</relativePath>
 	</parent>
 
diff --git a/forwarder/pom.xml b/forwarder/pom.xml
index 2f6ede134..2bca2e19d 100644
--- a/forwarder/pom.xml
+++ b/forwarder/pom.xml
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>parent</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
+		<version>1.1.0</version>
 		<relativePath>../</relativePath>
 	</parent>
 
diff --git a/intelliform-adapter/pom.xml b/intelliform-adapter/pom.xml
index 02d72bd30..46bdc9741 100644
--- a/intelliform-adapter/pom.xml
+++ b/intelliform-adapter/pom.xml
@@ -31,7 +31,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>parent</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
+		<version>1.1.0</version>
 		<relativePath>../</relativePath>
 	</parent>
 
diff --git a/pom.xml b/pom.xml
index 0e4caee66..c7a776326 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 	<artifactId>parent</artifactId>
 	<name>Eingangs Adapter - Parent</name>
 	<packaging>pom</packaging>
-	<version>1.1.0-SNAPSHOT</version>
+	<version>1.1.0</version>
 
 	<parent>
 		<groupId>de.itvsh.kop.common</groupId>
@@ -52,7 +52,7 @@
 	<properties>
 		<mapstruct.version>1.4.2.Final</mapstruct.version>
 
-		<pluto.version>1.3.0-SNAPSHOT</pluto.version>
+		<pluto.version>1.3.1</pluto.version>
 
 		<jsoup.version>1.14.3</jsoup.version>
 		<xmlschema.version>2.3.0</xmlschema.version>
@@ -205,4 +205,4 @@
 		</snapshotRepository>
 	</distributionManagement>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/router/pom.xml b/router/pom.xml
index 30d1c33a9..6aba100d3 100644
--- a/router/pom.xml
+++ b/router/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>parent</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
+		<version>1.1.0</version>
 		<relativePath>../</relativePath>
 	</parent>
 
diff --git a/semantik-adapter/pom.xml b/semantik-adapter/pom.xml
index f343714ad..9b97c7766 100644
--- a/semantik-adapter/pom.xml
+++ b/semantik-adapter/pom.xml
@@ -31,7 +31,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>parent</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
+		<version>1.1.0</version>
 	</parent>
 	
 	<artifactId>semantik-adapter</artifactId>
-- 
GitLab