We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63cdca6 commit 62ba861Copy full SHA for 62ba861
.travis/create_release.sh
@@ -3,6 +3,8 @@ set -ev
3
4
VERSION=`date +%Y%m%d%H%M`
5
MVN_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
6
+# Strip -SNAPSHOT if exists
7
+MVN_VERSION=${MVN_VERSION/-SNAPSHOT/}
8
9
#overcome maven assemble issue: https://github.com/mojohaus/appassembler/issues/61
10
sed -i '/CYGWIN\*) cygwin=true/c\ CYGWIN*|MINGW*) cygwin=true ;;' target/appassembler/bin/utplsql
0 commit comments