Skip to content

Commit 33c20c0

Browse files
authored
Merge pull request #711 from hboutemy/patch-1
use gpg profile on release, not sonatype-oss-release
2 parents fcf51fa + d64bb52 commit 33c20c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@
178178
<plugin>
179179
<artifactId>maven-release-plugin</artifactId>
180180
<version>3.0.1</version>
181+
<configuration>
182+
<arguments>-Pgpg</arguments>
183+
</configuration>
181184
</plugin>
182185

183186
<!-- if you would like to run the git-commit-id-maven-plugin for your build, you could also include it here instead using a profile (see README.md) -->

0 commit comments

Comments
 (0)