|
3 | 3 |
|
4 | 4 | <groupId>com.spt-development</groupId>
|
5 | 5 | <artifactId>spt-development-logging-spring-boot</artifactId>
|
6 |
| - <version>3.4.6-SNAPSHOT</version> |
| 6 | + <version>3.5.0-SNAPSHOT</version> |
7 | 7 |
|
8 | 8 | <name>logging-spring-boot</name>
|
9 | 9 | <description>Library for integrating spt-development/spt-development-logging-spring into a Spring Boot application.</description>
|
|
40 | 40 | <maven.min.version>3.9.4</maven.min.version>
|
41 | 41 |
|
42 | 42 | <!-- Dependency versions -->
|
43 |
| - <spring-boot.version>3.4.5</spring-boot.version> |
| 43 | + <spring-boot.version>3.5.0</spring-boot.version> |
44 | 44 | <spt-cid.version>2.0.15</spt-cid.version>
|
45 |
| - <spt-logging-spring.version>3.2.9</spt-logging-spring.version> |
| 45 | + <spt-logging-spring.version>3.2.10</spt-logging-spring.version> |
46 | 46 |
|
47 | 47 | <!-- Plugin versions -->
|
48 | 48 | <build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
|
| 49 | + <central-publishing-plugin.version>0.7.0</central-publishing-plugin.version> |
49 | 50 | <checkstyle-maven-plugin.version>3.6.0</checkstyle-maven-plugin.version>
|
50 | 51 | <dependency-check-maven.version>12.1.1</dependency-check-maven.version>
|
51 | 52 | <jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
|
|
61 | 62 | <maven-scm-plugin.version>2.1.0</maven-scm-plugin.version>
|
62 | 63 | <maven-source-plugin.version>3.3.1</maven-source-plugin.version>
|
63 | 64 | <maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
|
64 |
| - <nexus-staging-plugin.version>1.7.0</nexus-staging-plugin.version> |
65 |
| - <pitest-maven.version>1.19.1</pitest-maven.version> |
| 65 | + <pitest-maven.version>1.19.4</pitest-maven.version> |
66 | 66 | <spotbugs.version>4.9.3.0</spotbugs.version>
|
67 | 67 | <versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>
|
68 | 68 |
|
69 | 69 | <!-- Plugin dependencies -->
|
70 |
| - <checkstyle.version>10.23.1</checkstyle.version> |
| 70 | + <checkstyle.version>10.24.0</checkstyle.version> |
71 | 71 | <findbugs-slf4j-bug-pattern.version>1.5.0</findbugs-slf4j-bug-pattern.version>
|
72 | 72 | <findbugs-sec-bug-pattern.version>1.14.0</findbugs-sec-bug-pattern.version>
|
73 |
| - <pitest-junit5-plugin.version>1.2.2</pitest-junit5-plugin.version> |
| 73 | + <pitest-junit5-plugin.version>1.2.3</pitest-junit5-plugin.version> |
74 | 74 | <pmd.version>7.13.0</pmd.version>
|
75 | 75 | <slf4j.version>2.0.17</slf4j.version>
|
76 | 76 | </properties>
|
|
380 | 380 | <version>${pitest-maven.version}</version>
|
381 | 381 | </plugin>
|
382 | 382 | <plugin>
|
383 |
| - <groupId>org.sonatype.plugins</groupId> |
384 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
385 |
| - <version>${nexus-staging-plugin.version}</version> |
| 383 | + <groupId>org.sonatype.central</groupId> |
| 384 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 385 | + <version>${central-publishing-plugin.version}</version> |
386 | 386 | </plugin>
|
387 | 387 | </plugins>
|
388 | 388 | </pluginManagement>
|
|
634 | 634 | <!-- Version defined in pluginManagement section -->
|
635 | 635 | </plugin>
|
636 | 636 | <plugin>
|
637 |
| - <groupId>org.sonatype.plugins</groupId> |
638 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
| 637 | + <groupId>org.sonatype.central</groupId> |
| 638 | + <artifactId>central-publishing-maven-plugin</artifactId> |
639 | 639 | <extensions>true</extensions>
|
640 | 640 | <configuration>
|
641 |
| - <serverId>ossrh</serverId> |
642 |
| - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
643 |
| - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 641 | + <publishingServerId>central</publishingServerId> |
| 642 | + <autoPublish>true</autoPublish> |
| 643 | + <waitUntil>published</waitUntil> |
644 | 644 | </configuration>
|
645 | 645 | <!-- Version defined in pluginManagement section -->
|
646 | 646 | </plugin>
|
|
662 | 662 | </plugin>
|
663 | 663 | <plugin>
|
664 | 664 | <groupId>org.sonatype.plugins</groupId>
|
665 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
| 665 | + <artifactId>central-publishing-maven-plugin</artifactId> |
666 | 666 | <!-- Version and configuration etc defined in pluginManagement section -->
|
667 | 667 | </plugin>
|
668 | 668 | </plugins>
|
|
691 | 691 | <id>github</id>
|
692 | 692 | <url>https://github.com/spt-development/spt-development-logging-spring-boot</url>
|
693 | 693 | </site>
|
694 |
| - <repository> |
695 |
| - <id>ossrh</id> |
696 |
| - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
697 |
| - </repository> |
698 |
| - <snapshotRepository> |
699 |
| - <id>ossrh</id> |
700 |
| - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
701 |
| - </snapshotRepository> |
702 | 694 | </distributionManagement>
|
703 | 695 | </project>
|
0 commit comments