Issue#5376- changes to include swagger version in generated api files (#5449)

* Elizabeth - changes to include swagger version in generated api files

* Filtering version.properties in swagger codegen module

* Removing resource filtering from swagger codegen cli module

* Merging master
This commit is contained in:
Elizabeth Thomas
2017-04-25 10:28:16 -05:00
committed by wing328
parent efb337dd92
commit 702f193f61
16 changed files with 46 additions and 17 deletions

View File

@@ -1,3 +1,9 @@
/**
* NOTE: This class is auto generated by the swagger code generator program ({{{generatorVersion}}}).
* https://github.com/swagger-api/swagger-codegen
* Do not edit the class manually.
*/
package {{package}};
{{#imports}}import {{import}};