diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2024-06-23 18:20:12 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2024-06-23 18:20:12 +0200 |
commit | 7cfbcdb950189dba751ca5a88b1ae2db57dfaa1f (patch) | |
tree | a84d5547dbfda6aaf40fad06c1d02f533d403d49 | |
parent | 85341773077f24de9f6169dee94a2b5d627a8427 (diff) |
build: Bump version to 6.2.1-SNAPSHOT.
Change-Id: I11ec89f28271f6af60c187c823468ae9dcdd5c35
-rw-r--r-- | core/pom.xml | 2 | ||||
-rw-r--r-- | deployment/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | runtime/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/core/pom.xml b/core/pom.xml index 98da102..62b19c6 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.2.0</version> + <version>6.2.1-SNAPSHOT</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging-core</artifactId> diff --git a/deployment/pom.xml b/deployment/pom.xml index 909fe57..fac24bc 100644 --- a/deployment/pom.xml +++ b/deployment/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.2.0</version> + <version>6.2.1-SNAPSHOT</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging-deployment</artifactId> @@ -12,7 +12,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later <modelVersion>4.0.0</modelVersion> <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId> - <version>6.2.0</version> + <version>6.2.1-SNAPSHOT</version> <artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId> <packaging>pom</packaging> diff --git a/runtime/pom.xml b/runtime/pom.xml index e27c218..eb0c399 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>6.2.0</version> + <version>6.2.1-SNAPSHOT</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging</artifactId> |