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 167
167
<plugin >
168
168
<groupId >org.apache.maven.plugins</groupId >
169
169
<artifactId >maven-surefire-plugin</artifactId >
170
- <version >3.5.2 </version >
170
+ <version >3.5.3 </version >
171
171
<configuration >
172
172
<environmentVariables >
173
173
<TESTCONTAINERS_REUSE_ENABLE >true</TESTCONTAINERS_REUSE_ENABLE >
213
213
<plugin >
214
214
<groupId >org.jacoco</groupId >
215
215
<artifactId >jacoco-maven-plugin</artifactId >
216
- <version >0.8.12 </version >
216
+ <version >0.8.13 </version >
217
217
<executions >
218
218
<execution >
219
219
<id >jacoco-prepare-agent</id >
288
288
</configuration >
289
289
</plugin >
290
290
<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 >
294
294
<extensions >true</extensions >
295
295
<configuration >
296
- <serverId >ossrh-s01</serverId >
297
- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
298
- <autoReleaseAfterClose >false</autoReleaseAfterClose >
296
+ <publishingServerId >ossrh-s01</publishingServerId >
299
297
</configuration >
300
298
</plugin >
301
299
</plugins >
You can’t perform that action at this time.
0 commit comments