Skip to content

Commit ce76c2a

Browse files
committed
ci: update gpg profile
1 parent 3abdb2e commit ce76c2a

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
@@ -496,25 +496,22 @@
496496
<id>gpg</id>
497497
<activation>
498498
<property>
499-
<name>env.gpg.passphrase</name>
499+
<name>env.MAVEN_GPG_PASSPHRASE</name>
500500
</property>
501501
</activation>
502502
<build>
503503
<plugins>
504504
<plugin>
505505
<groupId>org.apache.maven.plugins</groupId>
506506
<artifactId>maven-gpg-plugin</artifactId>
507-
<version>3.1.0</version>
507+
<version>3.2.7</version>
508508
<executions>
509509
<execution>
510510
<id>sign-artifacts</id>
511511
<phase>verify</phase>
512512
<goals>
513513
<goal>sign</goal>
514514
</goals>
515-
<configuration>
516-
<passphrase>${env.gpg.passphrase}</passphrase>
517-
</configuration>
518515
</execution>
519516
</executions>
520517
</plugin>

0 commit comments

Comments
 (0)