Use Released version in maven samples (#693)

* Fixing maven examples:  set version to last released version and other improvements
* Include example poms in the "release_version_update_docs.sh" script
This commit is contained in:
Jérémie Bresson
2018-07-31 06:32:24 +02:00
committed by GitHub
parent 0c52fcd5ff
commit 824654964b
4 changed files with 30 additions and 18 deletions

View File

@@ -12,7 +12,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.2</version>
<executions>
<execution>
<goals>
@@ -20,7 +20,7 @@
</goals>
<configuration>
<validateSpec>false</validateSpec>
<inputSpec>petstore-v3.0-invalid.yaml</inputSpec>
<inputSpec>${project.basedir}/petstore-v3.0-invalid.yaml</inputSpec>
<generatorName>aspnetcore</generatorName>
<configOptions>
<additional-properties>optionalProjectFile=true</additional-properties>