Skip to content

Commit 516ddfa

Browse files
committed
Revert "chore: downgrade maven gpg plugin. new version is blocking deploy"
This reverts commit 85f0a20. the issue was my expired gpg key
1 parent 85f0a20 commit 516ddfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.github.ua-parser</groupId>
88
<artifactId>uap-java</artifactId>
99
<packaging>jar</packaging>
10-
<version>1.5.4</version>
10+
<version>1.5.4-SNAPSHOT</version>
1111
<name>User Agent Parser for Java</name>
1212

1313
<description>
@@ -135,7 +135,7 @@
135135
<plugin>
136136
<groupId>org.apache.maven.plugins</groupId>
137137
<artifactId>maven-gpg-plugin</artifactId>
138-
<version>1.6</version>
138+
<version>3.0.1</version>
139139
<executions>
140140
<execution>
141141
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)