From 36e0ede47e633649ef80ea0bee3f252dce88a8fb Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Mon, 1 Nov 2021 12:51:18 -0700 Subject: [PATCH] move template pom.xml --- 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 88ac5b9..13c5967 100644 --- a/build.clj +++ b/build.clj @@ -66,7 +66,7 @@ opts [:cljs :1.9 :1.10 :master])) (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