Repository: mesos Updated Branches: refs/heads/master 1b5a4e77e -> a7de1bccd
Updated jQuery and Angular versions used in Makefile.am. `Makefile.am` needs to be updated for the distribution packages to be successfully built. Review: https://reviews.apache.org/r/63114/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a7de1bcc Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a7de1bcc Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/a7de1bcc Branch: refs/heads/master Commit: a7de1bccd3ed6385b111aaa63243ed3dfaae01c2 Parents: 1b5a4e7 Author: Armand Grillet <[email protected]> Authored: Wed Oct 18 18:23:14 2017 +0200 Committer: Alexander Rojas <[email protected]> Committed: Wed Oct 18 18:23:14 2017 +0200 ---------------------------------------------------------------------- src/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/a7de1bcc/src/Makefile.am ---------------------------------------------------------------------- diff --git a/src/Makefile.am b/src/Makefile.am index 085ff3b..936bc49 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1752,14 +1752,14 @@ nobase_dist_pkgdata_DATA += \ # Need to distribute/install third-party javascript. nobase_dist_pkgdata_DATA += \ - webui/master/static/js/angular-1.2.3.js \ - webui/master/static/js/angular-1.2.3.min.js \ - webui/master/static/js/angular-route-1.2.3.js \ - webui/master/static/js/angular-route-1.2.3.min.js \ + webui/master/static/js/angular-1.2.32.js \ + webui/master/static/js/angular-1.2.32.min.js \ + webui/master/static/js/angular-route-1.2.32.js \ + webui/master/static/js/angular-route-1.2.32.min.js \ webui/master/static/js/clipboard-1.5.16.js \ webui/master/static/js/clipboard-1.5.16.min.js \ - webui/master/static/js/jquery-1.7.1.js \ - webui/master/static/js/jquery-1.7.1.min.js \ + webui/master/static/js/jquery-3.2.1.js \ + webui/master/static/js/jquery-3.2.1.min.js \ webui/master/static/js/relative-date.js \ webui/master/static/js/ui-bootstrap-tpls-0.9.0.js \ webui/master/static/js/ui-bootstrap-tpls-0.9.0.min.js \
