Skip to content

Commit 87e2969

Browse files
authored
Merge pull request #36 from cicirello/development
Update pom.xml
2 parents 3fdbc03 + 30e8d65 commit 87e2969

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,12 @@
170170
</plugin>
171171
<plugin>
172172
<groupId>org.apache.maven.plugins</groupId>
173-
<artifactId>maven-jarsigner-plugin</artifactId>
174-
<version>3.0.0</version>
173+
<artifactId>maven-gpg-plugin</artifactId>
174+
<version>1.6</version>
175175
<executions>
176176
<execution>
177-
<id>sign</id>
177+
<id>sign-artifacts</id>
178+
<phase>verify</phase>
178179
<goals>
179180
<goal>sign</goal>
180181
</goals>

0 commit comments

Comments
 (0)