Skip to content

Commit c72605f

Browse files
committed
Bump version for deploy
1 parent 0767656 commit c72605f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

project.clj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,18 @@
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"]

resources/jonase/kibit/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.9
1+
0.1.10

0 commit comments

Comments
 (0)