Skip to content

Commit 0cd973a

Browse files
authored
Merge pull request #71 from vinscom/upgrade-to-3.7.1
Minor update
2 parents 08e0f6a + a469379 commit 0cd973a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@
5757
<goals>
5858
<goal>jar</goal>
5959
</goals>
60-
<configuration>
61-
<gpgArguments>
62-
<arg>--pinentry-mode</arg>
63-
<arg>loopback</arg>
64-
</gpgArguments>
65-
</configuration>
6660
</execution>
6761
</executions>
6862
</plugin>
@@ -77,6 +71,12 @@
7771
<goals>
7872
<goal>sign</goal>
7973
</goals>
74+
<configuration>
75+
<gpgArguments>
76+
<arg>--pinentry-mode</arg>
77+
<arg>loopback</arg>
78+
</gpgArguments>
79+
</configuration>
8080
</execution>
8181
</executions>
8282
</plugin>

0 commit comments

Comments
 (0)