From e7d39b0a7eeb13c979964d3103b624f250b64611 Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Fri, 28 Aug 2020 01:09:43 -0400 Subject: [PATCH] NOJIRA: Change version to 6.1.0. --- build.properties | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.properties b/build.properties index 4ad8f45cf..9070c068b 100644 --- a/build.properties +++ b/build.properties @@ -9,8 +9,8 @@ host=127.0.0.1 # # Release version info # -release.version=6.1 -cspace.release=${release.version}-SNAPSHOT +release.version=6.1.0 +cspace.release=${release.version} cspace.instance.id=${env.CSPACE_INSTANCE_ID} cspace.services.release=cspace-services-${cspace.release} diff --git a/pom.xml b/pom.xml index 70b933d03..f99508019 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ services - 6.1-SNAPSHOT + 6.1.0 UTF-8 ${revision} ${revision} -- 2.47.3