diff --git a/README.md b/README.md index 7f05325..cf25644 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ SQL as Clojure data structures. Build queries programmatically -- even at runtim The latest stable version (1.0.444) on Clojars and on cljdoc: -[![Clojars Project](https://clojars.org/honeysql/latest-version.svg)](https://clojars.org/honeysql) [![cljdoc badge](https://cljdoc.org/badge/honeysql/honeysql?1.0.444)](https://cljdoc.org/d/honeysql/honeysql/CURRENT) +[![Clojars Project](https://clojars.org/seancorfield/honeysql/latest-version.svg)](https://clojars.org/seancorfield/honeysql) [![cljdoc badge](https://cljdoc.org/badge/seancorfield/honeysql?2.0.next)](https://cljdoc.org/d/seancorfield/honeysql/CURRENT) This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINOR provide some relative indication of the size of the change, but do not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names). COMMITS is an ever-increasing counter of commits since the beginning of this repository. diff --git a/deps.edn b/deps.edn index b9eef19..92506fd 100644 --- a/deps.edn +++ b/deps.edn @@ -1,5 +1,5 @@ {:mvn/repos {"sonatype" {:url "https://oss.sonatype.org/content/repositories/snapshots/"}} - :paths ["src" "resources"] + :paths ["src"] :deps {org.clojure/clojure {:mvn/version "1.10.2"}} :aliases {:1.9 {:override-deps {org.clojure/clojure {:mvn/version "1.9.0"}}} diff --git a/pom.xml b/pom.xml index fda7cfd..6fa4e12 100644 --- a/pom.xml +++ b/pom.xml @@ -1,9 +1,9 @@ 4.0.0 - honeysql + seancorfield honeysql - 1.0.444 + 2.0.next honeysql SQL as Clojure data structures. https://github.com/seancorfield/honeysql @@ -25,13 +25,13 @@ https://github.com/seancorfield/honeysql scm:git:git://github.com/seancorfield/honeysql.git scm:git:ssh://git@github.com/seancorfield/honeysql.git - v1.0.444 + v2.0.next org.clojure clojure - 1.10.1 + 1.10.2