File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
spring-vault-dependencies Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2+
23<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd" >
34 <modelVersion >4.0.0</modelVersion >
45
542543 <plugin >
543544 <groupId >org.apache.maven.plugins</groupId >
544545 <artifactId >maven-gpg-plugin</artifactId >
545- <version >1.6 </version >
546+ <version >3.0.1 </version >
546547 </plugin >
547548
548549 <plugin >
772773 <goals >
773774 <goal >sign</goal >
774775 </goals >
776+ <configuration >
777+ <gpgArguments >
778+ <arg >--pinentry-mode</arg >
779+ <arg >loopback</arg >
780+ </gpgArguments >
781+ </configuration >
775782 </execution >
776783 </executions >
777784 </plugin >
Original file line number Diff line number Diff line change 282282 <plugin >
283283 <groupId >org.apache.maven.plugins</groupId >
284284 <artifactId >maven-gpg-plugin</artifactId >
285- <version >1.6 </version >
285+ <version >3.0.1 </version >
286286 <executions >
287287 <execution >
288288 <id >sign-artifacts</id >
289289 <phase >verify</phase >
290290 <goals >
291291 <goal >sign</goal >
292292 </goals >
293+ <configuration >
294+ <gpgArguments >
295+ <arg >--pinentry-mode</arg >
296+ <arg >loopback</arg >
297+ </gpgArguments >
298+ </configuration >
293299 </execution >
294300 </executions >
295301 </plugin >
You can’t perform that action at this time.
0 commit comments