Skip to content

Commit

Permalink
Release 6.0.0.
Browse files Browse the repository at this point in the history
Change-Id: I2168c4d15dd03379a9c7e53b257be3e5b69b7b3b
  • Loading branch information
benkard committed Mar 24, 2023
1 parent 3d5479a commit 8607f6f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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>6.0.0-SNAPSHOT</version>
<version>6.0.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>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<artifactId>quarkus-googlecloud-jsonlogging-deployment</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>6.0.0-SNAPSHOT</version>
<version>6.0.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>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>

<artifactId>quarkus-googlecloud-jsonlogging</artifactId>
Expand Down

0 comments on commit 8607f6f

Please sign in to comment.