Skip to content

Commit 97347c8

Browse files
Rollback change on gpg plugin which causes issues when releasing
We get "no default secret key: No secret key"
1 parent dd2a224 commit 97347c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
<plugin>
302302
<groupId>org.apache.maven.plugins</groupId>
303303
<artifactId>maven-gpg-plugin</artifactId>
304-
<version>3.1.0</version>
304+
<version>3.0.1</version>
305305
<executions>
306306
<execution>
307307
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)