Skip to content

Commit f562ada

Browse files
committed
build maintenance
1 parent 20734c1 commit f562ada

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src-build/build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
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))

src-build/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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'

src-build/pom-template.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
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>

0 commit comments

Comments
 (0)