Skip to content

Commit

Permalink
Hard code which GPG key to use while releasing
Browse files Browse the repository at this point in the history
This is mine (theo@burtcorp.com). It should probably not be here, but in a config file somewhere, but right now I just want things to work.
  • Loading branch information
iconara committed Aug 24, 2016
1 parent 7f15da0 commit 352cf3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -223,6 +223,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<configuration>
<keyname>9ED21C6E</keyname>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 352cf3b

Please sign in to comment.