Skip to content

Commit

Permalink
updated pom for maven release
Browse files Browse the repository at this point in the history
  • Loading branch information
gracg committed Apr 23, 2022
1 parent c2100b7 commit b121f94
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>top.cptl</groupId>
<artifactId>tiingo4j</artifactId>
<version>1.0</version>
<version>1.1</version>
<packaging>jar</packaging>

<name>tiingo4j</name>
Expand Down Expand Up @@ -99,6 +99,9 @@
<profiles>
<profile>
<id>ci-cd</id>
<properties>
<gpg.executable>C:\Program Files\Git\usr\bin\gpg.exe</gpg.executable>
</properties>
<build>
<plugins>
<plugin>
Expand All @@ -113,15 +116,16 @@
<goal>sign</goal>
</goals>
<configuration>
<keyname>8B3FB43565315D95CEA6D53256388EF3DB5C7E5E</keyname>
<!-- Prevent gpg from using pinentry programs. Fixes: gpg: signing
failed: Inappropriate ioctl for device -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>

</configuration>
</execution>
</executions>
<configuration>
<keyname>8B3FB43565315D95CEA6D53256388EF3DB5C7E5E</keyname>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit b121f94

Please sign in to comment.