Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #42 from trevorbernard/master
Browse files Browse the repository at this point in the history
Update Clojure Version
  • Loading branch information
ianbishop committed Jan 6, 2015
2 parents fd82144 + 7236d55 commit 7a84f43
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Corporate Contributors

Copyright © 2013-2014 UserEvents, Inc.
Copyright © 2014 LiveOps, Inc.

# Indivial Contributors

Ian Bishop
Josh Comer
Trevor Bernard
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ YourKit is kindly supporting ZeroMQ project with its full-featured [Java Profile

## License

Copyright © 2013-2014 UserEvents, Inc.
Copyright © 2013-2015 Contributors as noted in the AUTHORS.md file

This is free software; you can redistribute it and/or modify it under the terms
of the GNU Lesser General Public License as published by the Free Software
Expand Down
14 changes: 7 additions & 7 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
:url "https://github.com/zeromq/cljzmq"
:license {:name "LGPLv3+"
:url "http://www.gnu.org/licenses/lgpl.html"}
:dependencies [[org.clojure/clojure "1.5.1"]
:dependencies [[org.clojure/clojure "1.6.0"]
[org.zeromq/jzmq "3.0.1"]]
:codox {:src-dir-uri "http://github.com/zeromq/cljzmq/blob/master"
:src-linenum-anchor-prefix "L"}
:profiles
{:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]}
:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}}
:aliases {"all" ["with-profile" "dev:1.3:1.4"]}
:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}
:1.5.1 {:dependencies [[org.clojure/clojure "1.5.1"]]}}
:aliases {"all" ["with-profile" "dev:1.3:1.4:1.5.1"]}
:repositories [["releases" {:url "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
:username [:gpg :env/NEXUS_USERNAME]
:password [:gpg :env/NEXUS_PASSWORD]}]
Expand All @@ -21,12 +22,11 @@
:pom-addition [:developers
[:developer
[:name "Trevor Bernard"]
[:email "trevor@userevents.com"]]
[:email "trevor.bernard@gmail.com"]]
[:developer
[:name "Josh Comer"]
[:email "josh@userevents.com"]]
[:email "jcomer@liveops.com"]]
[:developer
[:name "Ian Bishop"]
[:email "ian@userevents.com"]]]
[:email "ibishop@liveops.com"]]]
:min-lein-version "2.0.0")

0 comments on commit 7a84f43

Please sign in to comment.