From f3e2a2a66a1d705166d4cce69fd5126a212e2913 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 3 Mar 2025 15:01:01 +0000 Subject: [PATCH] release version 2.18.0 --- common/pom.xml | 2 +- enterprise-adapter/pom.xml | 2 +- fim-adapter/pom.xml | 2 +- formcycle-adapter/formcycle-adapter-impl/pom.xml | 2 +- formcycle-adapter/formcycle-adapter-interface/pom.xml | 2 +- formcycle-adapter/pom.xml | 2 +- forwarder/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 6f1a1d492..b05a694de 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -33,7 +33,7 @@ <parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.18.0-SNAPSHOT</version> + <version>2.18.0</version> <relativePath>../</relativePath> </parent> <artifactId>common</artifactId> diff --git a/enterprise-adapter/pom.xml b/enterprise-adapter/pom.xml index cf98009f2..74b008356 100644 --- a/enterprise-adapter/pom.xml +++ b/enterprise-adapter/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.18.0-SNAPSHOT</version> + <version>2.18.0</version> </parent> <artifactId>enterprise-adapter</artifactId> <name>EM - Enterprise Interface Adapter</name> diff --git a/fim-adapter/pom.xml b/fim-adapter/pom.xml index 27783f623..0c877fae4 100644 --- a/fim-adapter/pom.xml +++ b/fim-adapter/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.18.0-SNAPSHOT</version> + <version>2.18.0</version> </parent> <artifactId>fim-adapter</artifactId> <name>Eingangs Adapter - FIM</name> diff --git a/formcycle-adapter/formcycle-adapter-impl/pom.xml b/formcycle-adapter/formcycle-adapter-impl/pom.xml index ca4190c60..f77ae37d4 100644 --- a/formcycle-adapter/formcycle-adapter-impl/pom.xml +++ b/formcycle-adapter/formcycle-adapter-impl/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>formcycle-adapter</artifactId> - <version>2.18.0-SNAPSHOT</version> + <version>2.18.0</version> <relativePath>../</relativePath> </parent> diff --git a/formcycle-adapter/formcycle-adapter-interface/pom.xml b/formcycle-adapter/formcycle-adapter-interface/pom.xml index c67b5de2e..4426fab0f 100644 --- a/formcycle-adapter/formcycle-adapter-interface/pom.xml +++ b/formcycle-adapter/formcycle-adapter-interface/pom.xml @@ -38,7 +38,7 @@ <groupId>de.ozgcloud.eingang</groupId> <artifactId>formcycle-adapter-interface</artifactId> <name>EM - Formcycle Adapter - Interface</name> - <version>2.18.0-SNAPSHOT</version> + <version>2.18.0</version> <properties> <vorgang-manager.version>2.0.0</vorgang-manager.version> diff --git a/formcycle-adapter/pom.xml b/formcycle-adapter/pom.xml index 286a8abb2..374d5fd0a 100644 --- a/formcycle-adapter/pom.xml +++ b/formcycle-adapter/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.18.0-SNAPSHOT</version> + <version>2.18.0</version> </parent> <artifactId>formcycle-adapter</artifactId> diff --git a/forwarder/pom.xml b/forwarder/pom.xml index e0f9b57ab..b2e557214 100644 --- a/forwarder/pom.xml +++ b/forwarder/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.18.0-SNAPSHOT</version> + <version>2.18.0</version> <relativePath>../</relativePath> </parent> diff --git a/pom.xml b/pom.xml index d0e5e1eb7..bace08c52 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.18.0-SNAPSHOT</version> + <version>2.18.0</version> <packaging>pom</packaging> <name>OZG-Cloud Eingang Manager</name> diff --git a/router/pom.xml b/router/pom.xml index 8ae47d7b5..90bc92d53 100644 --- a/router/pom.xml +++ b/router/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.18.0-SNAPSHOT</version> + <version>2.18.0</version> <relativePath>../</relativePath> </parent> diff --git a/semantik-adapter/pom.xml b/semantik-adapter/pom.xml index 7c9a4791b..9f7ff56b3 100644 --- a/semantik-adapter/pom.xml +++ b/semantik-adapter/pom.xml @@ -32,7 +32,7 @@ <parent> <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.18.0-SNAPSHOT</version> + <version>2.18.0</version> </parent> <artifactId>semantik-adapter</artifactId> -- GitLab