Skip to content

Commit 2b934e2

Browse files
authored
ci: update gpg profile
1 parent 8d27364 commit 2b934e2

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

0 commit comments

Comments
 (0)