Update build host and postgres libs

Bumping the postgres libs showed that the upstream build images
were EOL, so we're now running a more modern version of Java
and have migrated the build to ubuntu LTS
This commit is contained in:
Derry Hamilton 2022-12-07 11:00:29 +00:00
parent 28c918dd6a
commit 64743f430b
5 changed files with 6 additions and 63 deletions

View file

@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>com.rasilon.ujetl</groupId>
<artifactId>CopyingApp</artifactId>
<packaging>jar</packaging>
<version>2.3.3</version>
<version>2.4.3</version>
<name>uJETL</name>
<url>https://github.com/rasilon/ujetl</url>
<properties>