Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 352cf3b

Browse files
committed
Hard code which GPG key to use while releasing
This is mine ([email protected]). It should probably not be here, but in a config file somewhere, but right now I just want things to work.
1 parent 7f15da0 commit 352cf3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@
223223
<groupId>org.apache.maven.plugins</groupId>
224224
<artifactId>maven-gpg-plugin</artifactId>
225225
<version>1.5</version>
226+
<configuration>
227+
<keyname>9ED21C6E</keyname>
228+
</configuration>
226229
<executions>
227230
<execution>
228231
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)