summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-01-15 21:16:22 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-01-15 21:16:22 +0100
commitf95c408d642d0ef484907f1ecce1d52e866ea52f (patch)
tree9c3e28fcc79f8b1b24686886a9020397a3eade4b /examples
parent348f2055bfb000633bb80e89bcf62ea037a5af0b (diff)
Release 4.0.0.v4.0.0
Change-Id: I284390568ef15662d52654663000c3f68f362bd5
Diffstat (limited to 'examples')
-rw-r--r--examples/quarkus/pom.xml2
-rw-r--r--examples/spring-boot/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/quarkus/pom.xml b/examples/quarkus/pom.xml
index a26f782..b6ee55c 100644
--- a/examples/quarkus/pom.xml
+++ b/examples/quarkus/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId>
<artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>4.0.0</version>
</parent>
<artifactId>quarkus-googlecloud-jsonlogging-quarkus-example</artifactId>
diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml
index 29e17d3..cce1b04 100644
--- a/examples/spring-boot/pom.xml
+++ b/examples/spring-boot/pom.xml
@@ -9,7 +9,7 @@
<parent>
<groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId>
<artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId>
- <version>3.1.4-SNAPSHOT</version>
+ <version>4.0.0</version>
</parent>
<artifactId>quarkus-googlecloud-jsonlogging-spring-boot-example</artifactId>