Skip to content

Commit

Permalink
Removed checksome generation from pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
frossm committed Jul 8, 2021
1 parent 129c0e0 commit 4e3dcf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
25 changes: 1 addition & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.fross</groupId>
<artifactId>rpncalc</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
<packaging>jar</packaging>

<name>rpncalc</name>
Expand Down Expand Up @@ -147,29 +147,6 @@
</configuration>
</plugin>

<!-- Run the GenChecksums.py file to create the MD5, SHA1, and SHA256 checksum files -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<executions>
<execution>
<configuration>
<executable>python</executable>
<workingDirectory>${basedir}</workingDirectory>
<arguments>
<argument>${basedir}/tools/GenChecksums.py</argument>
</arguments>
</configuration>
<id>python_build</id>
<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
</execution>
</executions>
</plugin>

</plugins>
</build>

Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4e3dcf2

Please sign in to comment.