From 8697d940f90fe9e5eabb300fa8aebf2eef24e7ca Mon Sep 17 00:00:00 2001 From: Christopher Zell Date: Mon, 17 Jun 2024 08:47:48 +0200 Subject: [PATCH] build: prepare for next version --- backend/pom.xml | 4 ++-- cli/pom.xml | 6 +++--- frontend/pom.xml | 4 ++-- pom.xml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index 270e7d0..4ec7360 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -22,13 +22,13 @@ io.zell zdb - 2.4.1 + 2.5.0-SNAPSHOT ../pom.xml 4.0.0 backend - 2.4.1 + 2.5.0-SNAPSHOT jar ZDB Backend diff --git a/cli/pom.xml b/cli/pom.xml index c8da30e..77fa15d 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -24,12 +24,12 @@ io.zell zdb - 2.4.1 + 2.5.0-SNAPSHOT ../pom.xml cli - 2.4.1 + 2.5.0-SNAPSHOT ZDB CLI jar @@ -59,7 +59,7 @@ io.zell backend - 2.4.1 + 2.5.0-SNAPSHOT diff --git a/frontend/pom.xml b/frontend/pom.xml index c066396..9cea916 100644 --- a/frontend/pom.xml +++ b/frontend/pom.xml @@ -8,7 +8,7 @@ io.zell zdb - 2.4.1 + 2.5.0-SNAPSHOT ../pom.xml @@ -47,7 +47,7 @@ io.zell backend - 2.4.1 + 2.5.0-SNAPSHOT compile diff --git a/pom.xml b/pom.xml index 3d5aeab..1ffb30b 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.0.0 io.zell zdb - 2.4.1 + 2.5.0-SNAPSHOT pom ZDB 2021