Skip to content
This repository was archived by the owner on Dec 23, 2017. It is now read-only.

Commit 46ecd6c

Browse files
committed
Add <version> to gpg plugin in release profile as well
Without this the build uses plugin version 1.1 during a release. This should fix the problems we had on Jenkins.
1 parent 3e384a5 commit 46ecd6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@
268268
<plugin>
269269
<groupId>org.apache.maven.plugins</groupId>
270270
<artifactId>maven-gpg-plugin</artifactId>
271+
<version>1.6</version>
271272
<configuration>
272273
<keyname>B1606F22</keyname>
273274
</configuration>

0 commit comments

Comments
 (0)