Skip to content

Commit 369dac7

Browse files
authored
ci: update gpg profile
1 parent 628e330 commit 369dac7

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
@@ -460,25 +460,22 @@
460460
<id>gpg</id>
461461
<activation>
462462
<property>
463-
<name>env.gpg.passphrase</name>
463+
<name>env.MAVEN_GPG_PASSPHRASE</name>
464464
</property>
465465
</activation>
466466
<build>
467467
<plugins>
468468
<plugin>
469469
<groupId>org.apache.maven.plugins</groupId>
470470
<artifactId>maven-gpg-plugin</artifactId>
471-
<version>3.1.0</version>
471+
<version>3.2.7</version>
472472
<executions>
473473
<execution>
474474
<id>sign-artifacts</id>
475475
<phase>verify</phase>
476476
<goals>
477477
<goal>sign</goal>
478478
</goals>
479-
<configuration>
480-
<passphrase>${env.gpg.passphrase}</passphrase>
481-
</configuration>
482479
</execution>
483480
</executions>
484481
</plugin>

0 commit comments

Comments
 (0)