Skip to content

Commit 8d03386

Browse files
committed
ci: update gpg profile
1 parent 8ecd74c commit 8d03386

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

pom.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -326,28 +326,25 @@
326326
<id>gpg</id>
327327
<activation>
328328
<property>
329-
<name>env.gpg.passphrase</name>
329+
<name>env.MAVEN_GPG_PASSPHRASE</name>
330330
</property>
331331
</activation>
332332
<build>
333333
<plugins>
334334
<plugin>
335335
<groupId>org.apache.maven.plugins</groupId>
336336
<artifactId>maven-gpg-plugin</artifactId>
337-
<version>3.1.0</version>
337+
<version>3.2.7</version>
338338
<executions>
339339
<execution>
340340
<id>sign-artifacts</id>
341341
<phase>verify</phase>
342342
<goals>
343343
<goal>sign</goal>
344344
</goals>
345-
<configuration>
346-
<passphrase>${env.gpg.passphrase}</passphrase>
347-
</configuration>
348-
</execution>
349-
</executions>
350-
</plugin>
345+
</execution>
346+
</executions>
347+
</plugin>
351348
</plugins>
352349
</build>
353350
</profile>

0 commit comments

Comments
 (0)