Skip to content

Commit 3eb9f0f

Browse files
committed
Fix gpg version and default key ring disabled [ci deploy]
1 parent ec1d970 commit 3eb9f0f

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.ci/settings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<gpg.executable>gpg</gpg.executable>
2121
<gpg.keyname>${env.GPG_KEY_NAME}</gpg.keyname>
2222
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
23+
<gpg.defaultKeyring>false</gpg.defaultKeyring>
2324
<gpg.secretKeyring>.ci/secret.asc</gpg.secretKeyring>
2425
</properties>
2526
</profile>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@
214214
<plugin>
215215
<groupId>org.apache.maven.plugins</groupId>
216216
<artifactId>maven-gpg-plugin</artifactId>
217+
<version>3.0.1</version>
217218
<executions>
218219
<execution>
219220
<id>sign-artifacts</id>

spring-cloud-starter-zuul-ratelimit/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<plugin>
4141
<groupId>org.apache.maven.plugins</groupId>
4242
<artifactId>maven-gpg-plugin</artifactId>
43+
<version>3.0.1</version>
4344
<executions>
4445
<execution>
4546
<id>sign-artifacts</id>

spring-cloud-zuul-ratelimit-core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@
176176
<plugin>
177177
<groupId>org.apache.maven.plugins</groupId>
178178
<artifactId>maven-gpg-plugin</artifactId>
179+
<version>3.0.1</version>
179180
<executions>
180181
<execution>
181182
<id>sign-artifacts</id>

spring-cloud-zuul-ratelimit-dependencies/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-gpg-plugin</artifactId>
83+
<version>3.0.1</version>
8384
<executions>
8485
<execution>
8586
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)