256256 <plugin >
257257 <groupId >org.apache.maven.plugins</groupId >
258258 <artifactId >maven-javadoc-plugin</artifactId >
259- <version >3.11.2 </version >
259+ <version >3.12.0 </version >
260260 <executions >
261261 <execution >
262262 <id >attach-javadocs</id >
273273 <plugin >
274274 <groupId >org.apache.maven.plugins</groupId >
275275 <artifactId >maven-gpg-plugin</artifactId >
276- <version >3.2.7 </version >
276+ <version >3.2.8 </version >
277277 <executions >
278278 <execution >
279279 <id >sign-artifacts</id >
291291 </executions >
292292 </plugin >
293293 <plugin >
294- <groupId >org.sonatype.plugins </groupId >
295- <artifactId >nexus-staging -maven-plugin</artifactId >
296- <version >1.7 .0</version >
294+ <groupId >org.sonatype.central </groupId >
295+ <artifactId >central-publishing -maven-plugin</artifactId >
296+ <version >0.9 .0</version >
297297 <extensions >true</extensions >
298298 <configuration >
299- <serverId >ossrh</serverId >
300- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
301- <autoReleaseAfterClose >true</autoReleaseAfterClose >
299+ <autoPublish >true</autoPublish >
300+ <waitUntil >published</waitUntil >
302301 </configuration >
303302 </plugin >
304303 </plugins >
330329 <plugin >
331330 <groupId >org.apache.maven.plugins</groupId >
332331 <artifactId >maven-compiler-plugin</artifactId >
333- <version >3.14.0 </version >
332+ <version >3.14.1 </version >
334333 <configuration >
335334 <release >${maven.compiler.release} </release >
335+ <annotationProcessorPaths >
336+ <path >
337+ <groupId >org.projectlombok</groupId >
338+ <artifactId >lombok</artifactId >
339+ <version >${lombok.version} </version >
340+ </path >
341+ </annotationProcessorPaths >
336342 </configuration >
337343 </plugin >
338344 <plugin >
356362 <plugin >
357363 <groupId >io.github.git-commit-id</groupId >
358364 <artifactId >git-commit-id-maven-plugin</artifactId >
359- <version >9.0.1 </version >
365+ <version >9.0.2 </version >
360366 <executions >
361367 <execution >
362368 <id >git-info</id >
379385 </plugin >
380386 </plugins >
381387 </build >
382-
383- <distributionManagement >
384- <repository >
385- <id >ossrh</id >
386- <name >Maven Central</name >
387- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
388- </repository >
389- </distributionManagement >
390- </project >
388+ </project >
0 commit comments