diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-10-05 07:57:02 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-10-05 07:57:02 +0200 |
commit | 62ee2f536f8734b4ce1e2b1360c241090d3ea1ec (patch) | |
tree | 6b9d594225801fc06ba6affe5df1774f4ca744c4 /examples | |
parent | eaabc832941f1b51f17179cf4e2844fe73c4e5e2 (diff) |
Release 5.0.0.v5.0.0
Change-Id: I538321f39fc7ffce6551df53dd34830d00cf419c
Diffstat (limited to 'examples')
-rw-r--r-- | examples/quarkus/pom.xml | 2 | ||||
-rw-r--r-- | examples/spring-boot/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/quarkus/pom.xml b/examples/quarkus/pom.xml index 26e1bac..6e4f042 100644 --- a/examples/quarkus/pom.xml +++ b/examples/quarkus/pom.xml @@ -14,7 +14,7 @@ SPDX-License-Identifier: GPL-3.0-or-later <parent> <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId> <artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId> - <version>4.1.1</version> + <version>5.0.0</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging-quarkus-example</artifactId> diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml index acb09ed..d646316 100644 --- a/examples/spring-boot/pom.xml +++ b/examples/spring-boot/pom.xml @@ -16,7 +16,7 @@ SPDX-License-Identifier: GPL-3.0-or-later <parent> <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId> <artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId> - <version>4.1.1</version> + <version>5.0.0</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging-spring-boot-example</artifactId> |