Skip to content

Commit 6ada344

Browse files
committed
ci: update gpg profile
1 parent 11ae63c commit 6ada344

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
@@ -414,25 +414,22 @@
414414
<id>gpg</id>
415415
<activation>
416416
<property>
417-
<name>env.gpg.passphrase</name>
417+
<name>env.MAVEN_GPG_PASSPHRASE</name>
418418
</property>
419419
</activation>
420420
<build>
421421
<plugins>
422422
<plugin>
423423
<groupId>org.apache.maven.plugins</groupId>
424424
<artifactId>maven-gpg-plugin</artifactId>
425-
<version>3.1.0</version>
425+
<version>3.2.7</version>
426426
<executions>
427427
<execution>
428428
<id>sign-artifacts</id>
429429
<phase>verify</phase>
430430
<goals>
431431
<goal>sign</goal>
432432
</goals>
433-
<configuration>
434-
<passphrase>${env.gpg.passphrase}</passphrase>
435-
</configuration>
436433
</execution>
437434
</executions>
438435
</plugin>

0 commit comments

Comments
 (0)