From cf8dd4970e404bd218a08e7a66cd110c79aacf0a Mon Sep 17 00:00:00 2001 From: Kumar Siddhartha Date: Sat, 9 Nov 2019 17:02:09 -0500 Subject: [PATCH] Develop (#98) * metastor changes * 1.5.0 (#95) * updated to newer version * specify only two subnets for elasticsearch domain as AWS doesn't choose first two by default now. (#88) * 1.0.5 Release - Removed duplicate parameters in CFT templates - Fixed bug with ns-auth sync config applying to only Herd installations - Fixed incremental DB script installation logic - Upgraded Herd and Shepherd (Herd-UI) versions - Upgraded Herd DB engine version - Fixed issue where certain DB instance types were not available --- mdl/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mdl/pom.xml b/mdl/pom.xml index 408adb52..5ef2e253 100644 --- a/mdl/pom.xml +++ b/mdl/pom.xml @@ -22,7 +22,7 @@ herd-mdl org.finra.herd-mdl - 1.4.0 + 1.5.0 diff --git a/pom.xml b/pom.xml index 422ca3a6..0d15982a 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.finra.herd-mdl herd-mdl pom - 1.4.0 + 1.5.0 This is the base pom for the herd-mdl project.