diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-05-12 08:50:00 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-05-12 08:50:00 +0200 |
commit | 9d459310d0b55a7fc637089c47548f6e85edca02 (patch) | |
tree | ada5d1d58fe9c291c9b720f68dbf4629e574493a /runtime | |
parent | a6834bcb4795559415653122626cce05c4dba5ea (diff) |
Bump version to 1.0.1-SNAPSHOT.
Change-Id: Icee5fc04e4f385919b26707ef8486f36a8dbd261
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 1f1e60d..c430412 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.0</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging</artifactId> |