From 5ae4244c454ec29311888733e053df6a7051df16 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 4 Sep 2022 15:43:44 +0200 Subject: Release 4.1.0. Change-Id: I41e637ada9225623b46f5a57bdf52b72de0fdfe2 --- README.adoc | 4 ++-- core/pom.xml | 2 +- deployment/pom.xml | 2 +- examples/quarkus/pom.xml | 2 +- examples/spring-boot/pom.xml | 2 +- pom.xml | 2 +- runtime/pom.xml | 2 +- .../eu/mulk/quarkus/googlecloud/jsonlogging/runtime/package-info.java | 4 ++-- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.adoc b/README.adoc index 3460598..aa78fb0 100644 --- a/README.adoc +++ b/README.adoc @@ -48,7 +48,7 @@ If you are using Maven: eu.mulk.quarkus-googlecloud-jsonlogging quarkus-googlecloud-jsonlogging - 4.0.0 + 4.1.0 @@ -59,7 +59,7 @@ If you are using Gradle: [source,groovy] ---- dependencies { - implementation("eu.mulk.quarkus-googlecloud-jsonlogging:quarkus-googlecloud-jsonlogging:4.0.0") + implementation("eu.mulk.quarkus-googlecloud-jsonlogging:quarkus-googlecloud-jsonlogging:4.1.0") } ---- diff --git a/core/pom.xml b/core/pom.xml index a073ac7..ee4fd6f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -14,7 +14,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later eu.mulk.quarkus-googlecloud-jsonlogging quarkus-googlecloud-jsonlogging-parent - 4.0.2-SNAPSHOT + 4.1.0 quarkus-googlecloud-jsonlogging-core diff --git a/deployment/pom.xml b/deployment/pom.xml index f305b6b..136e529 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -14,7 +14,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later eu.mulk.quarkus-googlecloud-jsonlogging quarkus-googlecloud-jsonlogging-parent - 4.0.2-SNAPSHOT + 4.1.0 quarkus-googlecloud-jsonlogging-deployment diff --git a/examples/quarkus/pom.xml b/examples/quarkus/pom.xml index 6e4f042..61f34cf 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 - 5.0.0 + 4.1.0 quarkus-googlecloud-jsonlogging-quarkus-example diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml index a6dbb31..4c3a36f 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 - 4.0.0 + 4.1.0 quarkus-googlecloud-jsonlogging-spring-boot-example diff --git a/pom.xml b/pom.xml index a484180..288ba84 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later 4.0.0 eu.mulk.quarkus-googlecloud-jsonlogging - 4.0.2-SNAPSHOT + 4.1.0 quarkus-googlecloud-jsonlogging-parent pom diff --git a/runtime/pom.xml b/runtime/pom.xml index 5f87a80..88c66ac 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -14,7 +14,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later eu.mulk.quarkus-googlecloud-jsonlogging quarkus-googlecloud-jsonlogging-parent - 4.0.2-SNAPSHOT + 4.1.0 quarkus-googlecloud-jsonlogging diff --git a/runtime/src/main/java/eu/mulk/quarkus/googlecloud/jsonlogging/runtime/package-info.java b/runtime/src/main/java/eu/mulk/quarkus/googlecloud/jsonlogging/runtime/package-info.java index 657806f..8e2e115 100644 --- a/runtime/src/main/java/eu/mulk/quarkus/googlecloud/jsonlogging/runtime/package-info.java +++ b/runtime/src/main/java/eu/mulk/quarkus/googlecloud/jsonlogging/runtime/package-info.java @@ -43,7 +43,7 @@ * * eu.mulk.quarkus-googlecloud-jsonlogging * quarkus-googlecloud-jsonlogging - * 4.0.0 + * 4.1.0 * * * ... @@ -59,7 +59,7 @@ * dependencies { * // ... * - * implementation("eu.mulk.quarkus-googlecloud-jsonlogging:quarkus-googlecloud-jsonlogging:4.0.0") + * implementation("eu.mulk.quarkus-googlecloud-jsonlogging:quarkus-googlecloud-jsonlogging:4.1.0") * * // ... * } -- cgit v1.2.3