diff --git a/samples/openapi3/client/petstore/typescript/builds/default/pom.xml b/samples/openapi3/client/petstore/typescript/builds/default/pom.xml index ad8b1d386fc..c3b2ac33026 100644 --- a/samples/openapi3/client/petstore/typescript/builds/default/pom.xml +++ b/samples/openapi3/client/petstore/typescript/builds/default/pom.xml @@ -1,7 +1,7 @@ 4.0.0 org.openapitools - TypeScriptBuildPetstoreClientSample + TypeScriptBuildDefaultPetstoreClientSample pom 1.0-SNAPSHOT TS Default Petstore Client diff --git a/samples/openapi3/client/petstore/typescript/builds/jquery/pom.xml b/samples/openapi3/client/petstore/typescript/builds/jquery/pom.xml index ad8b1d386fc..9bd07b654f7 100644 --- a/samples/openapi3/client/petstore/typescript/builds/jquery/pom.xml +++ b/samples/openapi3/client/petstore/typescript/builds/jquery/pom.xml @@ -1,7 +1,7 @@ 4.0.0 org.openapitools - TypeScriptBuildPetstoreClientSample + TypeScriptBuildJQueryPetstoreClientSample pom 1.0-SNAPSHOT TS Default Petstore Client diff --git a/samples/openapi3/client/petstore/typescript/tests/default/pom.xml b/samples/openapi3/client/petstore/typescript/tests/default/pom.xml index 6cf652cef1e..e6135cc7f84 100644 --- a/samples/openapi3/client/petstore/typescript/tests/default/pom.xml +++ b/samples/openapi3/client/petstore/typescript/tests/default/pom.xml @@ -1,7 +1,7 @@ 4.0.0 org.openapitools - TypeScriptPetstoreClientTests + TypeScriptDefaultPetstoreClientTests pom 1.0-SNAPSHOT TS Petstore Test Client diff --git a/samples/openapi3/client/petstore/typescript/tests/jquery/pom.xml b/samples/openapi3/client/petstore/typescript/tests/jquery/pom.xml index c8fea0f2c06..13f65131ba9 100644 --- a/samples/openapi3/client/petstore/typescript/tests/jquery/pom.xml +++ b/samples/openapi3/client/petstore/typescript/tests/jquery/pom.xml @@ -1,7 +1,7 @@ 4.0.0 org.openapitools - TypeScriptPetstoreClientTests + TypeScriptJQueryPetstoreClientTests pom 1.0-SNAPSHOT TS Petstore Test Client