updated with tests

This commit is contained in:
Tony Tam
2014-09-26 09:38:07 -07:00
parent ba94dc3d68
commit 2dd73872a4
30 changed files with 981 additions and 1151 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>com.wordnik</groupId>
<artifactId>swagger-petstore</artifactId>
<artifactId>swagger-client</artifactId>
<packaging>jar</packaging>
<name>swagger-petstore</name>
<name>swagger-client</name>
<version>1.0.0</version>
<scm>
<connection>scm:git:git@github.com:wordnik/swagger-mustache.git</connection>
@@ -149,4 +149,3 @@
<httpclient-version>4.0</httpclient-version>
</properties>
</project>