# File lib/buildr/packaging/artifact.rb, line 691
    def release_to=(options)
      options = { :url=>options } unless Hash === options
      @release_to = options
    end