We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb04569 commit 522901aCopy full SHA for 522901a
1 file changed
packages/kafka-instance-sdk/pom.xml
@@ -163,6 +163,7 @@
163
<plugin>
164
<groupId>org.apache.maven.plugins</groupId>
165
<artifactId>maven-source-plugin</artifactId>
166
+ <version>3.2.1</version>
167
<executions>
168
<execution>
169
<id>attach-sources</id>
@@ -275,7 +276,7 @@
275
276
<artifactId>maven-gpg-plugin</artifactId>
277
<version>3.0.1</version>
278
<configuration>
- <gpgArguments>
279
+ <gpgArguments>
280
<arg>--pinentry-mode</arg>
281
<arg>loopback</arg>
282
</gpgArguments>
0 commit comments