diff --git a/build.gradle.kts b/build.gradle.kts index 7e010548393..54cd963dba5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ plugins { } allprojects { - group = "software.amazon.smithy" + group = "software.amazon.smithy.typescript" version = "0.3.0" } diff --git a/smithy-typescript-integ-tests/codegen/build.gradle b/smithy-typescript-integ-tests/codegen/build.gradle index a7fe87abae1..22effdaa80d 100644 --- a/smithy-typescript-integ-tests/codegen/build.gradle +++ b/smithy-typescript-integ-tests/codegen/build.gradle @@ -21,8 +21,8 @@ buildscript { mavenCentral() } dependencies { - classpath 'software.amazon.smithy:smithy-typescript-codegen:0.3.0' - classpath 'software.amazon.smithy:smithy-aws-typescript-codegen:0.3.0' + classpath 'software.amazon.smithy.typescript:smithy-typescript-codegen:0.3.0' + classpath 'software.amazon.smithy.typescript:smithy-aws-typescript-codegen:0.3.0' classpath "software.amazon.smithy:smithy-model:1.7.2" } }