Skip to content

Commit

Permalink
Updated Maven PGP signing key (#8661)
Browse files Browse the repository at this point in the history
  • Loading branch information
Annaseli authored Feb 17, 2025
1 parent d60bf78 commit a5de98d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version> <!-- must match java/pom.xml -->
<configuration>
<keyname>408A5896A9B8EC94EE4F7B6472FF63CDF8B05FCF</keyname>
<keyname>4E40AA3FAE98D8B3067712BED1BAD3FE38D74FE4</keyname>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion clients/spark/project/pgp-sign.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
credentials += Credentials(
"GnuPG Key ID",
"gpg",
"408A5896A9B8EC94EE4F7B6472FF63CDF8B05FCF", // key identifier
"4E40AA3FAE98D8B3067712BED1BAD3FE38D74FE4", // key identifier
"ignored" // this field is ignored; passwords are supplied by pinentry
)

0 comments on commit a5de98d

Please sign in to comment.