We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c89a96 commit 4bd523eCopy full SHA for 4bd523e
maven/maven-staging-deploy.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-vers=`egrep '^version:' ../build.properties | awk '{print $2}'`
+vers=`egrep '^version=' ../gradle.properties | awk -F = '{print $2}'`
4
5
echo "Deploying ${vers}"
6
0 commit comments