Skip to content

Commit

Permalink
Remove version update in build.gradle files because examples moved
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Aug 21, 2024
1 parent 6074dfb commit 13707cd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions etc/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,6 @@ update_version(){
mv ${pom}.tmp ${pom}
done

# Hack to update helidon.version in build.gradle files
for bfile in `egrep "helidonversion = .*" -r . --include build.gradle | cut -d ':' -f 1 | sort | uniq `
do
cat ${bfile} | \
sed -e s@'helidonversion = .*'@"helidonversion = \'${FULL_VERSION}\'"@g \
> ${bfile}.tmp
mv ${bfile}.tmp ${bfile}
done

# Invoke prepare hook
if [ -n "${PREPARE_HOOKS}" ]; then
for prepare_hook in ${PREPARE_HOOKS} ; do
Expand Down

0 comments on commit 13707cd

Please sign in to comment.