From 82cc6e193967f929d3e509b709b8c93f95fc4043 Mon Sep 17 00:00:00 2001 From: Michael Ritter Date: Thu, 23 Jan 2025 11:48:57 -0700 Subject: [PATCH] Change release version to 8.1.0 --- build.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index b2360bd2b..e29f39e33 100644 --- a/build.properties +++ b/build.properties @@ -9,7 +9,7 @@ host=127.0.0.1 # # Release version info # -release.version=8.1.0-SNAPSHOT +release.version=8.1.0 cspace.release=${release.version} cspace.instance.id=${env.CSPACE_INSTANCE_ID} diff --git a/pom.xml b/pom.xml index fe2f792d5..9f2598845 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ services - 8.1.0-SNAPSHOT + 8.1.0 UTF-8 ${revision} ${revision} -- 2.47.3