This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to tag 0.0.1 in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit e0a081c98818470a7a07828d0561fc760091e62c Author: nferraro <ni.ferr...@gmail.com> AuthorDate: Thu Sep 13 17:58:50 2018 +0200 Fix release scripts --- build/prepare_release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/prepare_release.sh b/build/prepare_release.sh index cd8894c..b9d5881 100755 --- a/build/prepare_release.sh +++ b/build/prepare_release.sh @@ -7,6 +7,7 @@ global_version_file=$location/../version/version.go # Set the new global version by removing "-SNAPSHOT" sed -i "s/-SNAPSHOT//g" $global_version_file +find $location/../deploy -type f -exec sed -i "s/-SNAPSHOT//g" {} \; # Get the new version version=$($location/get_version.sh)