Skip to content

Commit

Permalink
Ditch pom-template var
Browse files Browse the repository at this point in the history
  • Loading branch information
janetacarr committed Jan 15, 2024
1 parent f28cf19 commit 481b53a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
(defn clean [_]
(b/delete {:path "target"}))

(def pom-template
[[:licenses
[:license
[:name "APACHE LICENSE, VERSION 2.0"]
[:url "https://www.apache.org/licenses/LICENSE-2.0"]]]])

(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"]
Expand Down

0 comments on commit 481b53a

Please sign in to comment.