Skip to content

Commit 2b8c66a

Browse files
Update java group name
This updates the java group name to `software.amazon.smithy.typescript` so that publishing can be isolated from base smithy.
1 parent 7636cb0 commit 2b8c66a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ plugins {
2424
}
2525

2626
allprojects {
27-
group = "software.amazon.smithy"
27+
group = "software.amazon.smithy.typescript"
2828
version = "0.3.0"
2929
}
3030

smithy-typescript-integ-tests/codegen/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ buildscript {
2121
mavenCentral()
2222
}
2323
dependencies {
24-
classpath 'software.amazon.smithy:smithy-typescript-codegen:0.3.0'
25-
classpath 'software.amazon.smithy:smithy-aws-typescript-codegen:0.3.0'
24+
classpath 'software.amazon.smithy.typescript:smithy-typescript-codegen:0.3.0'
25+
classpath 'software.amazon.smithy.typescript:smithy-aws-typescript-codegen:0.3.0'
2626
classpath "software.amazon.smithy:smithy-model:1.7.2"
2727
}
2828
}

0 commit comments

Comments
 (0)