From 90da1a66a1803eeed958c2d8b6e995bd28beff44 Mon Sep 17 00:00:00 2001 From: remillet Date: Sat, 17 Feb 2018 11:07:13 -0800 Subject: [PATCH] Update build.properties Fixed typo in first property key --- build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.properties b/build.properties index 2c6277612..b539b0a60 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ -42.2.1host=127.0.0.1 +host=127.0.0.1 #cspace # Instance IDs help identify the databases and database users that belong to # a particular CollectionSpace server instance, in a configuration where -- 2.47.3