Skip to content

Commit 2973399

Browse files
committed
ci: update gpg profile
1 parent 4fe3544 commit 2973399

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -487,25 +487,22 @@
487487
<id>gpg</id>
488488
<activation>
489489
<property>
490-
<name>env.gpg.passphrase</name>
490+
<name>env.MAVEN_GPG_PASSPHRASE</name>
491491
</property>
492492
</activation>
493493
<build>
494494
<plugins>
495495
<plugin>
496496
<groupId>org.apache.maven.plugins</groupId>
497497
<artifactId>maven-gpg-plugin</artifactId>
498-
<version>3.1.0</version>
498+
<version>3.2.7</version>
499499
<executions>
500500
<execution>
501501
<id>sign-artifacts</id>
502502
<phase>verify</phase>
503503
<goals>
504504
<goal>sign</goal>
505505
</goals>
506-
<configuration>
507-
<passphrase>${env.gpg.passphrase}</passphrase>
508-
</configuration>
509506
</execution>
510507
</executions>
511508
</plugin>

0 commit comments

Comments
 (0)