Remove "swagger-" prefix from artifactId (#170)

* Remove "swagger-" prefix in the samples artifactId
* Rename some artifactIds to make them unique
This commit is contained in:
Jérémie Bresson
2018-04-21 12:31:21 +02:00
committed by GitHub
parent 1f0bed2a0c
commit 2e50780e1d
28 changed files with 40 additions and 40 deletions

View File

@@ -2,9 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.swagger</groupId>
<artifactId>swagger-petstore-jersey2-java6</artifactId>
<artifactId>petstore-jersey2-java6</artifactId>
<packaging>jar</packaging>
<name>swagger-petstore-jersey2-java6</name>
<name>petstore-jersey2-java6</name>
<version>1.0.0</version>
<url>https://github.com/swagger-api/swagger-codegen</url>
<description>Swagger Java</description>