File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 282282 <artifactId >coveralls-maven-plugin</artifactId >
283283 <version >4.3.0</version >
284284 </plugin >
285- <plugin >
286- <groupId >org.apache.maven.plugins</groupId >
287- <artifactId >maven-gpg-plugin</artifactId >
288- <version >1.6</version >
289- <executions >
290- <execution >
291- <id >sign-artifacts</id >
292- <phase >verify</phase >
293- <goals >
294- <goal >sign</goal >
295- </goals >
296- </execution >
297- </executions >
298- </plugin >
299285 </plugins >
300286 </pluginManagement >
301287
340326 <autoReleaseAfterClose >true</autoReleaseAfterClose >
341327 </configuration >
342328 </plugin >
329+ <plugin >
330+ <groupId >org.apache.maven.plugins</groupId >
331+ <artifactId >maven-gpg-plugin</artifactId >
332+ <version >1.6</version >
333+ <executions >
334+ <execution >
335+ <id >sign-artifacts</id >
336+ <phase >verify</phase >
337+ <goals >
338+ <goal >sign</goal >
339+ </goals >
340+ </execution >
341+ </executions >
342+ </plugin >
343343 </plugins >
344344 </build >
345345
You can’t perform that action at this time.
0 commit comments