Skip to content

Commit 368ebbe

Browse files
committed
ci: update gpg profile
1 parent b9ae06f commit 368ebbe

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
@@ -469,25 +469,22 @@
469469
<id>gpg</id>
470470
<activation>
471471
<property>
472-
<name>env.gpg.passphrase</name>
472+
<name>env.MAVEN_GPG_PASSPHRASE</name>
473473
</property>
474474
</activation>
475475
<build>
476476
<plugins>
477477
<plugin>
478478
<groupId>org.apache.maven.plugins</groupId>
479479
<artifactId>maven-gpg-plugin</artifactId>
480-
<version>3.1.0</version>
480+
<version>3.2.7</version>
481481
<executions>
482482
<execution>
483483
<id>sign-artifacts</id>
484484
<phase>verify</phase>
485485
<goals>
486486
<goal>sign</goal>
487487
</goals>
488-
<configuration>
489-
<passphrase>${env.gpg.passphrase}</passphrase>
490-
</configuration>
491488
</execution>
492489
</executions>
493490
</plugin>

0 commit comments

Comments
 (0)