From fc045d6a855496736bc47fd3e0eac2a815d3641c Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 10 Mar 2025 09:52:46 +0000 Subject: [PATCH] start development 2.19.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 2aec62131..d3a815c3c 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</version> + <version>2.19.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>common</artifactId> diff --git a/enterprise-adapter/pom.xml b/enterprise-adapter/pom.xml index 4510e1d81..109660c3b 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</version> + <version>2.19.0-SNAPSHOT</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 f79c0ca44..e672e58fb 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</version> + <version>2.19.0-SNAPSHOT</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 6f110cf82..75e885287 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</version> + <version>2.19.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/formcycle-adapter/formcycle-adapter-interface/pom.xml b/formcycle-adapter/formcycle-adapter-interface/pom.xml index c112d8280..ce3c539bb 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</version> + <version>2.19.0-SNAPSHOT</version> <properties> <vorgang-manager.version>2.0.0</vorgang-manager.version> diff --git a/formcycle-adapter/pom.xml b/formcycle-adapter/pom.xml index 780f8db65..2e7f85ed2 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</version> + <version>2.19.0-SNAPSHOT</version> </parent> <artifactId>formcycle-adapter</artifactId> diff --git a/forwarder/pom.xml b/forwarder/pom.xml index 50f92d03e..8e11aac68 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</version> + <version>2.19.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 25f6c2130..ce7c182f5 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ <groupId>de.ozgcloud.eingang</groupId> <artifactId>eingang-manager</artifactId> - <version>2.18.1</version> + <version>2.19.0-SNAPSHOT</version> <packaging>pom</packaging> <name>OZG-Cloud Eingang Manager</name> diff --git a/router/pom.xml b/router/pom.xml index d2c93ca4e..7130d2c1e 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</version> + <version>2.19.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/semantik-adapter/pom.xml b/semantik-adapter/pom.xml index 402cc28af..24e0d8d72 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</version> + <version>2.19.0-SNAPSHOT</version> </parent> <artifactId>semantik-adapter</artifactId> -- GitLab