We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f0a20 commit 516ddfaCopy full SHA for 516ddfa
1 file changed
pom.xml
@@ -7,7 +7,7 @@
7
<groupId>com.github.ua-parser</groupId>
8
<artifactId>uap-java</artifactId>
9
<packaging>jar</packaging>
10
- <version>1.5.4</version>
+ <version>1.5.4-SNAPSHOT</version>
11
<name>User Agent Parser for Java</name>
12
13
<description>
@@ -135,7 +135,7 @@
135
<plugin>
136
<groupId>org.apache.maven.plugins</groupId>
137
<artifactId>maven-gpg-plugin</artifactId>
138
- <version>1.6</version>
+ <version>3.0.1</version>
139
<executions>
140
<execution>
141
<id>sign-artifacts</id>
0 commit comments