diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-05-18 21:53:37 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-05-18 21:53:37 +0200 |
commit | 9a49787b9c75ee3ba6f3b054564146b03a8fc7c0 (patch) | |
tree | 327e1a0b07a3b59a157191411012143fb9a7dd61 /runtime | |
parent | bf06bf787f0ca86e07bc974f4471a4716e8eb371 (diff) |
Bump version to 1.0.2-SNAPSHOT.
Change-Id: I678784812c0046b55297cd4ca982aae990a428be
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 6413c91..e4f1be1 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId> <artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId> - <version>1.0.1</version> + <version>1.0.2-SNAPSHOT</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging</artifactId> |