Refactor typescript merge master (#4319)

Merge master into ts-refactor
This commit is contained in:
Bodo Graumann
2019-11-01 16:04:18 +01:00
committed by Tino Fuhrmann
parent 9d08f8bc5b
commit a738e95aee
12252 changed files with 477257 additions and 161365 deletions

View File

@@ -12,7 +12,9 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>3.3.4</version>
<!-- RELEASE_VERSION -->
<version>4.1.1</version>
<!-- /RELEASE_VERSION -->
<executions>
<execution>
<goals>
@@ -30,4 +32,10 @@
</plugin>
</plugins>
</build>
<pluginRepositories>
<pluginRepository>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</pluginRepository>
</pluginRepositories>
</project>