|
4 | 4 |
|
5 | 5 | <groupId>io.toolisticon.maven.parent</groupId> |
6 | 6 | <artifactId>maven-parent-kotlin-base</artifactId> |
7 | | - <version>2025.6.1</version> |
| 7 | + <version>2025.7.1</version> |
8 | 8 |
|
9 | 9 | <name>Maven Parent - Kotlin Base</name> |
10 | 10 | <description>Maven parent for a holistic kotlin lib project.</description> |
|
51 | 51 | <java.version>17</java.version> |
52 | 52 | <jdk.version>17</jdk.version> |
53 | 53 |
|
54 | | - <kotlinx-serialization.version>1.8.1</kotlinx-serialization.version> |
| 54 | + <kotlinx-serialization.version>1.9.0</kotlinx-serialization.version> |
55 | 55 | <kotlinx-coroutines.version>1.10.2</kotlinx-coroutines.version> |
56 | 56 | <kotlin-logging.version>7.0.7</kotlin-logging.version> |
57 | 57 |
|
|
1024 | 1024 | <groupId>org.apache.maven.plugins</groupId> |
1025 | 1025 | <artifactId>maven-gpg-plugin</artifactId> |
1026 | 1026 | </plugin> |
1027 | | - |
1028 | | - <!-- [RELEASE] NEXUS (version, config, execution) --> |
| 1027 | + <!-- [RELEASE] NEXUS (version, configuration) --> |
1029 | 1028 | <plugin> |
1030 | | - <groupId>org.sonatype.plugins</groupId> |
1031 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
| 1029 | + <groupId>org.sonatype.central</groupId> |
| 1030 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 1031 | + <version>0.8.0</version> |
| 1032 | + <extensions>true</extensions> |
1032 | 1033 | <configuration> |
1033 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
1034 | | - <serverId>ossrh</serverId> |
1035 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 1034 | + <publishingServerId>central</publishingServerId> |
| 1035 | + <autoPublish>true</autoPublish> |
1036 | 1036 | </configuration> |
1037 | | - <executions> |
1038 | | - <execution> |
1039 | | - <id>default-deploy</id> |
1040 | | - <phase>deploy</phase> |
1041 | | - <goals> |
1042 | | - <goal>deploy</goal> |
1043 | | - </goals> |
1044 | | - </execution> |
1045 | | - </executions> |
1046 | 1037 | </plugin> |
1047 | 1038 | </plugins> |
1048 | 1039 | </build> |
|
1065 | 1056 | <tag>HEAD</tag> |
1066 | 1057 | </scm> |
1067 | 1058 |
|
1068 | | - <distributionManagement> |
1069 | | - <snapshotRepository> |
1070 | | - <id>ossrh</id> |
1071 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
1072 | | - </snapshotRepository> |
1073 | | - <repository> |
1074 | | - <id>ossrh</id> |
1075 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
1076 | | - </repository> |
1077 | | - </distributionManagement> |
1078 | | - |
1079 | 1059 | <developers> |
1080 | 1060 | <developer> |
1081 | 1061 | <id>jangalinski</id> |
|
0 commit comments