diff --git a/build.clj b/build.clj index f90065e..4542b43 100644 --- a/build.clj +++ b/build.clj @@ -31,7 +31,7 @@ (assoc :lib lib :version (if (:snapshot opts) snapshot version)) (test) (bb/clean) - (assoc :src-pom "pom_template.xml") + (assoc :src-pom "template/pom.xml") (bb/jar))) (defn deploy "Deploy the JAR to Clojars." [opts] diff --git a/pom_template.xml b/template/pom.xml similarity index 100% rename from pom_template.xml rename to template/pom.xml