Skip to content

Commit 79cc82a

Browse files
authored
upgraded plugin version (#24)
1 parent 09d642a commit 79cc82a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<plugin>
147147
<groupId>org.apache.maven.plugins</groupId>
148148
<artifactId>maven-gpg-plugin</artifactId>
149-
<version>1.5</version>
149+
<version>3.1.0</version>
150150
<executions>
151151
<execution>
152152
<id>sign-artifacts</id>
@@ -160,7 +160,6 @@
160160
<gpgArguments>
161161
<arg>--pinentry-mode</arg>
162162
<arg>loopback</arg>
163-
<arg>--no-tty</arg>
164163
</gpgArguments>
165164
</configuration>
166165
</plugin>

0 commit comments

Comments
 (0)