Skip to content

Commit

Permalink
fixes interim-release.sh, cpt is module to release, not dom
Browse files Browse the repository at this point in the history
  • Loading branch information
danhaywood committed Oct 17, 2016
1 parent 01c4189 commit 570219b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interim-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo "checking out new branch $BRANCH"
git checkout -b "$BRANCH"

echo "updating version in all pom.xml files..."
pushd dom >/dev/null
pushd cpt >/dev/null
mvn versions:set -DnewVersion=$VERSION > /dev/null
popd >/dev/null

Expand Down

0 comments on commit 570219b

Please sign in to comment.