diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2024-06-25 22:43:28 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2024-06-25 22:43:28 +0200 |
commit | 71ddcabc7a02c76771f7acf90559e1b1aa5ec907 (patch) | |
tree | d4fa7d67ebc48df9e83570766a26ee9fdae59b93 /core/pom.xml | |
parent | da438618c329a87a10c963b039bf51d040d98e87 (diff) |
build: Bump version to 6.3.1-SNAPSHOT.
Change-Id: Ifc3c9a1555f7533607557079cd2fbe767fa3ef02
Diffstat (limited to 'core/pom.xml')
-rw-r--r-- | core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pom.xml b/core/pom.xml index 4a70b51..595cf38 100644 --- a/core/pom.xml +++ b/core/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>6.3.0</version> + <version>6.3.1-SNAPSHOT</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging-core</artifactId> |