File tree Expand file tree Collapse file tree 2 files changed +13
-37
lines changed Expand file tree Collapse file tree 2 files changed +13
-37
lines changed Original file line number Diff line number Diff line change 2929 (b/write-pom {:class-dir class-dir
3030 :lib lib
3131 :version version
32- :scm {:tag (format " v%s" version)}
3332 :basis basis
34- :src-dirs [" src" ]})
33+ :src-dirs [" src" ]
34+ :scm {:url " https://github.com:cljdoc/cljdoc-exerciser"
35+ :connection " scm:git:git://github.com/cljdoc/cljdoc-exerciser.git"
36+ :developerConnection " scm:git:ssh://[email protected] /cljdoc/cljdoc-exerciser.git" 37+ :tag (format " v%s" version)}
38+ :pom-data [[:description " A library to exercise cldoc rendering" ]
39+ [:url " https://github.com/cljdoc/cljdoc-exerciser" ]
40+ [:licenses
41+ [:license
42+ [:name " Eclipse Public License" ]
43+ [:url " http://www.eclipse.org/legal/epl-v10.html" ]]]
44+ [:properties
45+ [:project.build.sourceEncoding " UTF-8" ]]]})
3546 (b/copy-dir {:src-dirs [" src" " resources" ]
3647 :target-dir class-dir})
3748 (b/jar {:class-dir class-dir
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments