From ba2eadb6ae07e12580da8a0d0798f429a6936e6d Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sat, 17 Jun 2017 05:15:17 -0400 Subject: [PATCH] Updated signing plugin to sign witht he latest Syncleus signing key. --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index e9c2a2f8..a85344a5 100644 --- a/pom.xml +++ b/pom.xml @@ -262,6 +262,9 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> + <configuration> + <keyname>8762A2BFD91F0468</keyname> + </configuration> </plugin> </plugins> </build> -- GitLab