karusic/.island/release.bash

8 lines
80 B
Bash
Executable File

#!/bin/bash
cd back
mvn versions:set -DnewVersion=$(cat ../version.txt)
cd -