|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 4 | <modelVersion>4.0.0</modelVersion> |
4 | 5 |
|
5 | 6 | <groupId>io.github.fslev</groupId> |
|
20 | 21 | <properties> |
21 | 22 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
22 | 23 | <surefire.version>3.5.3</surefire.version> |
23 | | - <jtest.utils.version>6.0</jtest.utils.version> |
| 24 | + <jtest.utils.version>6.1</jtest.utils.version> |
24 | 25 | <cucumber.min.version>6.10.0</cucumber.min.version> |
25 | 26 | <guice.min.version>4.2.1</guice.min.version> |
26 | 27 | <spring-expression-version>5.3.39</spring-expression-version> |
|
215 | 216 | </executions> |
216 | 217 | </plugin> |
217 | 218 | <plugin> |
218 | | - <artifactId>maven-deploy-plugin</artifactId> |
219 | | - <version>3.1.4</version> |
220 | | - <executions> |
221 | | - <execution> |
222 | | - <id>default-deploy</id> |
223 | | - <phase>deploy</phase> |
224 | | - <goals> |
225 | | - <goal>deploy</goal> |
226 | | - </goals> |
227 | | - </execution> |
228 | | - </executions> |
229 | | - </plugin> |
230 | | - <plugin> |
231 | | - <groupId>org.sonatype.plugins</groupId> |
232 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
233 | | - <version>1.7.0</version> |
| 219 | + <groupId>org.sonatype.central</groupId> |
| 220 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 221 | + <version>0.8.0</version> |
234 | 222 | <extensions>true</extensions> |
235 | 223 | <configuration> |
236 | | - <serverId>ossrh</serverId> |
237 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
238 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 224 | + <publishingServerId>central</publishingServerId> |
| 225 | + <autoPublish>true</autoPublish> |
239 | 226 | </configuration> |
240 | 227 | </plugin> |
241 | 228 | </plugins> |
|
357 | 344 | <tag>HEAD</tag> |
358 | 345 | </scm> |
359 | 346 |
|
360 | | - <distributionManagement> |
361 | | - <snapshotRepository> |
362 | | - <id>ossrh</id> |
363 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
364 | | - </snapshotRepository> |
365 | | - <repository> |
366 | | - <id>ossrh</id> |
367 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ |
368 | | - </url> |
369 | | - </repository> |
370 | | - </distributionManagement> |
371 | | - |
372 | 347 | <licenses> |
373 | 348 | <license> |
374 | 349 | <name>Apache License, Version 2.0</name> |
|
0 commit comments