Skip to content

Commit

Permalink
Gen API
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z committed Feb 21, 2024
1 parent 02af113 commit c6814b3
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>F638279A7281EE8EAE58C4B98D3CFE7E7D0262DA</keyname>
<keyname>408A5896A9B8EC94EE4F7B6472FF63CDF8B05FCF</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",
"F638279A7281EE8EAE58C4B98D3CFE7E7D0262DA", // key identifier
"408A5896A9B8EC94EE4F7B6472FF63CDF8B05FCF", // key identifier
"ignored" // this field is ignored; passwords are supplied by pinentry
)

0 comments on commit c6814b3

Please sign in to comment.