Skip to content

Commit 78b3bf9

Browse files
committed
prepare lib for public access
1 parent 252686b commit 78b3bf9

File tree

3 files changed

+7
-18
lines changed

3 files changed

+7
-18
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Add libmisc-clj dependence:
88

99
[source, clojure]
1010
----
11-
[com.dkdhub/libmisc-clj "0.2.5"]
11+
[com.dkdhub/libmisc-clj "0.3.0"]
1212
----
1313
== License
1414

@@ -17,4 +17,4 @@ CopyRights:
1717
© 2018-2022 UPD Consulting
1818
© 2018-2022 Fern Flower Lab
1919

20-
Distributed under the Proprietary DKD Software License only.
20+
Starting from early 2022 distributed under the MIT license.

profiles.clj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
{:dev {:plugins [[org.apache.maven.wagon/wagon-ssh-external "3.5.2"]
2-
[org.apache.maven.wagon/wagon-http-lightweight "3.5.2"]]
3-
4-
:plugin-repositories [["private-jars" "http://local.repo:9180/repo"]]
5-
:deploy-repositories [["private-jars-scp" {:url "scp://local.repo/home/clojar/data/dev_repo/"
6-
:username "clojar"
7-
:private-key-file :env/clojure_ssh_key}]]}
8-
1+
{:dev {}
2+
93
:provided {:dependencies [[org.clojure/clojure "1.11.1"]
104
[org.clojure/tools.namespace "1.3.0"]]
115
:global-vars {*warn-on-reflection* true}

project.clj

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
(defproject com.dkdhub/libmisc-clj "0.3.0"
2-
:description "DKD Core Engine lib of miscellaneous"
2+
:description "DKD/DKDHUB - the Clojure lib of miscellaneous"
33
:url "http://dkdhub.com"
4-
:license {:name "Proprietary"
5-
:url "https://dkdhub.com/licenses/base.html"}
4+
:license {:name "MIT"}
65

76
:dependencies [[cheshire "5.11.0"]
87
[commons-io "2.11.0"]
@@ -11,8 +10,4 @@
1110
[org.postgresql/postgresql "42.5.1"]]
1211

1312
:omit-source false
14-
:aot [libmisc-clj.jnio-proto])
15-
16-
(cemerick.pomegranate.aether/register-wagon-factory!
17-
"scp" #(let [c (resolve 'org.apache.maven.wagon.providers.ssh.external.ScpExternalWagon)]
18-
(clojure.lang.Reflector/invokeConstructor c (into-array []))))
13+
:aot [libmisc-clj.jnio-proto])

0 commit comments

Comments
 (0)