Skip to content

Commit

Permalink
Remove processing of gradle files because examples are no longer in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Mar 5, 2024
1 parent d972bfb commit 5939269
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions etc/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,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
echo "Updating helidonversion property in ${bfile} to ${FULL_VERSION}"
cat ${bfile} | \
sed -e s@'helidonversion = .*'@"helidonversion = \'${FULL_VERSION}\'"@g \
> ${bfile}.tmp
mv ${bfile}.tmp ${bfile}
done

# Hack to update helidon-version in doc files
for dfile in `egrep ":helidon-version: .*" -r . --include attributes.adoc | cut -d ':' -f 1 | sort | uniq `
do
Expand Down

0 comments on commit 5939269

Please sign in to comment.