We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f21f2 commit 62d758bCopy full SHA for 62d758b
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>co.ipdata.client</groupId>
5
<artifactId>ipdata-java-client</artifactId>
6
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.1.0-SNAPSHOT</version>
7
<licenses>
8
<license>
9
<name>The Apache Licence, Version 2.0</name>
@@ -206,6 +206,9 @@
206
<plugin>
207
<artifactId>maven-gpg-plugin</artifactId>
208
<version>1.6</version>
209
+ <configuration>
210
+ <keyname>A143FB3D9A4D90CC76DE768495FD65EAEFC32F7E</keyname>
211
+ </configuration>
212
<executions>
213
<execution>
214
<phase>verify</phase>
0 commit comments