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

Commit 7a84f43

Browse files
committed
Merge pull request #42 from trevorbernard/master
Update Clojure Version
2 parents fd82144 + 7236d55 commit 7a84f43

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

AUTHORS.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Corporate Contributors
2+
3+
Copyright © 2013-2014 UserEvents, Inc.
4+
Copyright © 2014 LiveOps, Inc.
5+
6+
# Indivial Contributors
7+
8+
Ian Bishop
9+
Josh Comer
10+
Trevor Bernard

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ YourKit is kindly supporting ZeroMQ project with its full-featured [Java Profile
3939

4040
## License
4141

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

4444
This is free software; you can redistribute it and/or modify it under the terms
4545
of the GNU Lesser General Public License as published by the Free Software

project.clj

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
:url "https://github.com/zeromq/cljzmq"
44
:license {:name "LGPLv3+"
55
:url "http://www.gnu.org/licenses/lgpl.html"}
6-
:dependencies [[org.clojure/clojure "1.5.1"]
6+
:dependencies [[org.clojure/clojure "1.6.0"]
77
[org.zeromq/jzmq "3.0.1"]]
88
:codox {:src-dir-uri "http://github.com/zeromq/cljzmq/blob/master"
99
:src-linenum-anchor-prefix "L"}
1010
:profiles
1111
{:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]}
12-
:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}}
13-
:aliases {"all" ["with-profile" "dev:1.3:1.4"]}
12+
:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}
13+
:1.5.1 {:dependencies [[org.clojure/clojure "1.5.1"]]}}
14+
:aliases {"all" ["with-profile" "dev:1.3:1.4:1.5.1"]}
1415
:repositories [["releases" {:url "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
1516
:username [:gpg :env/NEXUS_USERNAME]
1617
:password [:gpg :env/NEXUS_PASSWORD]}]
@@ -21,12 +22,11 @@
2122
:pom-addition [:developers
2223
[:developer
2324
[:name "Trevor Bernard"]
24-
[:email "trevor@userevents.com"]]
25+
[:email "trevor.bernard@gmail.com"]]
2526
[:developer
2627
[:name "Josh Comer"]
27-
[:email "josh@userevents.com"]]
28+
[:email "jcomer@liveops.com"]]
2829
[:developer
2930
[:name "Ian Bishop"]
30-
[:email "ian@userevents.com"]]]
31+
[:email "ibishop@liveops.com"]]]
3132
:min-lein-version "2.0.0")
32-

0 commit comments

Comments
 (0)