Use latest version in dependencies snippet (#7545)

Please use the latest version in the snippet as the older ones may contain nasty bugs (like this one https://github.com/swagger-api/swagger-codegen/issues/6122). Thanks.
This commit is contained in:
Michael Simons 2018-02-01 14:22:41 +01:00 committed by William Cheng
parent 13e3db59e3
commit 9c79297d6a

View File

@ -11,7 +11,7 @@ Add to your `build->plugins` section (default phase is `generate-sources` phase)
<plugin> <plugin>
<groupId>io.swagger</groupId> <groupId>io.swagger</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId> <artifactId>swagger-codegen-maven-plugin</artifactId>
<version>2.2.3</version> <version>2.3.1</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>