Skip to content

Commit e5778c3

Browse files
committed
ci: update gpg profile
1 parent e36441d commit e5778c3

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
@@ -269,25 +269,22 @@
269269
<id>gpg</id>
270270
<activation>
271271
<property>
272-
<name>env.gpg.passphrase</name>
272+
<name>env.MAVEN_GPG_PASSPHRASE</name>
273273
</property>
274274
</activation>
275275
<build>
276276
<plugins>
277277
<plugin>
278278
<groupId>org.apache.maven.plugins</groupId>
279279
<artifactId>maven-gpg-plugin</artifactId>
280-
<version>3.1.0</version>
280+
<version>3.2.7</version>
281281
<executions>
282282
<execution>
283283
<id>sign-artifacts</id>
284284
<phase>verify</phase>
285285
<goals>
286286
<goal>sign</goal>
287287
</goals>
288-
<configuration>
289-
<passphrase>${env.gpg.passphrase}</passphrase>
290-
</configuration>
291288
</execution>
292289
</executions>
293290
</plugin>

0 commit comments

Comments
 (0)