File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55 <groupId >com.sailthru.client</groupId >
66 <artifactId >sailthru-java-client</artifactId >
7- <version >2.1.1-SNAPSHOT </version >
7+ <version >2.1.1</version >
88 <packaging >jar</packaging >
99
1010 <name >sailthru-java-client</name >
190190 <value >true</value >
191191 </property >
192192 </activation >
193- <build >
194- <plugins >
195- <plugin >
196- <groupId >org.apache.maven.plugins</groupId >
197- <artifactId >maven-gpg-plugin</artifactId >
198- <executions >
199- <execution >
200- <id >sign-artifacts</id >
201- <phase >verify</phase >
202- <goals >
203- <goal >sign</goal >
204- </goals >
205- </execution >
206- </executions >
207- </plugin >
208- </plugins >
209- </build >
193+ <build >
194+ <plugins >
195+ <plugin >
196+ <groupId >org.apache.maven.plugins</groupId >
197+ <artifactId >maven-gpg-plugin</artifactId >
198+ <executions >
199+ <execution >
200+ <id >sign-artifacts</id >
201+ <phase >verify</phase >
202+ <goals >
203+ <goal >sign</goal >
204+ </goals >
205+ <configuration >
206+ <gpgArguments >
207+ <arg >--pinentry-mode</arg >
208+ <arg >loopback</arg >
209+ </gpgArguments >
210+ </configuration >
211+ </execution >
212+ </executions >
213+ </plugin >
214+ </plugins >
215+ </build >
210216 </profile >
211217 </profiles >
212218</project >
You can’t perform that action at this time.
0 commit comments