Skip to content

Commit

Permalink
[#51] fix 2nd sed command options to be portable
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Jul 23, 2020
1 parent 5fa0066 commit aa719fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ then
#mvn -Darguments=-DskipTests -DskipTests -Dmaven.test.skip=true clean package deploy

echo "Updating to v${DEVELOPMENT_VERSION} for next development cycle..."
sed -i'' "s/<version>${RELEASE_VERSION}</<version>${DEVELOPMENT_VERSION}</g" pom.xml
sed -i '' "s/<version>${RELEASE_VERSION}</<version>${DEVELOPMENT_VERSION}</g" pom.xml
# mvn scm:checkin -Dmessage="Updating ami version to ${DEVELOPMENT_VERSION} for next development cycle" -Dincludes=pom.xml -DpushChanges=true
git commit -m "Setting ami version to ${DEVELOPMENT_VERSION} for next development cycle" --verbose pom.xml
git push --tags --progress --porcelain origin master
Expand Down

0 comments on commit aa719fc

Please sign in to comment.