Skip to content

Commit 62d758b

Browse files
committed
added key name to gpg plugin
1 parent 26f21f2 commit 62d758b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>co.ipdata.client</groupId>
55
<artifactId>ipdata-java-client</artifactId>
6-
<version>0.1.1-SNAPSHOT</version>
6+
<version>0.1.0-SNAPSHOT</version>
77
<licenses>
88
<license>
99
<name>The Apache Licence, Version 2.0</name>
@@ -206,6 +206,9 @@
206206
<plugin>
207207
<artifactId>maven-gpg-plugin</artifactId>
208208
<version>1.6</version>
209+
<configuration>
210+
<keyname>A143FB3D9A4D90CC76DE768495FD65EAEFC32F7E</keyname>
211+
</configuration>
209212
<executions>
210213
<execution>
211214
<phase>verify</phase>

0 commit comments

Comments
 (0)