From 80b32630e0ed3bed8cdd641be35b1d7cce2de2f6 Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Thu, 19 Sep 2019 18:55:38 -0700 Subject: [PATCH] NOJIRA: Change version to 5.3. --- build.properties | 2 +- pom.xml | 2 +- .../services/systeminfo/SystemInfoResource.java | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.properties b/build.properties index c102e1307..773d1bff5 100644 --- a/build.properties +++ b/build.properties @@ -9,7 +9,7 @@ host=127.0.0.1 # # Release version info # -release.version=5.2 +release.version=5.3 cspace.release=${release.version}-SNAPSHOT cspace.instance.id=${env.CSPACE_INSTANCE_ID} diff --git a/pom.xml b/pom.xml index 40968bb2e..a6be584c1 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ services - 5.2-SNAPSHOT + 5.3-SNAPSHOT UTF-8 ${revision} ${revision} diff --git a/services/systeminfo/service/src/main/java/org/collectionspace/services/systeminfo/SystemInfoResource.java b/services/systeminfo/service/src/main/java/org/collectionspace/services/systeminfo/SystemInfoResource.java index 7c3255f65..254edbf3c 100644 --- a/services/systeminfo/service/src/main/java/org/collectionspace/services/systeminfo/SystemInfoResource.java +++ b/services/systeminfo/service/src/main/java/org/collectionspace/services/systeminfo/SystemInfoResource.java @@ -59,10 +59,10 @@ public class SystemInfoResource extends AbstractCollectionSpaceResourceImpl