diff --git a/common/pom.xml b/common/pom.xml index c0dab2fb91a00a1d6bee46dafc9c62059d3fd00c..df6920e0227e2758b792c405375cb5bc0e3bc0b9 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 f15ad07dbd0b5d942c4e33fa31459fb8ae837e58..b1e05f01a758aa67594ec124f31f59d6db9fce16 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 5d2d9ace5a48acb4c06fa83e31f8fbc941fa640b..b5c1e55e9dbeef85db4598b5a6d7acae1b8892a9 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 eed2baece79ac167c5dbdedb8cdf6c8c01e484a4..8c41d11450d83e94134e577bf067b92bebbd41a3 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 319d4e12fa937cfb2afae79f5efe0f257ed4b260..012bce5e39ab8486de6c080f4ca91a5ee140cab0 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 e5d5732e1949df3e043f7d3426bb755738034bb4..c29ec2a46129886b8d217f68a40b6a5830eaab53 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 a5236eb340c27c4e7bf4702f6629ee98384d61f3..98d3b4a814cf83a1451ff503e1656c6a40c6c1f1 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 ccce461a63532917fada3a0e98e39cb98bef949f..8cfb10ff14dcf2ec030cb964cd38b22c6fba7d63 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 9facbbf3201907095628ec4a23581897f42e80ad..2d957f7e3b30d8083ee3ac6defa7b8b47da84b60 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 cb806c6b2d95424df5fbd8b6528f1efe9923a50a..d3b0d3656c9d279179d29c589597c275c8e06742 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>