File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. This change
44
55## [ Unreleased]
66
7+ ## 0.1.10 / 2024-05-09
8+
9+ * Fix scm information in generated pom.xml.
10+
711## [ 0.1.9] / 2024-05-09
812
913### Added
Original file line number Diff line number Diff line change 55 :url " http://www.eclipse.org/legal/epl-v10.html"
66 :distribution :repo
77 :comments " Contact if any questions" }
8+ :scm {:name " git"
9+ :url " https://github.com/clj-commons/kibit"
10+ :connection " scm:git:git://github.com/clj-commons/kibit.git"
11+ :developerConnection " scm:git:ssh://[email protected] /clj-commons/kibit.git" }
812 :dependencies [[org.clojure/clojure " 1.8.0" ]
913 [org.clojure/core.logic " 1.1.0" ]
1014 [org.clojure/tools.cli " 1.1.230" ]
1115 [rewrite-clj " 1.1.47" ]
1216 [org.clojure/tools.reader " 1.4.2" ]]
1317 :profiles {:dev {:resource-paths [" test/resources" ]}}
14- :deploy-repositories [[" releases" :clojars ]
18+ :deploy-repositories [[" clojars" {:url " https://clojars.org/repo"
19+ :sign-releases false }]
1520 [" snapshots" :clojars ]]
1621 :aliases {" test-all" [" do"
1722 [" clean" ]
Original file line number Diff line number Diff line change 1- 0.1.9
1+ 0.1.10
You can’t perform that action at this time.
0 commit comments