Skip to content

Commit 74649f9

Browse files
author
yanruhao
committed
v1.0.22.3——修改pom
1 parent e26cdc5 commit 74649f9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.kuaidi100-api</groupId>
88
<artifactId>sdk</artifactId>
9-
<version>1.0.22.2</version>
9+
<version>1.0.22.3</version>
1010

1111
<name>api</name>
1212
<url>https://github.com/kuaidi100-api/java-demo</url>
@@ -175,6 +175,12 @@
175175
</goals>
176176
</execution>
177177
</executions>
178+
<configuration>
179+
<gpgArguments>
180+
<arg>--pinentry-mode</arg>
181+
<arg>loopback</arg>
182+
</gpgArguments>
183+
</configuration>
178184
</plugin>
179185
<plugin>
180186
<groupId>org.sonatype.central</groupId>

0 commit comments

Comments
 (0)