File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 4242 <lombok .version>1.18.38</lombok .version>
4343 <maven-compiler-plugin .version>3.14.0</maven-compiler-plugin .version>
4444 <central-publishing-maven-plugin .version>0.8.0</central-publishing-maven-plugin .version>
45- <maven-gpg-plugin .version>3.2.8</maven-gpg-plugin .version>
4645 <maven-assembly-plugin .version>3.7.1</maven-assembly-plugin .version>
4746 <maven-source-plugin .version>3.3.1</maven-source-plugin .version>
4847 <maven-javadoc-plugin .version>3.11.2</maven-javadoc-plugin .version>
213212 <localCheckout >true</localCheckout >
214213 </configuration >
215214 </plugin >
216- <plugin >
217- <groupId >org.apache.maven.plugins</groupId >
218- <artifactId >maven-gpg-plugin</artifactId >
219- <version >${maven-gpg-plugin.version}</version >
220- <executions >
221- <execution >
222- <id >sign-artifacts</id >
223- <phase >verify</phase >
224- <goals >
225- <goal >sign</goal >
226- </goals >
227- </execution >
228- </executions >
229- </plugin >
230215 <plugin >
231216 <groupId >org.apache.maven.plugins</groupId >
232217 <artifactId >maven-source-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments