Skip to content

Commit

Permalink
Bump version for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke committed May 9, 2024
1 parent 0767656 commit c72605f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. This change

## [Unreleased]

## 0.1.10 / 2024-05-09

* Fix scm information in generated pom.xml.

## [0.1.9] / 2024-05-09

### Added
Expand Down
7 changes: 6 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@
:url "http://www.eclipse.org/legal/epl-v10.html"
:distribution :repo
:comments "Contact if any questions"}
:scm {:name "git"
:url "https://github.com/clj-commons/kibit"
:connection "scm:git:git://github.com/clj-commons/kibit.git"
:developerConnection "scm:git:ssh://[email protected]/clj-commons/kibit.git"}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/core.logic "1.1.0"]
[org.clojure/tools.cli "1.1.230"]
[rewrite-clj "1.1.47"]
[org.clojure/tools.reader "1.4.2"]]
:profiles {:dev {:resource-paths ["test/resources"]}}
:deploy-repositories [["releases" :clojars]
:deploy-repositories [["clojars" {:url "https://clojars.org/repo"
:sign-releases false}]
["snapshots" :clojars]]
:aliases {"test-all" ["do"
["clean"]
Expand Down
2 changes: 1 addition & 1 deletion resources/jonase/kibit/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.9
0.1.10

0 comments on commit c72605f

Please sign in to comment.