clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
miikka 2019-06-07T07:03:10.000700Z

Just tried to deploy new version of metosin/spec-tools to Clojars. It seemed to succesfully send the jars and poms, but then I got this:

Sending metosin/spec-tools/maven-metadata.xml (2k)
    to <https://clojars.org/repo/>
Could not transfer metadata metosin:spec-tools/maven-metadata.xml from/to releases (<https://clojars.org/repo/>): Access denied to: <https://clojars.org/repo/metosin/spec-tools/maven-metadata.xml>, ReasonPhrase: Forbidden - Serialized task failed.
Failed to deploy metadata: Could not transfer metadata metosin:spec-tools/maven-metadata.xml from/to releases (<https://clojars.org/repo/>): Access denied to: <https://clojars.org/repo/metosin/spec-tools/maven-metadata.xml>, ReasonPhrase: Forbidden - Serialized task failed.

miikka 2019-06-07T07:03:45.001Z

Tried to re-deploy and now it says

Sending metosin/spec-tools/maven-metadata.xml (2k)
    to <https://clojars.org/repo/>
Could not transfer metadata metosin:spec-tools/maven-metadata.xml from/to releases (<https://clojars.org/repo/>): Access denied to: <https://clojars.org/repo/metosin/spec-tools/maven-metadata.xml>, ReasonPhrase: Forbidden - redeploying non-snapshots is not allowed (see <https://git.io/v1IAs>).
Failed to deploy metadata: Could not transfer metadata metosin:spec-tools/maven-metadata.xml from/to releases (<https://clojars.org/repo/>): Access denied to: <https://clojars.org/repo/metosin/spec-tools/maven-metadata.xml>, ReasonPhrase: Forbidden - redeploying non-snapshots is not allowed (see <https://git.io/v1IAs>).

miikka 2019-06-07T07:07:38.001200Z

I suppose it's the same thing as this one: https://github.com/clojars/clojars-web/issues/700