From 1a5db959c69761ef8bc23886e567ea6f85393af2 Mon Sep 17 00:00:00 2001 From: Michael Fross Date: Sun, 18 Aug 2024 19:46:27 -0500 Subject: [PATCH] Updates to plugins/dependencies Also added a requirement for java 11 or newer --- pom.xml | 13 ++++++++----- snap/snapcraft.yaml | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index ee21227..0f69f31 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.fross rpncalc - 5.3.0 + 5.3.1 jar rpncalc @@ -66,6 +66,9 @@ ${maven.minimum.version} + + ${maven.compiler.release} + @@ -103,7 +106,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.3.1 + 3.4.0 @@ -208,7 +211,7 @@ org.codehaus.mojo exec-maven-plugin - 3.4.0 + 3.4.1 chmod @@ -236,7 +239,7 @@ - + github GitHub frossm Library Package @@ -276,7 +279,7 @@ org.junit.jupiter junit-jupiter - 5.11.0-RC1 + 5.11.0 test diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c0d17d1..5b1528f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: rpncalc -version: '5.3.0' +version: '5.3.1' summary: The command line Reverse Polish Notation (RPN) calculator description: | RPNCalc is an easy to use command line based Reverse Polish