Skip to content

Commit

Permalink
Adjust versionBump to include samples profile
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Mar 11, 2015
1 parent 8a3ba71 commit 5361a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versionBump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ PROGNAME=`basename "$0"`
if [ "$#" -ne 1 ]; then
echo "Illegal number of arguments. Use '$PROGNAME <version>'"
else
mvn versions:set -DnewVersion=$1
mvn versions:set -DnewVersion=$1 -Psamples
find . -name pom.xml.versionsBackup -exec rm {} \;
fi

0 comments on commit 5361a83

Please sign in to comment.