File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments