Skip to content

Commit fea7c71

Browse files
committed
ci: update gpg profile
1 parent fdfdf71 commit fea7c71

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
@@ -442,25 +442,22 @@
442442
<id>gpg</id>
443443
<activation>
444444
<property>
445-
<name>env.gpg.passphrase</name>
445+
<name>env.MAVEN_GPG_PASSPHRASE</name>
446446
</property>
447447
</activation>
448448
<build>
449449
<plugins>
450450
<plugin>
451451
<groupId>org.apache.maven.plugins</groupId>
452452
<artifactId>maven-gpg-plugin</artifactId>
453-
<version>3.1.0</version>
453+
<version>3.2.7</version>
454454
<executions>
455455
<execution>
456456
<id>sign-artifacts</id>
457457
<phase>verify</phase>
458458
<goals>
459459
<goal>sign</goal>
460460
</goals>
461-
<configuration>
462-
<passphrase>${env.gpg.passphrase}</passphrase>
463-
</configuration>
464461
</execution>
465462
</executions>
466463
</plugin>

0 commit comments

Comments
 (0)