Skip to content

Commit

Permalink
Merge pull request #14 from janetacarr/fix-pom
Browse files Browse the repository at this point in the history
Fixed project description and url
  • Loading branch information
janetacarr authored Jan 16, 2024
2 parents c6b1ccc + 147784a commit 0687da5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(:require [clojure.tools.build.api :as b]))

(def lib 'com.janetacarr/quadtree-cljc)
(def version "0.1.2")
(def version "0.1.3")
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
(def jar-file (format "target/%s-%s-standalone.jar" (name lib) version))
Expand All @@ -11,8 +11,8 @@
(b/delete {:path "target"}))

(defn- pom-template [version]
[[:description "The next generation of clojure.java.jdbc: a new low-level Clojure wrapper for JDBC-based access to databases."]
[:url "https://github.com/seancorfield/next-jdbc"]
[[:description "A quadtree implementation for Clojure(script)"]
[:url "https://github.com/janetacarr/quadtree-cljc"]
[:licenses
[:license
[:name "APACHE LICENSE, VERSION 2.0"]
Expand Down

0 comments on commit 0687da5

Please sign in to comment.