From a3a76c89c3708d522d85b51793711a3ca1dd4a6e Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 10 Mar 2025 09:52:21 +0000 Subject: [PATCH] release version 2.18.1 --- 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 779ada561..2aec62131 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.1-SNAPSHOT</version> + <version>2.18.1</version> <relativePath>../</relativePath> </parent> <artifactId>common</artifactId> diff --git a/enterprise-adapter/pom.xml b/enterprise-adapter/pom.xml index 13cc93517..4510e1d81 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.1-SNAPSHOT</version> + <version>2.18.1</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 f7e0147b0..f79c0ca44 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.1-SNAPSHOT</version> + <version>2.18.1</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 ea98296e0..6f110cf82 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.1-SNAPSHOT</version> + <version>2.18.1</version> <relativePath>../</relativePath> </parent> diff --git a/formcycle-adapter/formcycle-adapter-interface/pom.xml b/formcycle-adapter/formcycle-adapter-interface/pom.xml index d07d1dfa9..c112d8280 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.1-SNAPSHOT</version> + <version>2.18.1</version> <properties> <vorgang-manager.version>2.0.0</vorgang-manager.version> diff --git a/formcycle-adapter/pom.xml b/formcycle-adapter/pom.xml index 75ce19466..780f8db65 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.1-SNAPSHOT</version> + <version>2.18.1</version> </parent> <artifactId>formcycle-adapter</artifactId> diff --git a/forwarder/pom.xml b/forwarder/pom.xml index 38dd652e9..50f92d03e 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.1-SNAPSHOT</version> + <version>2.18.1</version> <relativePath>../</relativePath> </parent> diff --git a/pom.xml b/pom.xml index bb3bf7bc2..25f6c2130 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.18.1-SNAPSHOT</version> + <version>2.18.1</version> <packaging>pom</packaging> <name>OZG-Cloud Eingang Manager</name> diff --git a/router/pom.xml b/router/pom.xml index f4eb78125..d2c93ca4e 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.1-SNAPSHOT</version> + <version>2.18.1</version> <relativePath>../</relativePath> </parent> diff --git a/semantik-adapter/pom.xml b/semantik-adapter/pom.xml index 0d6947e25..402cc28af 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.1-SNAPSHOT</version> + <version>2.18.1</version> </parent> <artifactId>semantik-adapter</artifactId> -- GitLab