diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-08-31 21:08:00 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-08-31 21:08:00 +0200 |
commit | ed20bb4d2dfed45176ac5aa3e934a1acf1a2cc13 (patch) | |
tree | e0293f42059ddc32227fb2d94e701b48c4676f9e /runtime/pom.xml | |
parent | a000f2be9ea5fc190f10d3d6cb227dabe41834d3 (diff) |
Bump version to 3.0.1-SNAPSHOT.
Change-Id: I7dba82b3baf6831f56690dc5f44eeb678f7b30d9
Diffstat (limited to 'runtime/pom.xml')
-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 41dacea..7335e29 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>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging</artifactId> |