Skip to content

Commit 4bd523e

Browse files
committed
Fix maven staging script.
1 parent 1c89a96 commit 4bd523e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven/maven-staging-deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
vers=`egrep '^version:' ../build.properties | awk '{print $2}'`
3+
vers=`egrep '^version=' ../gradle.properties | awk -F = '{print $2}'`
44

55
echo "Deploying ${vers}"
66

0 commit comments

Comments
 (0)