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.
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>).
I suppose it's the same thing as this one: https://github.com/clojars/clojars-web/issues/700