summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-02-16 07:57:02 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-02-16 07:57:02 +0100
commit60d4505bd1af08795cbfe3d5097d4c1bacad3b05 (patch)
tree7a8a57b3204c36f6488d1f9f62ed43436e4b5c9b
parente1b76f2d3fa489cb5acd11b9082cdc7f4f06ab3a (diff)
Bump version to 4.0.2-SNAPSHOT.
Change-Id: I47869ea408dc8dc223849fc624fadc0d20ac3b7f
-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 022fba5..a073ac7 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>4.0.1</version>
+ <version>4.0.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-googlecloud-jsonlogging-core</artifactId>
diff --git a/deployment/pom.xml b/deployment/pom.xml
index 24591a0..f305b6b 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>4.0.1</version>
+ <version>4.0.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-googlecloud-jsonlogging-deployment</artifactId>
diff --git a/pom.xml b/pom.xml
index e1ca015..b0c7956 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>4.0.1</version>
+ <version>4.0.2-SNAPSHOT</version>
<artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId>
<packaging>pom</packaging>
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 9d3f514..5f87a80 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>4.0.1</version>
+ <version>4.0.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-googlecloud-jsonlogging</artifactId>