Skip to content

Commit

Permalink
Need to update gpg configuration to use gpg2 (from The MacPorts Project)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi R. Viggiano committed Jul 22, 2015
1 parent 3ef11bd commit 694a216
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Expand Up @@ -117,14 +117,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<executable>gpg2</executable>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 694a216

Please sign in to comment.