Skip to content

Commit

Permalink
Merge pull request #83 from bonitasoft/master
Browse files Browse the repository at this point in the history
[merge] master into release-10.0.0
  • Loading branch information
bonita-ci authored Mar 14, 2024
2 parents 4711673 + 2247dc8 commit de3d398
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
<maven-dependency-plugin.version>3.6.0</maven-dependency-plugin.version>
<build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
<maven-gpg-plugin.version>3.2.0</maven-gpg-plugin.version>
<gmavenplus-plugin.version>3.0.0</gmavenplus-plugin.version>
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
<groovy.version>3.0.19</groovy.version>
Expand Down Expand Up @@ -394,14 +394,6 @@
<goal>sign</goal>
</goals>
<phase>verify</phase>
<configuration>
<!-- Prevent `gpg` from using pinentry
programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit de3d398

Please sign in to comment.