From 3593397de3952252d68998d2001bf2530397455b Mon Sep 17 00:00:00 2001 From: Christopher Zell Date: Wed, 25 Oct 2023 09:37:21 +0200 Subject: [PATCH] build: release version 2.0.0 --- backend/pom.xml | 4 ++-- cli/pom.xml | 6 +++--- pom.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index 91db3e3a..b2f57907 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -22,13 +22,13 @@ io.zell zdb - 1.10.0-SNAPSHOT + 2.0.0 ../pom.xml 4.0.0 backend - 1.10.0-SNAPSHOT + 2.0.0 jar ZDB Backend diff --git a/cli/pom.xml b/cli/pom.xml index c8de90ac..1f53f682 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -24,12 +24,12 @@ io.zell zdb - 1.10.0-SNAPSHOT + 2.0.0 ../pom.xml cli - 1.10.0-SNAPSHOT + 2.0.0 ZDB CLI jar @@ -59,7 +59,7 @@ io.zell backend - 1.10.0-SNAPSHOT + 2.0.0 diff --git a/pom.xml b/pom.xml index 6b4bd3fb..82e5b48b 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.0.0 io.zell zdb - 1.10.0-SNAPSHOT + 2.0.0 pom ZDB 2021