Fork me on GitHub
#clojars
<
2019-06-07
>
miikka07:06:10

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 
Could not transfer metadata metosin:spec-tools/maven-metadata.xml from/to releases (): Access denied to: , ReasonPhrase: Forbidden - Serialized task failed.
Failed to deploy metadata: Could not transfer metadata metosin:spec-tools/maven-metadata.xml from/to releases (): Access denied to: , ReasonPhrase: Forbidden - Serialized task failed.

miikka07:06:45

Tried to re-deploy and now it says

Sending metosin/spec-tools/maven-metadata.xml (2k)
    to 
Could not transfer metadata metosin:spec-tools/maven-metadata.xml from/to releases (): Access denied to: , ReasonPhrase: Forbidden - redeploying non-snapshots is not allowed (see ).
Failed to deploy metadata: Could not transfer metadata metosin:spec-tools/maven-metadata.xml from/to releases (): Access denied to: , ReasonPhrase: Forbidden - redeploying non-snapshots is not allowed (see ).

miikka07:06:38

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