From 2de0eaefa52f0c7494ac16fb1dae861c4f90d000 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 17 Apr 2023 13:18:53 +0200 Subject: [PATCH] start development 1.8.0 --- common/pom.xml | 2 +- formcycle-adapter/formcycle-adapter-impl/pom.xml | 2 +- formcycle-adapter/formcycle-adapter-interface/pom.xml | 2 +- formcycle-adapter/pom.xml | 2 +- formsolutions-adapter/pom.xml | 2 +- forwarder/pom.xml | 2 +- intelliform-adapter/pom.xml | 2 +- pom.xml | 2 +- router/pom.xml | 2 +- semantik-adapter/pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 4d24d3cb3..0b4e6c767 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>parent</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</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 ed052256b..7f345007c 100644 --- a/formcycle-adapter/formcycle-adapter-impl/pom.xml +++ b/formcycle-adapter/formcycle-adapter-impl/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>formcycle-adapter</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>formcycle-adapter-impl</artifactId> diff --git a/formcycle-adapter/formcycle-adapter-interface/pom.xml b/formcycle-adapter/formcycle-adapter-interface/pom.xml index e1db593f7..e0fda924a 100644 --- a/formcycle-adapter/formcycle-adapter-interface/pom.xml +++ b/formcycle-adapter/formcycle-adapter-interface/pom.xml @@ -36,7 +36,7 @@ <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>formcycle-adapter-interface</artifactId> <name>EM - Formcycle Adapter - Interface</name> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <properties> <pluto.version>1.8.0</pluto.version> diff --git a/formcycle-adapter/pom.xml b/formcycle-adapter/pom.xml index b73771c1c..310eaf2bd 100644 --- a/formcycle-adapter/pom.xml +++ b/formcycle-adapter/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>parent</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>formcycle-adapter</artifactId> diff --git a/formsolutions-adapter/pom.xml b/formsolutions-adapter/pom.xml index 676ea22f8..e086619f6 100644 --- a/formsolutions-adapter/pom.xml +++ b/formsolutions-adapter/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>parent</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/forwarder/pom.xml b/forwarder/pom.xml index 20599b4bc..a1fb9ad64 100644 --- a/forwarder/pom.xml +++ b/forwarder/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>parent</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/intelliform-adapter/pom.xml b/intelliform-adapter/pom.xml index 3fc613d39..c5a08a075 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.7.0</version> + <version>1.8.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 9efd8a6da..6d0b99740 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>parent</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Eingangs Adapter - Parent</name> diff --git a/router/pom.xml b/router/pom.xml index 5d99d1526..5303db7e0 100644 --- a/router/pom.xml +++ b/router/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>parent</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/semantik-adapter/pom.xml b/semantik-adapter/pom.xml index b8e808c2c..9500c5000 100644 --- a/semantik-adapter/pom.xml +++ b/semantik-adapter/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>parent</artifactId> - <version>1.7.0</version> + <version>1.8.0-SNAPSHOT</version> </parent> <artifactId>semantik-adapter</artifactId> -- GitLab