Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>3.2.8</version>

@augmentcode augmentcode Bot Apr 27, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a major version jump (3.0.1 โ†’ 3.2.8); newer maven-gpg-plugin releases introduce additional โ€œbest practicesโ€ warnings/behavior that can break non-interactive signing depending on the CI GnuPG/pinentry setup. Consider validating that the release profile still signs successfully with the current --pinentry-mode loopback configuration in your release environment.

Severity: medium

Fix This in Augment

๐Ÿค– Was this useful? React with ๐Ÿ‘ or ๐Ÿ‘Ž, or ๐Ÿš€ if it prevented an incident/outage.

<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
Loading