Skip to content

Commit 6ed33e9

Browse files
committed
Update pom.xml
1 parent d5a239d commit 6ed33e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,17 @@
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>
152152
<artifactId>maven-gpg-plugin</artifactId>
153-
<version>3.0.1</version>
153+
<version>1.6</version>
154154
<executions>
155155
<execution>
156156
<id>sign-artifacts</id>
157157
<phase>verify</phase>
158158
<goals>
159159
<goal>sign</goal>
160160
</goals>
161+
<configuration>
162+
<useAgent>true</useAgent>
163+
</configuration>
161164
</execution>
162165
</executions>
163166
</plugin>

0 commit comments

Comments
 (0)