File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ subprojects {
3232 plugin(libraries.plugins.aws.kotlin.repo.tools.kmp.get().pluginId)
3333 }
3434
35- // TODO Use configurePublishing when migrating to Maven Central
35+ // TODO Use configurePublishing when migrating to Sonatype Publisher API / JReleaser
3636 configureNexusPublishing(" aws-sdk-kotlin" )
3737
3838 kotlin {
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ fun DependencyConstraintHandler.api(constraintNotation: Any) =
9898
9999createBomConstraintsAndVersionCatalog()
100100
101- // TODO Use configurePublishing when migrating to Maven Central
101+ // TODO Use configurePublishing when migrating to Sonatype Publisher API / JReleaser
102102configureNexusPublishing(" aws-sdk-kotlin" )
103103
104104publishing {
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ val hllPreviewVersion = if (sdkVersion.contains("-SNAPSHOT")) { // e.g. 1.3.29-b
4646subprojects {
4747 group = " aws.sdk.kotlin"
4848 version = hllPreviewVersion
49- // TODO Use configurePublishing when migrating to Maven Central
49+ // TODO Use configurePublishing when migrating to Sonatype Publisher API / JReleaser
5050 configureNexusPublishing(" aws-sdk-kotlin" )
5151}
5252
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ subprojects {
135135 }
136136 }
137137
138- // TODO Use configurePublishing when migrating to Maven Central
138+ // TODO Use configurePublishing when migrating to Sonatype Publisher API / JReleaser
139139 configureNexusPublishing(" aws-sdk-kotlin" )
140140
141141 publishing {
You can’t perform that action at this time.
0 commit comments