Skip to content

Commit da7853f

Browse files
committed
Revert "Set group to testing namespace"
This reverts commit 287cb8e.
1 parent 6df06d2 commit da7853f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bom/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616

1717
val sdkVersion: String by project
1818

19-
group = "com.sonatype.central.testing.amazon"
19+
group = "aws.smithy.kotlin"
2020
version = sdkVersion
2121
description = "Provides a BOM"
2222

codegen/smithy-aws-kotlin-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414

1515
val codegenVersion: String by project
1616
description = "Smithy codegen support for AWS protocols"
17-
group = "com.sonatype.central.testing.amazon"
17+
group = "software.amazon.smithy.kotlin"
1818
version = codegenVersion
1919

2020
dependencies {

codegen/smithy-kotlin-codegen-testutils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ extra["displayName"] = "Smithy :: Kotlin :: Codegen Utils"
1717
extra["moduleName"] = "software.amazon.smithy.kotlin.codegen.test"
1818

1919
val codegenVersion: String by project
20-
group = "com.sonatype.central.testing.amazon"
20+
group = "software.amazon.smithy.kotlin"
2121
version = codegenVersion
2222

2323
dependencies {

codegen/smithy-kotlin-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ extra["displayName"] = "Smithy :: Kotlin :: Codegen"
1717
extra["moduleName"] = "software.amazon.smithy.kotlin.codegen"
1818

1919
val codegenVersion: String by project
20-
group = "com.sonatype.central.testing.amazon"
20+
group = "software.amazon.smithy.kotlin"
2121
version = codegenVersion
2222

2323
val sdkVersion: String by project

runtime/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ val libraries = libs
7979

8080
subprojects {
8181
if (!needsKmpConfigured) return@subprojects
82-
group = "com.sonatype.central.testing.amazon"
82+
group = "aws.smithy.kotlin"
8383
version = sdkVersion
8484

8585
apply {

0 commit comments

Comments
 (0)