File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if [[ $CASSANDRA_VERSION =~ ^2\.1\..* && "x${GRIM_MIN}" = "x" ]]
22
22
then
23
23
if [ " ${TRAVIS_BRANCH} " = " master" -a ! -d " cassandra-reaper-master" ]
24
24
then
25
- VERSION=$( printf ' VER\t${project.version}' | mvn -B help:evaluate | grep ' ^VER' | cut -f2)
25
+ VERSION=$( printf ' VER\t${project.version}' | mvn help:evaluate | grep ' ^VER' | cut -f2)
26
26
DATE=$( date +" %Y%m%d" )
27
27
RELEASEDATE=$( date +" %Y-%m-%d" )
28
28
RPM_VERSION=$( echo " ${VERSION} " | sed " s/-/_/" )
60
60
fi
61
61
if [ " x${TRAVIS_TAG} " != " x" -a ! -d " cassandra-reaper-${TRAVIS_TAG} " ]
62
62
then
63
- VERSION=$( printf ' VER\t${project.version}' | mvn -B help:evaluate | grep ' ^VER' | cut -f2)
63
+ VERSION=$( printf ' VER\t${project.version}' | mvn help:evaluate | grep ' ^VER' | cut -f2)
64
64
RELEASEDATE=$( date +" %Y-%m-%d" )
65
65
# Update Bintray descriptor files with appropriate version numbers and release dates
66
66
sed -i " s/VERSION/${VERSION} /g" src/ci/descriptor-rpm.json
You can’t perform that action at this time.
0 commit comments