From 3302c54d139c9fa2a7d0da36177708e8537e006a Mon Sep 17 00:00:00 2001 From: Michael Ritter Date: Mon, 27 Jan 2025 15:16:03 -0700 Subject: [PATCH] Update version for next dev cycle --- build.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index e29f39e33..9b5680d82 100644 --- a/build.properties +++ b/build.properties @@ -9,7 +9,7 @@ host=127.0.0.1 # # Release version info # -release.version=8.1.0 +release.version=8.2.0-SNAPSHOT cspace.release=${release.version} cspace.instance.id=${env.CSPACE_INSTANCE_ID} diff --git a/pom.xml b/pom.xml index 9f2598845..230c7b37a 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ services - 8.1.0 + 8.2.0-SNAPSHOT UTF-8 ${revision} ${revision} -- 2.47.3