Skip to content

Commit cdb3493

Browse files
author
Anuj Patel
committed
Bump version for release
1 parent 152fe8e commit cdb3493

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pom.xml

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

77
<groupId>io.github.indyaah</groupId>
88
<artifactId>codeartifact-maven-extension</artifactId>
9-
<version>1.0.5</version>
9+
<version>1.0.6</version>
1010
<name>CodeArtifact Maven Extension</name>
1111
<description>Maven extension that intercepts start of maven execution and injects token for CodeArtifact
1212
repositories
@@ -142,6 +142,15 @@
142142
<goals>
143143
<goal>sign</goal>
144144
</goals>
145+
<configuration>
146+
<!-- This is necessary for gpg to not try to use the pinentry programs -->
147+
<gpgArguments>
148+
<arg>--pinentry-mode</arg>
149+
<arg>loopback</arg>
150+
</gpgArguments>
151+
<keyname>${env.KEYNAME}</keyname>
152+
<passphrase>${env.PASSPHRASE}</passphrase>
153+
</configuration>
145154
</execution>
146155
</executions>
147156
</plugin>

0 commit comments

Comments
 (0)