|
12 | 12 | <properties> |
13 | 13 | <revision>4.1.0</revision> |
14 | 14 | <java.version>17</java.version> |
15 | | - <junit.version>5.11.4</junit.version> |
| 15 | + <junit.version>5.12.2</junit.version> |
16 | 16 | <maven.surefire.version>3.5.2</maven.surefire.version> |
17 | 17 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
18 | 18 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
|
48 | 48 | <developerConnection>scm:git:https://github.com/itsallcode/openfasttrace.git</developerConnection> |
49 | 49 | <url>https://github.com/itsallcode/openfasttrace</url> |
50 | 50 | </scm> |
51 | | - <distributionManagement> |
52 | | - <snapshotRepository> |
53 | | - <id>ossrh</id> |
54 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
55 | | - </snapshotRepository> |
56 | | - <repository> |
57 | | - <id>ossrh</id> |
58 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
59 | | - </repository> |
60 | | - </distributionManagement> |
61 | 51 | <dependencies> |
62 | 52 | <dependency> |
63 | 53 | <groupId>org.junit.jupiter</groupId> |
|
219 | 209 | <dependency> |
220 | 210 | <groupId>org.mockito</groupId> |
221 | 211 | <artifactId>mockito-junit-jupiter</artifactId> |
222 | | - <version>5.15.2</version> |
| 212 | + <version>5.18.0</version> |
223 | 213 | <scope>test</scope> |
224 | 214 | </dependency> |
225 | 215 | <dependency> |
|
237 | 227 | <dependency> |
238 | 228 | <groupId>nl.jqno.equalsverifier</groupId> |
239 | 229 | <artifactId>equalsverifier</artifactId> |
240 | | - <version>3.18.1</version> |
| 230 | + <version>4.0</version> |
241 | 231 | <scope>test</scope> |
242 | 232 | </dependency> |
243 | 233 | <dependency> |
|
250 | 240 | </dependencyManagement> |
251 | 241 | <profiles> |
252 | 242 | <profile> |
253 | | - <id>ossrh</id> |
| 243 | + <id>central-publishing</id> |
254 | 244 | <build> |
255 | 245 | <plugins> |
256 | 246 | <plugin> |
257 | | - <groupId>org.sonatype.plugins</groupId> |
258 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
| 247 | + <groupId>org.sonatype.central</groupId> |
| 248 | + <artifactId>central-publishing-maven-plugin</artifactId> |
259 | 249 | </plugin> |
260 | 250 | <plugin> |
261 | 251 | <groupId>org.apache.maven.plugins</groupId> |
|
666 | 656 | </dependencies> |
667 | 657 | </plugin> |
668 | 658 | <plugin> |
669 | | - <groupId>org.sonatype.plugins</groupId> |
670 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
671 | | - <version>1.7.0</version> |
| 659 | + <groupId>org.sonatype.central</groupId> |
| 660 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 661 | + <version>0.7.0</version> |
672 | 662 | <extensions>true</extensions> |
673 | 663 | <configuration> |
674 | | - <serverId>ossrh</serverId> |
675 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
676 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 664 | + <publishingServerId>central</publishingServerId> |
| 665 | + <autoPublish>true</autoPublish> |
| 666 | + <waitUntil>validated</waitUntil> |
677 | 667 | </configuration> |
678 | 668 | </plugin> |
679 | 669 | <plugin> |
|
0 commit comments