Skip to content

Commit

Permalink
Merge de2d298 into 8967e39
Browse files Browse the repository at this point in the history
  • Loading branch information
kstafford3 committed May 1, 2019
2 parents 8967e39 + de2d298 commit 754e530
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Expand Up @@ -121,8 +121,7 @@
</execution>
</executions>
<configuration>
<passphrase>${gpg.passphrase}</passphrase>
<keyname>8812F4E9</keyname>
<keyname>${gpg.keyname}</keyname>
</configuration>
</plugin>
</plugins>
Expand Down Expand Up @@ -486,7 +485,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<arguments>-Dgpg.passphrase=${gpg.passphrase}</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
<mavenExecutorId>forked-path</mavenExecutorId>
<tagNameFormat>v@{project.version}</tagNameFormat>
Expand Down

0 comments on commit 754e530

Please sign in to comment.