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 = " com.sonatype.central.testing.amazon "
19+ group = " aws.smithy.kotlin "
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 = " com.sonatype.central.testing.amazon "
17+ group = " software.amazon.smithy.kotlin "
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 = " com.sonatype.central.testing.amazon "
20+ group = " software.amazon.smithy.kotlin "
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 = " com.sonatype.central.testing.amazon "
20+ group = " software.amazon.smithy.kotlin "
2121version = codegenVersion
2222
2323val sdkVersion: String by project
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ val libraries = libs
7979
8080subprojects {
8181 if (! needsKmpConfigured) return @subprojects
82- group = " com.sonatype.central.testing.amazon "
82+ group = " aws.smithy.kotlin "
8383 version = sdkVersion
8484
8585 apply {
You can’t perform that action at this time.
0 commit comments