From 7298c120bf55eec0224a4b2676daab65ff97468b Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 5 Dec 2023 15:25:16 +0100 Subject: [PATCH] release version 2.0.0 --- common/pom.xml | 2 +- enterprise-adapter/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 | 6 +++--- router/pom.xml | 2 +- semantik-adapter/pom.xml | 2 +- xta-adapter/pom.xml | 2 +- 12 files changed, 16 insertions(+), 16 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 2bdfbf447..d758e1875 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../</relativePath> </parent> <artifactId>common</artifactId> diff --git a/enterprise-adapter/pom.xml b/enterprise-adapter/pom.xml index 087694ce0..a289328a4 100644 --- a/enterprise-adapter/pom.xml +++ b/enterprise-adapter/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>enterprise-adapter</artifactId> <name>EM - Enterprise Interface Adapter</name> diff --git a/formcycle-adapter/formcycle-adapter-impl/pom.xml b/formcycle-adapter/formcycle-adapter-impl/pom.xml index 094afe79d..570baccc8 100644 --- a/formcycle-adapter/formcycle-adapter-impl/pom.xml +++ b/formcycle-adapter/formcycle-adapter-impl/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>formcycle-adapter</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../</relativePath> </parent> diff --git a/formcycle-adapter/formcycle-adapter-interface/pom.xml b/formcycle-adapter/formcycle-adapter-interface/pom.xml index 16e4a4311..0dae3d119 100644 --- a/formcycle-adapter/formcycle-adapter-interface/pom.xml +++ b/formcycle-adapter/formcycle-adapter-interface/pom.xml @@ -29,17 +29,17 @@ <parent> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common-dependencies</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <relativePath/> </parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>formcycle-adapter-interface</artifactId> <name>EM - Formcycle Adapter - Interface</name> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <properties> - <vorgang-manager.version>2.0.0-SNAPSHOT</vorgang-manager.version> + <vorgang-manager.version>2.0.0</vorgang-manager.version> <java.version>17</java.version> <maven.compiler.source>${java.version}</maven.compiler.source> <maven.compiler.target>${java.version}</maven.compiler.target> diff --git a/formcycle-adapter/pom.xml b/formcycle-adapter/pom.xml index c3f4ba639..fdffcae6e 100644 --- a/formcycle-adapter/pom.xml +++ b/formcycle-adapter/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>formcycle-adapter</artifactId> diff --git a/formsolutions-adapter/pom.xml b/formsolutions-adapter/pom.xml index 476f5f3e7..2494a4f12 100644 --- a/formsolutions-adapter/pom.xml +++ b/formsolutions-adapter/pom.xml @@ -32,7 +32,7 @@ <parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../</relativePath> </parent> diff --git a/forwarder/pom.xml b/forwarder/pom.xml index 2f42fe015..e190e241d 100644 --- a/forwarder/pom.xml +++ b/forwarder/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../</relativePath> </parent> diff --git a/intelliform-adapter/pom.xml b/intelliform-adapter/pom.xml index e9086dc1a..5daa6fc14 100644 --- a/intelliform-adapter/pom.xml +++ b/intelliform-adapter/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../</relativePath> </parent> diff --git a/pom.xml b/pom.xml index cca6ef0de..45b19332d 100644 --- a/pom.xml +++ b/pom.xml @@ -31,13 +31,13 @@ <parent> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common-parent</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <relativePath/> <!-- lookup parent from repository --> </parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>pom</packaging> <name>OZG-Cloud Eingang Manager</name> @@ -56,7 +56,7 @@ <properties> <mapstruct.version>1.4.2.Final</mapstruct.version> - <vorgang-manager.version>2.0.0-SNAPSHOT</vorgang-manager.version> + <vorgang-manager.version>2.0.0</vorgang-manager.version> <jsoup.version>1.14.3</jsoup.version> <xmlschema.version>2.3.0</xmlschema.version> diff --git a/router/pom.xml b/router/pom.xml index 9ccbaa12f..dbda3a306 100644 --- a/router/pom.xml +++ b/router/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../</relativePath> </parent> diff --git a/semantik-adapter/pom.xml b/semantik-adapter/pom.xml index c6f87a717..a25bd70a9 100644 --- a/semantik-adapter/pom.xml +++ b/semantik-adapter/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>semantik-adapter</artifactId> diff --git a/xta-adapter/pom.xml b/xta-adapter/pom.xml index 60bf2129f..af49dee35 100644 --- a/xta-adapter/pom.xml +++ b/xta-adapter/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>xta-adapter</artifactId> <name>Eingangs Adapter - XTA</name> -- GitLab