From b827b6157b4b0493099a95254f7b3432bc441f40 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Mon, 27 Mar 2023 14:01:57 +0200
Subject: [PATCH] start development 1.7.0

---
 common/pom.xml                                   | 5 +++--
 formcycle-adapter/formcycle-adapter-impl/pom.xml | 5 ++---
 formcycle-adapter/pom.xml                        | 5 ++---
 formsolutions-adapter/pom.xml                    | 5 +++--
 forwarder/pom.xml                                | 9 ++++-----
 intelliform-adapter/pom.xml                      | 2 +-
 pom.xml                                          | 3 ++-
 release-startdev.sh                              | 3 +--
 router/pom.xml                                   | 5 +++--
 semantik-adapter/pom.xml                         | 9 ++++-----
 10 files changed, 25 insertions(+), 26 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index c0dab2fb9..df6920e02 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright (C) 2022 Das Land Schleswig-Holstein vertreten durch den
@@ -30,7 +31,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>parent</artifactId>
-		<version>1.6.0</version>
+		<version>1.7.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 	<artifactId>common</artifactId>
@@ -85,4 +86,4 @@
 		</plugins>
 	</build>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/formcycle-adapter/formcycle-adapter-impl/pom.xml b/formcycle-adapter/formcycle-adapter-impl/pom.xml
index f15ad07db..b1e05f01a 100644
--- a/formcycle-adapter/formcycle-adapter-impl/pom.xml
+++ b/formcycle-adapter/formcycle-adapter-impl/pom.xml
@@ -24,13 +24,12 @@
     unter der Lizenz sind dem Lizenztext zu entnehmen.
 
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>formcycle-adapter</artifactId>
-		<version>1.6.0</version>
+		<version>1.7.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>formcycle-adapter-impl</artifactId>
@@ -125,4 +124,4 @@
 			</build>
 		</profile>
 	</profiles>
-</project>
\ No newline at end of file
+</project>
diff --git a/formcycle-adapter/pom.xml b/formcycle-adapter/pom.xml
index 5d2d9ace5..b5c1e55e9 100644
--- a/formcycle-adapter/pom.xml
+++ b/formcycle-adapter/pom.xml
@@ -24,13 +24,12 @@
     unter der Lizenz sind dem Lizenztext zu entnehmen.
 
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>parent</artifactId>
-		<version>1.6.0</version>
+		<version>1.7.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>formcycle-adapter</artifactId>
@@ -70,4 +69,4 @@
 			<version>${pluto.version}</version>
 		</dependency>
 	</dependencies>
-</project>
\ No newline at end of file
+</project>
diff --git a/formsolutions-adapter/pom.xml b/formsolutions-adapter/pom.xml
index eed2baece..8c41d1145 100644
--- a/formsolutions-adapter/pom.xml
+++ b/formsolutions-adapter/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright (C) 2022 Das Land Schleswig-Holstein vertreten durch den
@@ -29,7 +30,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>parent</artifactId>
-		<version>1.6.0</version>
+		<version>1.7.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 
@@ -213,4 +214,4 @@
 			</build>
 		</profile>
 	</profiles>
-</project>
\ No newline at end of file
+</project>
diff --git a/forwarder/pom.xml b/forwarder/pom.xml
index 319d4e12f..012bce5e3 100644
--- a/forwarder/pom.xml
+++ b/forwarder/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright (C) 2022 Das Land Schleswig-Holstein vertreten durch den
@@ -23,14 +24,12 @@
     unter der Lizenz sind dem Lizenztext zu entnehmen.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>parent</artifactId>
-		<version>1.6.0</version>
+		<version>1.7.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 
@@ -100,4 +99,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>
diff --git a/intelliform-adapter/pom.xml b/intelliform-adapter/pom.xml
index e5d5732e1..c29ec2a46 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.6.0</version>
+		<version>1.7.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 
diff --git a/pom.xml b/pom.xml
index a5236eb34..98d3b4a81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright (C) 2022 Das Land Schleswig-Holstein vertreten durch den
@@ -36,7 +37,7 @@
 	
 	<groupId>de.itvsh.kop.eingangsadapter</groupId>
 	<artifactId>parent</artifactId>
-	<version>1.6.0</version>
+	<version>1.7.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Eingangs Adapter - Parent</name>
 
diff --git a/release-startdev.sh b/release-startdev.sh
index ccce461a6..8cfb10ff1 100755
--- a/release-startdev.sh
+++ b/release-startdev.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #set -x
 
@@ -18,7 +18,6 @@ echo
 PROJECTS="pom.xml:main 
           common/pom.xml:parent 
           formcycle-adapter/formcycle-adapter-impl/pom.xml:parent 
-          formcycle-adapter/formcycle-adapter-interface/pom.xml:parent
           formcycle-adapter/pom.xml:parent
           formsolutions-adapter/pom.xml:parent
           forwarder/pom.xml:parent
diff --git a/router/pom.xml b/router/pom.xml
index 9facbbf32..2d957f7e3 100644
--- a/router/pom.xml
+++ b/router/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright (C) 2022 Das Land Schleswig-Holstein vertreten durch den
@@ -28,7 +29,7 @@
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>parent</artifactId>
-		<version>1.6.0</version>
+		<version>1.7.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 
@@ -101,4 +102,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>
diff --git a/semantik-adapter/pom.xml b/semantik-adapter/pom.xml
index cb806c6b2..d3b0d3656 100644
--- a/semantik-adapter/pom.xml
+++ b/semantik-adapter/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright (C) 2022 Das Land Schleswig-Holstein vertreten durch den
@@ -23,15 +24,13 @@
     unter der Lizenz sind dem Lizenztext zu entnehmen.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>de.itvsh.kop.eingangsadapter</groupId>
 		<artifactId>parent</artifactId>
-		<version>1.6.0</version>
+		<version>1.7.0-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>semantik-adapter</artifactId>
@@ -83,4 +82,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>
-- 
GitLab