diff --git a/build.clj b/build.clj index b3416b7..88ac5b9 100644 --- a/build.clj +++ b/build.clj @@ -66,6 +66,7 @@ opts [:cljs :1.9 :1.10 :master])) (bb/clean) + (assoc :src-pom "pom_template.xml") (bb/jar))) (defn deploy "Deploy the JAR to Clojars." [opts] diff --git a/pom.xml b/pom_template.xml similarity index 54% rename from pom.xml rename to pom_template.xml index 8216e90..a220b8c 100644 --- a/pom.xml +++ b/pom_template.xml @@ -1,9 +1,6 @@ 4.0.0 - com.github.seancorfield - honeysql - VERSION honeysql SQL as Clojure data structures. https://github.com/seancorfield/honeysql @@ -25,33 +22,5 @@ https://github.com/seancorfield/honeysql scm:git:git://github.com/seancorfield/honeysql.git scm:git:ssh://git@github.com/seancorfield/honeysql.git - TAG - - - org.clojure - clojure - 1.9.0 - - - - - clojars - https://repo.clojars.org/ - - - sonatype - https://oss.sonatype.org/content/repositories/snapshots/ - - - - src - - - - clojars - Clojars repository - https://clojars.org/repo - -