diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2023-03-24 11:07:05 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2023-03-24 11:07:05 +0100 |
commit | d082a115ab7d7c90a2d26941d4c64116f2f74325 (patch) | |
tree | f2aa4d389dc14010fe400f62e4b3421be0229ea4 | |
parent | 8607f6f56558a81b82379bd686b8bdff364b15a8 (diff) |
Bump version to 6.0.1-SNAPSHOT.
Change-Id: Ibbc5896e86ade0233c90d81aafd5713deb8949cb
-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 cc3b3c4..d01555b 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>6.0.0</version> + <version>6.0.1-SNAPSHOT</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging-core</artifactId> diff --git a/deployment/pom.xml b/deployment/pom.xml index 1c25e17..b108d38 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>6.0.0</version> + <version>6.0.1-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>6.0.0</version> + <version>6.0.1-SNAPSHOT</version> <artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId> <packaging>pom</packaging> diff --git a/runtime/pom.xml b/runtime/pom.xml index 689483d..cabd533 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>6.0.0</version> + <version>6.0.1-SNAPSHOT</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging</artifactId> |