This repository was archived by the owner on Feb 14, 2024. It is now read-only.
File tree 3 files changed +18
-8
lines changed
3 files changed +18
-8
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ YourKit is kindly supporting ZeroMQ project with its full-featured [Java Profile
39
39
40
40
## License
41
41
42
- Copyright © 2013-2014 UserEvents, Inc.
42
+ Copyright © 2013-2015 Contributors as noted in the AUTHORS.md file
43
43
44
44
This is free software; you can redistribute it and/or modify it under the terms
45
45
of the GNU Lesser General Public License as published by the Free Software
Original file line number Diff line number Diff line change 3
3
:url " https://github.com/zeromq/cljzmq"
4
4
:license {:name " LGPLv3+"
5
5
:url " http://www.gnu.org/licenses/lgpl.html" }
6
- :dependencies [[org.clojure/clojure " 1.5.1 " ]
6
+ :dependencies [[org.clojure/clojure " 1.6.0 " ]
7
7
[org.zeromq/jzmq " 3.0.1" ]]
8
8
:codox {:src-dir-uri " http://github.com/zeromq/cljzmq/blob/master"
9
9
:src-linenum-anchor-prefix " L" }
10
10
:profiles
11
11
{: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" ]}
14
15
:repositories [[" releases" {:url " https://oss.sonatype.org/service/local/staging/deploy/maven2/"
15
16
:username [:gpg :env/NEXUS_USERNAME ]
16
17
:password [:gpg :env/NEXUS_PASSWORD ]}]
21
22
:pom-addition [:developers
22
23
[:developer
23
24
[:name " Trevor Bernard" ]
24
- [:email " trevor@userevents .com" ]]
25
+ [:email " trevor.bernard@gmail .com" ]]
25
26
[:developer
26
27
[:name " Josh Comer" ]
27
- [:email " josh@userevents .com" ]]
28
+ [:email " jcomer@liveops .com" ]]
28
29
[:developer
29
30
[:name " Ian Bishop" ]
30
- [:email " ian@userevents .com" ]]]
31
+ [:email " ibishop@liveops .com" ]]]
31
32
:min-lein-version " 2.0.0" )
32
-
You can’t perform that action at this time.
0 commit comments