API - Updated swagger-codegen-cli version (#1686)

Fixes https://github.com/kubeflow/pipelines/issues/1685
This commit is contained in:
Alexey Volkov 2019-07-31 18:54:12 -07:00 committed by Kubernetes Prow Robot
parent c79addf665
commit f8e06c325c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ if [ -z "$VERSION" ]; then
fi
codegen_file=/tmp/swagger-codegen-cli.jar
codegen_uri=http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.1/swagger-codegen-cli-2.4.1.jar
codegen_uri=http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.7/swagger-codegen-cli-2.4.7.jar
if ! [ -f "$codegen_file" ]; then
wget "$codegen_uri" -O "$codegen_file"
fi