Skip to content

Commit

Permalink
update version in pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquemolinari committed Dec 23, 2024
1 parent 1d56002 commit 4758d68
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.enriquemolinari</groupId>
<artifactId>jqueue</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<packaging>jar</packaging>

<name>JQueue</name>
Expand Down Expand Up @@ -160,16 +160,9 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand Down

0 comments on commit 4758d68

Please sign in to comment.