File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 167167 <plugin >
168168 <groupId >org.apache.maven.plugins</groupId >
169169 <artifactId >maven-surefire-plugin</artifactId >
170- <version >3.5.2 </version >
170+ <version >3.5.3 </version >
171171 <configuration >
172172 <environmentVariables >
173173 <TESTCONTAINERS_REUSE_ENABLE >true</TESTCONTAINERS_REUSE_ENABLE >
213213 <plugin >
214214 <groupId >org.jacoco</groupId >
215215 <artifactId >jacoco-maven-plugin</artifactId >
216- <version >0.8.12 </version >
216+ <version >0.8.13 </version >
217217 <executions >
218218 <execution >
219219 <id >jacoco-prepare-agent</id >
288288 </configuration >
289289 </plugin >
290290 <plugin >
291- <groupId >org.sonatype.plugins </groupId >
292- <artifactId >nexus-staging -maven-plugin</artifactId >
293- <version >1 .7.0</version >
291+ <groupId >org.sonatype.central </groupId >
292+ <artifactId >central-publishing -maven-plugin</artifactId >
293+ <version >0 .7.0</version >
294294 <extensions >true</extensions >
295295 <configuration >
296- <serverId >ossrh-s01</serverId >
297- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
298- <autoReleaseAfterClose >false</autoReleaseAfterClose >
296+ <publishingServerId >ossrh-s01</publishingServerId >
299297 </configuration >
300298 </plugin >
301299 </plugins >
You can’t perform that action at this time.
0 commit comments