Skip to content

Commit

Permalink
Fix typo in release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Sep 27, 2019
1 parent b87874c commit 7a4644e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ release_build(){

# Update scm/tag entry in the parent pom
cat parent/pom.xml | \
sed -i s@'<tag>HEAD</tag>'@"<tag>${FULL_VERSION}</tag>"@g \
sed -e s@'<tag>HEAD</tag>'@"<tag>${FULL_VERSION}</tag>"@g \
> parent/pom.xml.tmp
mv parent/pom.xml.tmp parent/pom.xml

Expand Down

0 comments on commit 7a4644e

Please sign in to comment.