diff --git a/scripts/travis/update_downstream.sh b/scripts/travis/update_downstream.sh index d8f54c3c8e..c81e0ac547 100644 --- a/scripts/travis/update_downstream.sh +++ b/scripts/travis/update_downstream.sh @@ -34,10 +34,8 @@ git --no-pager diff pom.xml git add pom.xml if git status --untracked-files=no --porcelain | grep -q '^' ; then - #todo enable this commit & push - echo "Skip for now" - #git commit -m "Update upstream version to ${VERSION}" - #git push + git commit -m "Update upstream version to ${VERSION}" + git push else echo "Dependencies are already up to date." git status