Skip to content

Commit

Permalink
- Implemented MTBF and MTTR calculations
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
point85 committed Dec 23, 2022
1 parent c4eccc1 commit c9935d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<domain.version>3.9.0</domain.version>
<domain.version>3.9.1</domain.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -12,7 +12,7 @@

<groupId>org.point85</groupId>
<artifactId>oee-collector</artifactId>
<version>3.9.0</version>
<version>3.9.1</version>
<name>In-process data collector</name>
<description>Executed by Java Service Wrapper</description>

Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.0</version>
<version>42.5.1</version>
</dependency>

<!-- HSQLDB DATABASE -->
Expand Down

0 comments on commit c9935d0

Please sign in to comment.