Skip to content

Commit 9ef02c9

Browse files
committed
Use Maven Central instead of Nexus
1 parent 50b241a commit 9ef02c9

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
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>
@@ -213,7 +213,7 @@
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>
@@ -288,14 +288,12 @@
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>

0 commit comments

Comments
 (0)