From 99b494623d04b05f3a80933da935ac7e212f434b Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 17 Apr 2023 12:57:45 +0200 Subject: [PATCH] release version 1.7.0 --- common/pom.xml | 2 +- formcycle-adapter/formcycle-adapter-impl/pom.xml | 2 +- formcycle-adapter/formcycle-adapter-interface/pom.xml | 6 +++--- formcycle-adapter/pom.xml | 2 +- formsolutions-adapter/pom.xml | 2 +- forwarder/pom.xml | 2 +- intelliform-adapter/pom.xml | 2 +- pom.xml | 4 ++-- router/pom.xml | 2 +- semantik-adapter/pom.xml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index df6920e02..4d24d3cb3 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-SNAPSHOT</version> + <version>1.7.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 b1e05f01a..ed052256b 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-SNAPSHOT</version> + <version>1.7.0</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 93ea23599..e1db593f7 100644 --- a/formcycle-adapter/formcycle-adapter-interface/pom.xml +++ b/formcycle-adapter/formcycle-adapter-interface/pom.xml @@ -29,17 +29,17 @@ <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common-dependencies</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath /> </parent> <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>formcycle-adapter-interface</artifactId> <name>EM - Formcycle Adapter - Interface</name> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.0</version> <properties> - <pluto.version>1.8.0-SNAPSHOT</pluto.version> + <pluto.version>1.8.0</pluto.version> </properties> <dependencies> diff --git a/formcycle-adapter/pom.xml b/formcycle-adapter/pom.xml index b5c1e55e9..b73771c1c 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-SNAPSHOT</version> + <version>1.7.0</version> </parent> <artifactId>formcycle-adapter</artifactId> diff --git a/formsolutions-adapter/pom.xml b/formsolutions-adapter/pom.xml index 89abc7c13..676ea22f8 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-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>../</relativePath> </parent> diff --git a/forwarder/pom.xml b/forwarder/pom.xml index 012bce5e3..20599b4bc 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-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>../</relativePath> </parent> diff --git a/intelliform-adapter/pom.xml b/intelliform-adapter/pom.xml index 00537be2b..3fc613d39 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-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>../</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 6e1c5f4aa..9efd8a6da 100644 --- a/pom.xml +++ b/pom.xml @@ -31,13 +31,13 @@ <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common-parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath /> <!-- lookup parent from repository --> </parent> <groupId>de.itvsh.kop.eingangsadapter</groupId> <artifactId>parent</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.0</version> <packaging>pom</packaging> <name>Eingangs Adapter - Parent</name> diff --git a/router/pom.xml b/router/pom.xml index 2d957f7e3..5d99d1526 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-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>../</relativePath> </parent> diff --git a/semantik-adapter/pom.xml b/semantik-adapter/pom.xml index d3b0d3656..b8e808c2c 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-SNAPSHOT</version> + <version>1.7.0</version> </parent> <artifactId>semantik-adapter</artifactId> -- GitLab