Skip to content

Commit

Permalink
Fix maven staging script.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrail committed May 17, 2019
1 parent 1c89a96 commit 4bd523e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven/maven-staging-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

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

echo "Deploying ${vers}"

Expand Down

0 comments on commit 4bd523e

Please sign in to comment.