Skip to content

Commit 62ba861

Browse files
committed
We can't have -SNAPSHOT versions in bitray
1 parent 63cdca6 commit 62ba861

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis/create_release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ set -ev
33

44
VERSION=`date +%Y%m%d%H%M`
55
MVN_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
6+
# Strip -SNAPSHOT if exists
7+
MVN_VERSION=${MVN_VERSION/-SNAPSHOT/}
68

79
#overcome maven assemble issue: https://github.com/mojohaus/appassembler/issues/61
810
sed -i '/CYGWIN\*) cygwin=true/c\ CYGWIN*|MINGW*) cygwin=true ;;' target/appassembler/bin/utplsql

0 commit comments

Comments
 (0)