From e2aaf6691720b290c4e8c2776da2ab0f7ad7e836 Mon Sep 17 00:00:00 2001 From: Tino Fuhrmann Date: Sun, 24 May 2020 14:22:58 +0200 Subject: [PATCH] Renamed ts-refactor samples & tests in pom.xmls --- .../openapi3/client/petstore/typescript/builds/default/pom.xml | 2 +- .../openapi3/client/petstore/typescript/builds/jquery/pom.xml | 2 +- .../openapi3/client/petstore/typescript/tests/default/pom.xml | 2 +- .../openapi3/client/petstore/typescript/tests/jquery/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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