File tree 2 files changed +13
-37
lines changed 2 files changed +13
-37
lines changed Original file line number Diff line number Diff line change 22
22
(b/write-pom {:class-dir class-dir
23
23
:lib lib
24
24
:version version
25
- :scm {:tag (format " v%s" version)}
26
25
:basis basis
27
- :src-dirs [" src" ]})
26
+ :src-dirs [" src" ]
27
+ :scm {:url " https://github.com/clj-commons/rewrite-clj"
28
+ :connection " scm:git:[email protected] :clj-commons/rewrite-clj.git"
29
+ :developerConnection " scm:git:[email protected] :clj-commons/rewrite-clj.git"
30
+ :tag (format " v%s" version)}
31
+ :pom-data [[:description " Rewrite Clojure code and edn" ]
32
+ [:url " https://github.com/clj-commons/rewrite-clj" ]
33
+ [:licenses
34
+ [:license
35
+ [:name " The MIT License" ]
36
+ [:url " http://opensource.org/licenses/MIT" ]]]
37
+ [:properties
38
+ [:project.build.sourceEncoding " UTF-8" ]]]})
28
39
(b/copy-dir {:src-dirs [" src" " resources" ]
29
40
:target-dir class-dir})
30
41
(b/jar {:class-dir class-dir
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments