From 4e3dcf2b2324eb238b0f3b98c167a5abd1e71b0d Mon Sep 17 00:00:00 2001 From: Michael Fross Date: Wed, 7 Jul 2021 21:23:02 -0500 Subject: [PATCH] Removed checksome generation from pom.xml --- pom.xml | 25 +------------------------ snap/snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 25 deletions(-) diff --git a/pom.xml b/pom.xml index 591411b..0cecff0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.fross rpncalc - 2.6.1 + 2.6.2 jar rpncalc @@ -147,29 +147,6 @@ - - - org.codehaus.mojo - exec-maven-plugin - 1.6.0 - - - - python - ${basedir} - - ${basedir}/tools/GenChecksums.py - - - python_build - package - - exec - - - - - diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 19dea3e..ec54226 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: rpncalc -version: '2.6.1' +version: '2.6.2' summary: The command line Reverse Polish Notation (RPN) calculator description: | RPNCalc is an easy to use command line based Reverse Polish