[Java][resttemplate] fixed build.gradle (#6020)

* fix build.gradle for resttemplate

* rename pom.xml id to avoid dup
This commit is contained in:
wing328
2017-07-11 18:33:53 +08:00
committed by GitHub
parent 898ead17fe
commit 42b77a303b
4 changed files with 7 additions and 3 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-resttemplate</artifactId>
<artifactId>swagger-petstore-resttemplate-withxml</artifactId>
<packaging>jar</packaging>
<name>swagger-petstore-resttemplate</name>
<name>swagger-petstore-resttemplate-withxml</name>
<version>1.0.0</version>
<url>https://github.com/swagger-api/swagger-codegen</url>
<description>Swagger Java</description>