Renamed ts-refactor samples & tests in pom.xmls

This commit is contained in:
Tino Fuhrmann 2020-05-24 14:22:58 +02:00
parent a7ac715e80
commit e2aaf66917
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<project> <project>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>TypeScriptBuildPetstoreClientSample</artifactId> <artifactId>TypeScriptBuildDefaultPetstoreClientSample</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<name>TS Default Petstore Client</name> <name>TS Default Petstore Client</name>

View File

@ -1,7 +1,7 @@
<project> <project>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>TypeScriptBuildPetstoreClientSample</artifactId> <artifactId>TypeScriptBuildJQueryPetstoreClientSample</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<name>TS Default Petstore Client</name> <name>TS Default Petstore Client</name>

View File

@ -1,7 +1,7 @@
<project> <project>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>TypeScriptPetstoreClientTests</artifactId> <artifactId>TypeScriptDefaultPetstoreClientTests</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<name>TS Petstore Test Client</name> <name>TS Petstore Test Client</name>

View File

@ -1,7 +1,7 @@
<project> <project>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>TypeScriptPetstoreClientTests</artifactId> <artifactId>TypeScriptJQueryPetstoreClientTests</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<name>TS Petstore Test Client</name> <name>TS Petstore Test Client</name>