Hi,
I am new to pushing jars to clojars and I pushed one of my jars to clojars
today. I created the project using lein new and then pushed it as per the
docs mention it - lein jar, pom and scp pom.xml
codionics.utilities-0.1.0.jar cloj...@clojars.org:
The problem is that if I go to the website and click on the link, it says "Thundering
typhoons! I think we lost it. Sorry!" but if I include it in some other
project.clj file and do a lein deps, it still downloads the jar file?
Secondly, what is needed to upload an updated jar file? Do I need to change
the version number in the project.clj? I am asking this because I've
uploaded a newer version using the same above two steps, I can't still click
the link on clojars site and after doing lein deps, it is still downloading
the older version of the jar file.
Please let me know.
Thanks,
Manoj.