summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2024-07-05 21:27:36 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2024-07-05 21:27:36 +0200
commit7fbdb0422d9baa467f09d900a1a55fa5e3ae6b4c (patch)
tree4ac51836dec8473bd64a564ac5a126786f748e07
parent3f15851f4dfc980c13bc84ee2e661220d5ea2218 (diff)
build: Bump version to 6.5.1-SNAPSHOT.
Change-Id: Id6da50f0e738837fe1af68724edc795033e030cd
-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 43df64a..b8aaf94 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>6.5.0</version>
+ <version>6.5.1-SNAPSHOT</version>
</parent>
<artifactId>quarkus-googlecloud-jsonlogging-core</artifactId>
diff --git a/deployment/pom.xml b/deployment/pom.xml
index bcf4ed7..e668986 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>6.5.0</version>
+ <version>6.5.1-SNAPSHOT</version>
</parent>
<artifactId>quarkus-googlecloud-jsonlogging-deployment</artifactId>
diff --git a/pom.xml b/pom.xml
index 1211194..7d4bfa9 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>6.5.0</version>
+ <version>6.5.1-SNAPSHOT</version>
<artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId>
<packaging>pom</packaging>
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 4644ac0..952463d 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>6.5.0</version>
+ <version>6.5.1-SNAPSHOT</version>
</parent>
<artifactId>quarkus-googlecloud-jsonlogging</artifactId>