File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
smithy-aws-kotlin-codegen
smithy-kotlin-codegen-testutils Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
1616
1717val sdkVersion: String by project
1818
19- group = " aws.smithy.kotlin "
19+ group = " com.sonatype.central.testing.amazon "
2020version = sdkVersion
2121description = " Provides a BOM"
2222
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins {
1414
1515val codegenVersion: String by project
1616description = " Smithy codegen support for AWS protocols"
17- group = " software.amazon.smithy.kotlin "
17+ group = " com.sonatype.central.testing.amazon "
1818version = codegenVersion
1919
2020dependencies {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ extra["displayName"] = "Smithy :: Kotlin :: Codegen Utils"
1717extra[" moduleName" ] = " software.amazon.smithy.kotlin.codegen.test"
1818
1919val codegenVersion: String by project
20- group = " software.amazon.smithy.kotlin "
20+ group = " com.sonatype.central.testing.amazon "
2121version = codegenVersion
2222
2323dependencies {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ extra["displayName"] = "Smithy :: Kotlin :: Codegen"
1717extra[" moduleName" ] = " software.amazon.smithy.kotlin.codegen"
1818
1919val codegenVersion: String by project
20- group = " software.amazon.smithy.kotlin "
20+ group = " com.sonatype.central.testing.amazon "
2121version = codegenVersion
2222
2323val sdkVersion: String by project
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ val libraries = libs
2626
2727subprojects {
2828 if (! needsKmpConfigured) return @subprojects
29- group = " aws.smithy.kotlin "
29+ group = " com.sonatype.central.testing.amazon "
3030 version = sdkVersion
3131
3232 apply {
You can’t perform that action at this time.
0 commit comments