Skip to content

Commit 6fd95e3

Browse files
chore: update java group name (#2402)
This updates the java group name to `software.amazon.smithy.typescript` so that publishing can be isolated from base smithy.
1 parent 17afcbb commit 6fd95e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ allprojects {
2727
mavenLocal()
2828
mavenCentral()
2929
}
30-
group = "software.amazon.smithy"
30+
group = "software.amazon.smithy.typescript"
3131
version = "0.3.0"
3232
}
3333

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ dependencies {
2121
api("software.amazon.smithy:smithy-aws-traits:[1.7.0, 1.8.0[")
2222
api("software.amazon.smithy:smithy-waiters:[1.7.0, 1.8.0[")
2323
api("software.amazon.smithy:smithy-aws-iam-traits:[1.7.0, 1.8.0[")
24-
api("software.amazon.smithy:smithy-typescript-codegen:0.3.0")
24+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.3.0")
2525
}

0 commit comments

Comments
 (0)