Skip to content

Commit

Permalink
Release 4.1.0.
Browse files Browse the repository at this point in the history
Change-Id: I41e637ada9225623b46f5a57bdf52b72de0fdfe2
  • Loading branch information
benkard committed Sep 4, 2022
1 parent 090b885 commit 5ae4244
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ If you are using Maven:
<dependency>
<groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId>
<artifactId>quarkus-googlecloud-jsonlogging</artifactId>
<version>4.0.0</version>
<version>4.1.0</version>
</dependency>
</dependencies>
Expand All @@ -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")
}
----

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>4.0.2-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>quarkus-googlecloud-jsonlogging-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>4.0.2-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>quarkus-googlecloud-jsonlogging-deployment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>5.0.0</version>
<version>4.1.0</version>
</parent>

<artifactId>quarkus-googlecloud-jsonlogging-quarkus-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0</version>
<version>4.1.0</version>
</parent>

<artifactId>quarkus-googlecloud-jsonlogging-spring-boot-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>4.0.2-SNAPSHOT</version>
<version>4.1.0</version>

<artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>4.0.2-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>quarkus-googlecloud-jsonlogging</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* <dependency>
* <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId>
* <artifactId>quarkus-googlecloud-jsonlogging</artifactId>
* <version>4.0.0</version>
* <version>4.1.0</version>
* </dependency>
*
* ...
Expand All @@ -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")
*
* // ...
* }
Expand Down

0 comments on commit 5ae4244

Please sign in to comment.