Skip to content

Commit

Permalink
Merge pull request #45 from sipios/lb-bump-version
Browse files Browse the repository at this point in the history
Lb bump version
  • Loading branch information
luc-boussant authored May 12, 2021
2 parents 2834281 + 0e070ba commit 40cd16e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.sipios</groupId>
<artifactId>spring-search</artifactId>
<version>0.2.3</version>
<version>0.2.4</version>
<name>spring-search</name>
<description>API for generating spring boot database queries</description>

Expand Down Expand Up @@ -359,6 +359,12 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 40cd16e

Please sign in to comment.