Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuj Patel committed Mar 20, 2024
1 parent 152fe8e commit cdb3493
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.indyaah</groupId>
<artifactId>codeartifact-maven-extension</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<name>CodeArtifact Maven Extension</name>
<description>Maven extension that intercepts start of maven execution and injects token for CodeArtifact
repositories
Expand Down Expand Up @@ -142,6 +142,15 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<!-- This is necessary for gpg to not try to use the pinentry programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
<keyname>${env.KEYNAME}</keyname>
<passphrase>${env.PASSPHRASE}</passphrase>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit cdb3493

Please sign in to comment.