diff a/hat/scripts/replaceVersion.sh b/hat/scripts/replaceVersion.sh --- /dev/null +++ b/hat/scripts/replaceVersion.sh @@ -0,0 +1,1 @@ +find . -type f -name pom.xml -print0 | xargs -0 sed -i '' 's|26|27|g'