summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2026-02-02 19:03:59 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2026-02-02 19:04:39 +0100
commit8844cbbd3a55b9beadb63a3db1e9ca9180e741c3 (patch)
tree7937d592f603fcd9a70c2551427bddfe6d9bac9c
parentff341d6fc62a7debc868fdf712f82739a3b71a9d (diff)
build: Bump version to 8.0.1-SNAPSHOT.HEADmaster
Change-Id: Ic63923a88b3dac5e76e5f0cad39a4bb6c4ccc725
-rw-r--r--core/pom.xml2
-rw-r--r--deployment/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--runtime/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 4ddcdb8..47164df 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -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>8.0.0</version>
+ <version>8.0.1-SNAPSHOT</version>
</parent>
<artifactId>quarkus-googlecloud-jsonlogging-core</artifactId>
diff --git a/deployment/pom.xml b/deployment/pom.xml
index c459e94..e9b79a9 100644
--- a/deployment/pom.xml
+++ b/deployment/pom.xml
@@ -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>8.0.0</version>
+ <version>8.0.1-SNAPSHOT</version>
</parent>
<artifactId>quarkus-googlecloud-jsonlogging-deployment</artifactId>
diff --git a/pom.xml b/pom.xml
index 2edb461..1a84e3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>8.0.0</version>
+ <version>8.0.1-SNAPSHOT</version>
<artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId>
<packaging>pom</packaging>
diff --git a/runtime/pom.xml b/runtime/pom.xml
index dc49ccb..5b50bbd 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -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>8.0.0</version>
+ <version>8.0.1-SNAPSHOT</version>
</parent>
<artifactId>quarkus-googlecloud-jsonlogging</artifactId>