Skip to content

Commit

Permalink
Add key name
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Nov 10, 2023
1 parent ff56ee9 commit ee757c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.graylog.repackaged</groupId>
<artifactId>download-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.6.8.1-SNAPSHOT</version>
<version>1.6.8.1</version>
<name>Download Plugin for Maven</name>
<!-- See https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide -->
<parent>
Expand All @@ -14,7 +14,6 @@
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gpg.keyname></gpg.keyname> <!-- Set when invoking maven for releases -->
</properties>
<!-- Build plugins and extensions -->
<build>
Expand Down Expand Up @@ -58,7 +57,7 @@
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<keyname>${gpg.keyname}</keyname>
<keyname>B1606F22</keyname>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit ee757c7

Please sign in to comment.