diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-02-16 07:57:02 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-02-16 07:57:02 +0100 |
commit | 60d4505bd1af08795cbfe3d5097d4c1bacad3b05 (patch) | |
tree | 7a8a57b3204c36f6488d1f9f62ed43436e4b5c9b /runtime | |
parent | e1b76f2d3fa489cb5acd11b9082cdc7f4f06ab3a (diff) |
Bump version to 4.0.2-SNAPSHOT.
Change-Id: I47869ea408dc8dc223849fc624fadc0d20ac3b7f
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |