teavm/set-version.sh

4 lines
71 B
Bash
Raw Normal View History

#!/bin/sh
mvn versions:set -DnewVersion=$1 -DgenerateBackupPoms=false