We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583733f commit 6669699Copy full SHA for 6669699
1 file changed
bump_version.sh
@@ -42,8 +42,3 @@ sed -i.bak -E "s/(local fm_version\=)(.+)/\1\"v$NEW_VERSION\"/" install.sh
42
43
# change README.md
44
sed -i.bak -E "s/(.+)v(.+)(\/install.sh)/\1v$NEW_VERSION\3/" README.md
45
-
46
-# change mesh worker service
47
-pushd mesh-worker-service
48
-mvn versions:set -DnewVersion=v$NEW_VERSION
49
-popd
0 commit comments