Skip to content

Commit

Permalink
Added a backup of a demo database to the distribution
Browse files Browse the repository at this point in the history
Added persistency for a work schedule break.  This requires an older schema to be migrated to version 5.
Updated Jackson to version 2.13.4.2
Updated HSQLDB to version 2.7.1
Updated PostgreSQL to 42.5.0
Update Jetty to 9.4.49.v20220914
Updated Milo to 0.6.8
Updated RabbitMQ to 5.16.0
Updated ActiveMQ to 5.17.2
Updated Kafka to 3.3.1
Miscellaneous stability improvements
  • Loading branch information
point85 committed Nov 10, 2022
1 parent 15a14ff commit c4eccc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.8.1</domain.version>
<domain.version>3.9.0</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.8.1</version>
<version>3.9.0</version>
<name>In-process data collector</name>
<description>Executed by Java Service Wrapper</description>

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

<!-- HSQLDB DATABASE -->
<!-- https://mvnrepository.com/artifact/org.hsqldb/hsqldb -->
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.5.1</version>
<version>2.7.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit c4eccc1

Please sign in to comment.