File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 1919 <parent >
2020 <groupId >wtf.metio.maven.parents</groupId >
2121 <artifactId >maven-parents-java-stable</artifactId >
22- <version >2023.10.27 </version >
22+ <version >2023.11.24 </version >
2323 </parent >
2424
2525 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
7272
7373 <pit .mutationCoverage>65</pit .mutationCoverage>
7474 <pmd .skip>true</pmd .skip>
75+ <pgp .skip>true</pgp .skip>
7576 </properties >
7677
7778 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
368369 </build >
369370
370371 <profiles >
372+ <profile >
373+ <id >release</id >
374+ <build >
375+ <plugins >
376+ <plugin >
377+ <groupId >org.simplify4u.plugins</groupId >
378+ <artifactId >sign-maven-plugin</artifactId >
379+ <version >1.0.1</version >
380+ <executions >
381+ <execution >
382+ <goals >
383+ <goal >sign</goal >
384+ </goals >
385+ </execution >
386+ </executions >
387+ </plugin >
388+ </plugins >
389+ </build >
390+ </profile >
371391 <profile >
372392 <id >native-linux</id >
373393 <activation >
You can’t perform that action at this time.
0 commit comments