diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-09-04 16:01:48 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-09-04 16:01:48 +0200 |
commit | e3c37046c68b59dd9d8356bfa36294851e6529a2 (patch) | |
tree | 2f1d41fde5880a3713fabb02ab42faf8582d8526 | |
parent | 017a454b6267d4c539d6c99569b8bc8b805e22ed (diff) |
Bump version to 4.1.2-SNAPSHOT.
Change-Id: I57696a6323a555b979910d0d765d5463d08fc161
-rw-r--r-- | core/pom.xml | 2 | ||||
-rw-r--r-- | deployment/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | runtime/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/core/pom.xml b/core/pom.xml index a0a6f30..87c2711 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -14,7 +14,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later <parent> <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId> <artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId> - <version>4.1.1</version> + <version>4.1.2-SNAPSHOT</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging-core</artifactId> diff --git a/deployment/pom.xml b/deployment/pom.xml index 944832c..7ce540f 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -14,7 +14,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later <parent> <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId> <artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId> - <version>4.1.1</version> + <version>4.1.2-SNAPSHOT</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging-deployment</artifactId> @@ -12,7 +12,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later <modelVersion>4.0.0</modelVersion> <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId> - <version>4.1.1</version> + <version>4.1.2-SNAPSHOT</version> <artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId> <packaging>pom</packaging> diff --git a/runtime/pom.xml b/runtime/pom.xml index 27513cd..7ccb63f 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -14,7 +14,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later <parent> <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId> <artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId> - <version>4.1.1</version> + <version>4.1.2-SNAPSHOT</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging</artifactId> |