From b3217ae70ff002912f96fa57e4672e674f13d7c2 Mon Sep 17 00:00:00 2001 From: Even Solbraa <41290109+EvenSol@users.noreply.github.com> Date: Fri, 30 Sep 2022 15:36:42 +0200 Subject: [PATCH] merge master into branch (#535) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: update plugin versions, switch to using jdk 11 to compile (#532) * javadoc fixes for jdk11 (#534) Co-authored-by: fannemel Co-authored-by: Åsmund Våge Fannemel <34712686+asmfstatoil@users.noreply.github.com> --- pom.xml | 25 ++++++++----------- .../compressor/Compressor.java | 4 +-- .../heatExchanger/HeatExchanger.java | 2 ++ .../processEquipment/stream/Stream.java | 1 + .../gasQuality/Standard_ISO6976.java | 4 +-- src/main/java/neqsim/thermo/FluidCreator.java | 15 ++++++++--- .../thermo/component/ComponentInterface.java | 4 +-- .../neqsim/thermo/system/SystemInterface.java | 2 ++ .../neqsim/thermo/system/SystemThermo.java | 2 +- 9 files changed, 33 insertions(+), 26 deletions(-) diff --git a/pom.xml b/pom.xml index 2cf7dbfcd..bb3fb7565 100644 --- a/pom.xml +++ b/pom.xml @@ -102,7 +102,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.0.0 + 3.1.0 enforce-maven @@ -112,7 +112,7 @@ - 3.2.5 + 3.3.9 @@ -122,7 +122,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.2.2 + 3.3.0 @@ -134,7 +134,7 @@ org.codehaus.mojo flatten-maven-plugin - 1.2.7 + 1.3.0 true @@ -158,7 +158,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.4 + 3.4.0 package @@ -171,10 +171,9 @@ org.apache.maven.plugins maven-compiler-plugin - 3.9.0 + 3.10.1 - 11 - 11 + 11 ${project.build.sourceEncoding}