File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
33<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >com.shipengine</groupId >
224224 <plugin >
225225 <groupId >org.apache.maven.plugins</groupId >
226226 <artifactId >maven-gpg-plugin</artifactId >
227- <version >1.5 </version >
227+ <version >1.6 </version >
228228 <executions >
229229 <execution >
230230 <id >sign-artifacts</id >
231231 <phase >verify</phase >
232232 <goals >
233233 <goal >sign</goal >
234234 </goals >
235+ <configuration >
236+ <gpgArguments >
237+ <arg >--pinentry-mode</arg >
238+ <arg >loopback</arg >
239+ </gpgArguments >
240+ </configuration >
235241 </execution >
236242 </executions >
237243 </plugin >
You can’t perform that action at this time.
0 commit comments