We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfca9da + 84c73a5 commit ce51991Copy full SHA for ce51991
settings
@@ -19,7 +19,11 @@ export KUBERNETES_BRANCH="release-1.17"
19
20
# client version for packaging and releasing. It can
21
# be different than SPEC_VERSION.
22
-export CLIENT_VERSION="5.0-SNAPSHOT"
+export CLIENT_VERSION=$(mvn -q \
23
+ -Dexec.executable="echo" \
24
+ -Dexec.args='${project.version}' \
25
+ --non-recursive \
26
+ org.codehaus.mojo:exec-maven-plugin:1.6.0:exec)
27
28
# Name of the release package
29
export PACKAGE_NAME="io.kubernetes.client.openapi"
0 commit comments