Merge remote-tracking branch 'origin/master' into 2.3.0

This commit is contained in:
wing328
2017-07-16 16:10:08 +08:00
43 changed files with 281 additions and 83 deletions

View File

@@ -83,7 +83,7 @@ if(hasProperty('target') && target == 'android') {
install {
repositories.mavenInstaller {
pom.artifactId = 'swagger-petstore-resttemplate'
pom.artifactId = 'swagger-pestore-resttemplate-withxml'
}
}

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-resttemplate</artifactId>
<artifactId>swagger-pestore-resttemplate-withxml</artifactId>
<packaging>jar</packaging>
<name>swagger-petstore-resttemplate</name>
<name>swagger-pestore-resttemplate-withxml</name>
<version>1.0.0</version>
<url>https://github.com/swagger-api/swagger-codegen</url>
<description>Swagger Java</description>

View File

@@ -1 +1 @@
rootProject.name = "swagger-petstore-resttemplate"
rootProject.name = "swagger-pestore-resttemplate-withxml"

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-resttemplate-withxml</artifactId>
<artifactId>swagger-petstore-resttemplate</artifactId>
<packaging>jar</packaging>
<name>swagger-petstore-resttemplate-withxml</name>
<name>swagger-petstore-resttemplate</name>
<version>1.0.0</version>
<url>https://github.com/swagger-api/swagger-codegen</url>
<description>Swagger Java</description>