Skip to content

Commit 76b6463

Browse files
committed
ci: update gpg profile
1 parent 2adc784 commit 76b6463

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
@@ -371,25 +371,22 @@
371371
<id>gpg</id>
372372
<activation>
373373
<property>
374-
<name>env.gpg.passphrase</name>
374+
<name>env.MAVEN_GPG_PASSPHRASE</name>
375375
</property>
376376
</activation>
377377
<build>
378378
<plugins>
379379
<plugin>
380380
<groupId>org.apache.maven.plugins</groupId>
381381
<artifactId>maven-gpg-plugin</artifactId>
382-
<version>3.1.0</version>
382+
<version>3.2.7</version>
383383
<executions>
384384
<execution>
385385
<id>sign-artifacts</id>
386386
<phase>verify</phase>
387387
<goals>
388388
<goal>sign</goal>
389389
</goals>
390-
<configuration>
391-
<passphrase>${env.gpg.passphrase}</passphrase>
392-
</configuration>
393390
</execution>
394391
</executions>
395392
</plugin>

0 commit comments

Comments
 (0)