Skip to content

Commit 3ae0f39

Browse files
author
lbw
committed
🔖 Releasing / Version tags. 0.0.7
1 parent 8de326c commit 3ae0f39

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,22 @@
135135
<plugin>
136136
<groupId>org.apache.maven.plugins</groupId>
137137
<artifactId>maven-gpg-plugin</artifactId>
138-
<version>1.5</version>
138+
<version>3.0.1</version>
139139
<executions>
140140
<execution>
141+
<id>sign-artifacts</id>
141142
<phase>verify</phase>
142143
<goals>
143144
<goal>sign</goal>
144145
</goals>
145146
</execution>
146147
</executions>
148+
<configuration>
149+
<gpgArguments>
150+
<arg>--pinentry-mode</arg>
151+
<arg>loopback</arg>
152+
</gpgArguments>
153+
</configuration>
147154
</plugin>
148155
<plugin>
149156
<groupId>org.sonatype.plugins</groupId>

0 commit comments

Comments
 (0)