From c9935d0cabc472f0a9fc2984a796a7f34e999fa1 Mon Sep 17 00:00:00 2001 From: Kent Randall Date: Fri, 23 Dec 2022 14:09:40 -0800 Subject: [PATCH] - Implemented MTBF and MTTR calculations - Changed data purge to an hourly schedule - Added two example work schedules - Updated Hibernate to version 5.6.14.Final - Updated PostgreSQL to 42.5.1 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9efdecc..0a14b7a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - 3.9.0 + 3.9.1 11 11 UTF-8 @@ -12,7 +12,7 @@ org.point85 oee-collector - 3.9.0 + 3.9.1 In-process data collector Executed by Java Service Wrapper @@ -74,7 +74,7 @@ org.postgresql postgresql - 42.5.0 + 42.5.1