This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-05
Channels
- # announcements (4)
- # beginners (21)
- # calva (3)
- # clj-http (3)
- # clj-kondo (10)
- # clojars (5)
- # clojure (4)
- # clojure-europe (5)
- # clojurescript (71)
- # datomic (3)
- # fulcro (18)
- # helix (5)
- # introduce-yourself (2)
- # missionary (1)
- # off-topic (19)
- # polylith (21)
- # reagent (3)
- # shadow-cljs (28)
- # tools-deps (6)
- # xtdb (30)
Hi all -
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.Can you log in and look at the audit log for graph-log? It should tell you why it was rejected.
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.