Skip to content

Commit 74f4954

Browse files
author
Brandon Wong
committed
Update to 2.1.1 Fix issue with gpg2.2
1 parent 2771935 commit 74f4954

1 file changed

Lines changed: 24 additions & 18 deletions

File tree

pom.xml

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -190,23 +190,29 @@
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>

0 commit comments

Comments
 (0)