From 3d8af40a731ecc7dab33de975b84885948077578 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Mon, 1 Nov 2021 12:44:20 -0700 Subject: [PATCH] move template pom.xml file --- build.clj | 2 +- pom_template.xml => template/pom.xml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pom_template.xml => template/pom.xml (100%) 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