Skip to content

Commit 13d2710

Browse files
committed
Revert GPG plugin version to 1.6
1 parent 9248b80 commit 13d2710

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,11 @@
121121
</plugin>
122122
<plugin>
123123
<artifactId>maven-gpg-plugin</artifactId>
124-
<version>3.0.1</version>
124+
<!-- Upgrade to 3.0.1 hits
125+
https://issues.apache.org/jira/browse/MGPG-90
126+
https://issues.apache.org/jira/browse/MGPG-84
127+
-->
128+
<version>1.6</version>
125129
</plugin>
126130
<plugin>
127131
<artifactId>maven-install-plugin</artifactId>

0 commit comments

Comments
 (0)