From 663163d1c85f6f838221c1d79f888f597e1eed2c Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 24 Sep 2023 13:46:22 +0200 Subject: feat(docs): Update documentation for version 6.1.0. Change-Id: I74abd4b17316a1a45c455b68530000645688d8cf --- examples/quarkus/pom.xml | 2 +- examples/spring-boot/pom.xml | 2 +- examples/spring-boot/src/main/resources/logging.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/quarkus/pom.xml b/examples/quarkus/pom.xml index 25e4f8b..70c923e 100644 --- a/examples/quarkus/pom.xml +++ b/examples/quarkus/pom.xml @@ -14,7 +14,7 @@ SPDX-License-Identifier: GPL-3.0-or-later eu.mulk.quarkus-googlecloud-jsonlogging quarkus-googlecloud-jsonlogging-parent - 6.0.0 + 6.1.0 quarkus-googlecloud-jsonlogging-quarkus-example diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml index 8cb994a..4f893b7 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 eu.mulk.quarkus-googlecloud-jsonlogging quarkus-googlecloud-jsonlogging-parent - 6.0.0 + 6.1.0 quarkus-googlecloud-jsonlogging-spring-boot-example diff --git a/examples/spring-boot/src/main/resources/logging.properties b/examples/spring-boot/src/main/resources/logging.properties index 8bc0033..ba75dff 100644 --- a/examples/spring-boot/src/main/resources/logging.properties +++ b/examples/spring-boot/src/main/resources/logging.properties @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: GPL-3.0-or-later -# java.util.logging properties +# java.util.logging properties (not used) #handlers = eu.mulk.quarkus.googlecloud.jsonlogging.logmanager.DefaultConsoleHandler #.level = INFO -- cgit v1.2.3