Fork me on GitHub
#clojars
<
2021-09-05
>
Eric Scott00:09:09

I just deployed version 0.1.3-SNAPSHOT of my project to clojars without incident, from my 'develop' branch. Then when I confirmed that everything looked good, I merged into master, changed my project to 0.1.3, deployed again, and got:

Could not transfer metadata ont-app:graph-log/maven-metadata.xml from/to ont-app (): Access denied to: 
Failed to deploy metadata: Could not transfer metadata ont-app:graph-log/maven-metadata.xml from/to ont-app (): Access denied to: 
Has anyone encountered a similar problem before? Removing SNAPSHOT and adding a git tag is the only change I made.

tcrawley14:09:21

Can you log in and look at the audit log for graph-log? It should tell you why it was rejected.

Eric Scott23:09:29

Oh. Jeesh. I edited the project version to 0.1.2, not 3. Looked right through that. Sorry to have wasted your time. Boy do I feel dumb.

tcrawley12:09:36

No problem! Glad you figured it out.