From a54918d82ce4755d8ce9dfa230ca4150bf452794 Mon Sep 17 00:00:00 2001 From: JordonPhillips Date: Fri, 14 May 2021 16:27:47 +0200 Subject: [PATCH] chore: update java group name This updates the java group name to `software.amazon.smithy.typescript` so that publishing can be isolated from base smithy. --- codegen/build.gradle.kts | 2 +- codegen/smithy-aws-typescript-codegen/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codegen/build.gradle.kts b/codegen/build.gradle.kts index 3ff77d30ec84..afa370123ebf 100644 --- a/codegen/build.gradle.kts +++ b/codegen/build.gradle.kts @@ -27,7 +27,7 @@ allprojects { mavenLocal() mavenCentral() } - group = "software.amazon.smithy" + group = "software.amazon.smithy.typescript" version = "0.3.0" } diff --git a/codegen/smithy-aws-typescript-codegen/build.gradle.kts b/codegen/smithy-aws-typescript-codegen/build.gradle.kts index 7a6d6eb5d686..168f2513e3b8 100644 --- a/codegen/smithy-aws-typescript-codegen/build.gradle.kts +++ b/codegen/smithy-aws-typescript-codegen/build.gradle.kts @@ -21,5 +21,5 @@ dependencies { api("software.amazon.smithy:smithy-aws-traits:[1.7.0, 1.8.0[") api("software.amazon.smithy:smithy-waiters:[1.7.0, 1.8.0[") api("software.amazon.smithy:smithy-aws-iam-traits:[1.7.0, 1.8.0[") - api("software.amazon.smithy:smithy-typescript-codegen:0.3.0") + api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.3.0") }