File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4242 :jar-file jar-file
4343 :class-dir class-dir})))
4444
45- (defn deploy [opts]
45+ (defn deploy [opts] ; clojars
4646 (let [{:keys [lib version class-dir installer jar-file] :as opts} (merge defaults opts)]
4747 (assert version " :version is required to deploy" )
4848 (when (and installer (not= :remote installer))
Original file line number Diff line number Diff line change 1- # Build clojars maven artifact
1+ # Build clojars maven artifact — Electric
22
33* versioning scheme is: ` v3-alpha-0-g9aae7b1b `
44* ` v3 ` : brand/marketing major version, prefixed by the literal 'v'
Original file line number Diff line number Diff line change 66 <url >https://github.com/hyperfiddle/electric</url >
77 <licenses >
88 <license >
9- <name >Eclipse Public License v2.0 </name >
10- <url >https ://www.eclipse.org/legal/epl-v20.html </url >
9+ <name >Hyperfiddle Business Source License </name >
10+ <url >http ://www.hyperfiddle.net/ </url >
1111 </license >
1212 </licenses >
1313 <developers >
1414 <developer >
1515 <organization >Hyperfiddle, Inc.</organization >
16- <organizationUrl >http://www.hyperfiddle.net</organizationUrl >
16+ <organizationUrl >http://www.hyperfiddle.net/ </organizationUrl >
1717 </developer >
1818 </developers >
1919 <scm >
You can’t perform that action at this time.
0 commit comments