To deploy the project to clojars:
1a. I have my account on clojars: jlizier, password is Michael one with _clojars
1b. Install leiningen -- don't do the ubuntu version -- it's too old. Copy lein shell script into my ~/bin (make sure this is on the path) and run lein upgrade the first time I run it
2. Make sure we're still using the same pgp key, or perhaps generate a new one. Use gpg (pgpgpg package)
3. UPDATE the version in project.clj (this can be done with "ant readmefiles" at the top level to generate it from project-template.clj)
3. run "lein deploy clojars" in the deploy directory and this will deploy automatically
