Skip to content

Commit 6c0509f

Browse files
committed
ci: update gpg profile
1 parent 94e0735 commit 6c0509f

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
@@ -449,25 +449,22 @@
449449
<id>gpg</id>
450450
<activation>
451451
<property>
452-
<name>env.gpg.passphrase</name>
452+
<name>env.MAVEN_GPG_PASSPHRASE</name>
453453
</property>
454454
</activation>
455455
<build>
456456
<plugins>
457457
<plugin>
458458
<groupId>org.apache.maven.plugins</groupId>
459459
<artifactId>maven-gpg-plugin</artifactId>
460-
<version>3.1.0</version>
460+
<version>3.2.7</version>
461461
<executions>
462462
<execution>
463463
<id>sign-artifacts</id>
464464
<phase>verify</phase>
465465
<goals>
466466
<goal>sign</goal>
467467
</goals>
468-
<configuration>
469-
<passphrase>${env.gpg.passphrase}</passphrase>
470-
</configuration>
471468
</execution>
472469
</executions>
473470
</plugin>

0 commit comments

Comments
 (0)