Skip to content

Commit 3f20813

Browse files
committed
use 1.6 version of code signer
1 parent 1d1d3fe commit 3f20813

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

flapi-build-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-gpg-plugin</artifactId>
80-
<version>1.5</version>
80+
<version>1.6</version>
8181
<executions>
8282
<execution>
8383
<id>sign-artifacts</id>

flapi-descriptor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>org.apache.maven.plugins</groupId>
8787
<artifactId>maven-gpg-plugin</artifactId>
88-
<version>1.5</version>
88+
<version>1.6</version>
8989
<executions>
9090
<execution>
9191
<id>sign-artifacts</id>

flapi-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<plugin>
164164
<groupId>org.apache.maven.plugins</groupId>
165165
<artifactId>maven-gpg-plugin</artifactId>
166-
<version>1.5</version>
166+
<version>1.6</version>
167167
<executions>
168168
<execution>
169169
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)