updated names

This commit is contained in:
Tony Tam
2013-06-04 11:08:34 -07:00
parent a335fe008d
commit 697f6dc7c7
3 changed files with 83 additions and 76 deletions

View File

@@ -37,7 +37,7 @@ object JavaWordnikApiCodegen extends BasicJavaGenerator {
override def apiPackage = Some("com.wordnik.client.api")
additionalParams ++= Map(
"artifactId" -> "swagger-petstore",
"artifactId" -> "wordnik-java-client",
"artifactVersion" -> "1.0.0",
"groupId" -> "com.wordnik")