#!/usr/bin/env bash

set -e

mvn versions:set -DgenerateBackupPoms=false -DnewVersion=`script/build/revision`-SNAPSHOT
git commit -m 'update version' pom.xml
git push
