Github user ahgittin commented on the issue:
https://github.com/apache/brooklyn-server/pull/866
[MINOR] I don't understand the messages on the last two commits -- we're
not actually supporting these headers yet in that we don't respond.
Some minor tidies in #870. Biggest of these is adding docs and test for
replacing a snapshot/RCs with a GA release.
Crazy thing: While I've not looked at what actually happens if a remove
range includes things being added, I could see this being a nice trick, say
`[1,1.0.1)` when releasing `1.0.0.GA` in order to remove `1.0.0.rc1` and
`1.0.0.SNAPSHOT`. As cute as it is it's probably a bad idea even if it
sometimes works as it could easily go wrong.
Merging this.
---