Skip to content

Commit

Permalink
Use latest version in dependencies snippet (#7545)
Browse files Browse the repository at this point in the history
Please use the latest version in the snippet as the older ones may contain nasty bugs (like this one swagger-api/swagger-codegen#6122). Thanks.
  • Loading branch information
michael-simons authored and wing328 committed Feb 1, 2018
1 parent 13e3db5 commit 9c79297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/swagger-codegen-maven-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add to your `build->plugins` section (default phase is `generate-sources` phase)
<plugin>
<groupId>io.swagger</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
<version>2.2.3</version>
<version>2.3.1</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 9c79297

Please sign in to comment.