mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
Skip Download(ing):
prefix when calculating project version
This commit is contained in:
parent
6817a7465d
commit
a3d13bc8c5
|
@ -11,7 +11,7 @@ branches:
|
|||
env:
|
||||
- MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m"
|
||||
before_install:
|
||||
- OLD_VERSION=`mvn help:evaluate -Dexpression=project.version 2>/dev/null | grep -v "^\["`
|
||||
- OLD_VERSION=`mvn help:evaluate -Dexpression=project.version 2>/dev/null | grep -Ev "(^\[|Download\w+:)"`
|
||||
- NEW_VERSION=${OLD_VERSION%-SNAPSHOT}-build-`printf %05d $TRAVIS_BUILD_NUMBER`
|
||||
- echo "Building version $NEW_VERSION"
|
||||
- mvn versions:set -DnewVersion=$NEW_VERSION
|
||||
|
|
Loading…
Reference in New Issue
Block a user