File tree Expand file tree Collapse file tree 3 files changed +14
-50
lines changed Expand file tree Collapse file tree 3 files changed +14
-50
lines changed Original file line number Diff line number Diff line change 6868 </compilerArgs >
6969 </configuration >
7070 </plugin >
71- <plugin >
72- <groupId >org.apache.maven.plugins</groupId >
73- <artifactId >maven-gpg-plugin</artifactId >
74- <version >3.0.1</version >
75- <executions >
76- <execution >
77- <id >sign-artifacts</id >
78- <phase >verify</phase >
79- <goals >
80- <goal >sign</goal >
81- </goals >
82- </execution >
83- </executions >
84- </plugin >
85- <plugin >
86- <groupId >org.sonatype.plugins</groupId >
87- <artifactId >nexus-staging-maven-plugin</artifactId >
88- <version >1.6.13</version >
89- <extensions >true</extensions >
90- <configuration >
91- <serverId >ossrh</serverId >
92- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
93- <autoReleaseAfterClose >true</autoReleaseAfterClose >
94- </configuration >
95- </plugin >
9671 <plugin >
9772 <artifactId >maven-surefire-plugin</artifactId >
9873 <version >2.22.1</version >
Original file line number Diff line number Diff line change 7474
7575 <build >
7676 <plugins >
77+ <plugin >
78+ <groupId >org.apache.maven.plugins</groupId >
79+ <artifactId >maven-gpg-plugin</artifactId >
80+ <version >3.0.1</version >
81+ <executions >
82+ <execution >
83+ <id >sign-artifacts</id >
84+ <phase >verify</phase >
85+ <goals >
86+ <goal >sign</goal >
87+ </goals >
88+ </execution >
89+ </executions >
90+ </plugin >
7791 <plugin >
7892 <groupId >org.apache.maven.plugins</groupId >
7993 <artifactId >maven-javadoc-plugin</artifactId >
Original file line number Diff line number Diff line change 5959 <artifactId >maven-compiler-plugin</artifactId >
6060 <version >3.8.0</version >
6161 </plugin >
62- <plugin >
63- <groupId >org.apache.maven.plugins</groupId >
64- <artifactId >maven-gpg-plugin</artifactId >
65- <version >3.0.1</version >
66- <executions >
67- <execution >
68- <id >sign-artifacts</id >
69- <phase >verify</phase >
70- <goals >
71- <goal >sign</goal >
72- </goals >
73- </execution >
74- </executions >
75- </plugin >
76- <plugin >
77- <groupId >org.sonatype.plugins</groupId >
78- <artifactId >nexus-staging-maven-plugin</artifactId >
79- <version >1.6.13</version >
80- <extensions >true</extensions >
81- <configuration >
82- <serverId >ossrh</serverId >
83- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
84- <autoReleaseAfterClose >true</autoReleaseAfterClose >
85- </configuration >
86- </plugin >
8762 <plugin >
8863 <artifactId >maven-surefire-plugin</artifactId >
8964 <version >2.22.1</version >
You can’t perform that action at this time.
0 commit comments