Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
For Bower builds use git SHA# instead of branches (essentially snapsh…
Browse files Browse the repository at this point in the history
…ots) during dev periods. This should eliminate any dependent projects from breaking the Hawkular project (like a bad version of hawkular-charts or hawkular-ui-services).

A day or two before Milestone release we will still use regular bower versions to tighten up even more on approved changes going into the release (like we have been doing right around release).
  • Loading branch information
mtho11 committed Dec 3, 2015
1 parent 39a6e4c commit 8019c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions console/src/main/scripts/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"animate.css": "3.0.0",
"ngInfiniteScroll": "1.2.1",
"bootstrap-select": "1.6",
"hawkular-charts": "hawkular/hawkular-charts#master",
"hawkular-ui-services": "hawkular/hawkular-ui-services#master",
"hawkular-charts": "hawkular/hawkular-charts#0b73da1",
"hawkular-ui-services": "hawkular/hawkular-ui-services#b1b6a8d",
"hawtio-core-navigation": "2.0.51",
"hawtio-core": "2.0.18",
"hawtio-template-cache": "2.0.4",
Expand Down

0 comments on commit 8019c79

Please sign in to comment.