diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2025-04-12 22:03:55 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2025-04-12 22:04:33 +0200 |
commit | d86c79091739a081d74e8e04c71451f5906e8c54 (patch) | |
tree | 865cdc91e6be50b2f5c8993274a4715b071b3d45 | |
parent | aed482ced7631d9d569313850ac5675c8a97cd19 (diff) |
build: Bump version to 7.0.1-SNAPSHOT.
Change-Id: I86cd1c4c7c85c25b0da662a5e745236713b788e2
-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 227ca15..9590957 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>7.0.0</version> + <version>7.0.1-SNAPSHOT</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging-core</artifactId> diff --git a/deployment/pom.xml b/deployment/pom.xml index 6a53bee..2058499 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>7.0.0</version> + <version>7.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>7.0.0</version> + <version>7.0.1-SNAPSHOT</version> <artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId> <packaging>pom</packaging> diff --git a/runtime/pom.xml b/runtime/pom.xml index 56a09bb..6f03dd3 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>7.0.0</version> + <version>7.0.1-SNAPSHOT</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging</artifactId> |