From dfd8d5ef64ec5b0d85305ce4e1e1b79ff1279061 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Mon, 6 Jul 2015 04:55:12 -0700 Subject: [PATCH 1/2] updated to latest release version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2c44ebf718..a0045247e7a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The Swagger Specification has undergone 3 revisions since initial creation in 20 Swagger Codegen Version | Release Date | Swagger Spec compatibility | Notes ----------------------- | ------------ | -------------------------- | ----- -2.1.0 | 2015-06-09 | 1.0, 1.1, 1.2, 2.0 | [master](https://github.com/swagger-api/swagger-codegen) +2.1.2 | 2015-06-09 | 1.0, 1.1, 1.2, 2.0 | [master](https://github.com/swagger-api/swagger-codegen) 2.0.17 | 2014-08-22 | 1.1, 1.2 | [tag v2.0.17](https://github.com/swagger-api/swagger-codegen/tree/v2.0.17) 1.0.4 | 2012-04-12 | 1.0, 1.1 | [tag v1.0.4](https://github.com/swagger-api/swagger-codegen/tree/swagger-codegen_2.9.1-1.1) From 90f152da75a4ba42fd493fe369b110699c0923fa Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Fri, 24 Jul 2015 11:44:30 -0700 Subject: [PATCH 2/2] Fix path in instructions for making your own codegen modules --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0045247e7a..59970a80d67 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ You can look at `modules/swagger-codegen/src/main/resources/${your-language}` fo If you're starting a project with a new language and don't see what you need, swagger-codegen can help you create a project to generate your own libraries: ``` -java -jar modules/swagger-codegen-distribution/target/swagger-codegen-cli.jar meta \ +java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar meta \ -o output/myLibrary -n myClientCodegen -p com.my.company.codegen ```