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