diff --git a/samples/client/petstore/typescript/builds/default/pom.xml b/samples/client/petstore/typescript/builds/default/pom.xml new file mode 100644 index 00000000000..e00676472b4 --- /dev/null +++ b/samples/client/petstore/typescript/builds/default/pom.xml @@ -0,0 +1,26 @@ + + 4.0.0 + org.openapitools + TypeScriptBuildPestoreClientSample + pom + 1.0-SNAPSHOT + TS Default Petstore Client + + + + maven-dependency-plugin + + + package + + copy-dependencies + + + ${project.build.directory} + + + + + + + diff --git a/samples/client/petstore/typescript/tests/default/pom.xml b/samples/client/petstore/typescript/tests/default/pom.xml index d9f5844d4fc..d352f8131e1 100644 --- a/samples/client/petstore/typescript/tests/default/pom.xml +++ b/samples/client/petstore/typescript/tests/default/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - com.wordnik - TypeScriptClientTest + org.openapitools + TypeScriptPestoreClientTests pom 1.0-SNAPSHOT TS Petstore Test Client