From 4283e698c081041e065ae0df8404dfcaa594ce86 Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 12 Jul 2023 12:04:39 +0100 Subject: [PATCH] Prepare for next SNAPSHOT version --- convex-benchmarks/pom.xml | 2 +- convex-cli/pom.xml | 2 +- convex-core/pom.xml | 2 +- convex-gui/pom.xml | 2 +- convex-java/pom.xml | 2 +- convex-peer/pom.xml | 2 +- convex-restapi/pom.xml | 2 +- convex-sodium/pom.xml | 2 +- pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/convex-benchmarks/pom.xml b/convex-benchmarks/pom.xml index ba496ce8d..b6b9c92f9 100644 --- a/convex-benchmarks/pom.xml +++ b/convex-benchmarks/pom.xml @@ -4,7 +4,7 @@ world.convex convex - 0.7.12 + 0.7.13-SNAPSHOT 4.0.0 diff --git a/convex-cli/pom.xml b/convex-cli/pom.xml index fd3cd8eb6..6f1f13955 100644 --- a/convex-cli/pom.xml +++ b/convex-cli/pom.xml @@ -2,7 +2,7 @@ world.convex convex - 0.7.12 + 0.7.13-SNAPSHOT 4.0.0 diff --git a/convex-core/pom.xml b/convex-core/pom.xml index adfa05e7b..926a27c13 100644 --- a/convex-core/pom.xml +++ b/convex-core/pom.xml @@ -4,7 +4,7 @@ world.convex convex - 0.7.12 + 0.7.13-SNAPSHOT diff --git a/convex-gui/pom.xml b/convex-gui/pom.xml index 4788b812f..46b676c61 100644 --- a/convex-gui/pom.xml +++ b/convex-gui/pom.xml @@ -2,7 +2,7 @@ world.convex convex - 0.7.12 + 0.7.13-SNAPSHOT 4.0.0 diff --git a/convex-java/pom.xml b/convex-java/pom.xml index e9bb87a75..290033d91 100644 --- a/convex-java/pom.xml +++ b/convex-java/pom.xml @@ -5,7 +5,7 @@ world.convex convex - 0.7.12 + 0.7.13-SNAPSHOT Convex Java Client Library diff --git a/convex-peer/pom.xml b/convex-peer/pom.xml index a046aebf3..182831b56 100644 --- a/convex-peer/pom.xml +++ b/convex-peer/pom.xml @@ -4,7 +4,7 @@ world.convex convex - 0.7.12 + 0.7.13-SNAPSHOT 4.0.0 diff --git a/convex-restapi/pom.xml b/convex-restapi/pom.xml index 3ff2b16a3..ffb9965f0 100644 --- a/convex-restapi/pom.xml +++ b/convex-restapi/pom.xml @@ -2,7 +2,7 @@ world.convex convex - 0.7.12 + 0.7.13-SNAPSHOT 4.0.0 diff --git a/convex-sodium/pom.xml b/convex-sodium/pom.xml index e925b5d39..bd9f33398 100644 --- a/convex-sodium/pom.xml +++ b/convex-sodium/pom.xml @@ -3,7 +3,7 @@ world.convex convex - 0.7.12 + 0.7.13-SNAPSHOT convex-sodium Sodium integration for Convex diff --git a/pom.xml b/pom.xml index fef70123c..fc8195ee4 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 world.convex convex - 0.7.12 + 0.7.13-SNAPSHOT pom Convex Parent