Skip to content

Commit

Permalink
Merge pull request kubernetes-client#1112 from yue9944882/refresh-cli…
Browse files Browse the repository at this point in the history
…ent-version

Code generation: Refresh client version
  • Loading branch information
k8s-ci-robot authored Jul 27, 2020
2 parents dfca9da + 84c73a5 commit ce51991
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion settings
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ export KUBERNETES_BRANCH="release-1.17"

# client version for packaging and releasing. It can
# be different than SPEC_VERSION.
export CLIENT_VERSION="5.0-SNAPSHOT"
export CLIENT_VERSION=$(mvn -q \
-Dexec.executable="echo" \
-Dexec.args='${project.version}' \
--non-recursive \
org.codehaus.mojo:exec-maven-plugin:1.6.0:exec)

# Name of the release package
export PACKAGE_NAME="io.kubernetes.client.openapi"
Expand Down

0 comments on commit ce51991

Please sign in to comment.