From 47ab71ae634ebabde6ed82992ee26e00e7fb9883 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Mon, 1 Nov 2021 11:52:16 -0700 Subject: [PATCH] strip pom.xml and rename Since it isn't a real pom.xml file now. --- build.clj | 1 + pom.xml | 64 ------------------------------------------------ pom_template.xml | 23 +++++++++++++++++ 3 files changed, 24 insertions(+), 64 deletions(-) delete mode 100644 pom.xml create mode 100644 pom_template.xml diff --git a/build.clj b/build.clj index af6462f..f90065e 100644 --- a/build.clj +++ b/build.clj @@ -31,6 +31,7 @@ (assoc :lib lib :version (if (:snapshot opts) snapshot version)) (test) (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.xml deleted file mode 100644 index 83eb7a0..0000000 --- a/pom.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - 4.0.0 - com.github.seancorfield - next.jdbc - VERSION - next.jdbc - The next generation of clojure.java.jdbc: a new low-level Clojure wrapper for JDBC-based access to databases. - https://github.com/seancorfield/next-jdbc - - - Eclipse Public License - http://www.eclipse.org/legal/epl-v10.html - - - - - Sean Corfield - - - - https://github.com/seancorfield/next-jdbc - scm:git:git://github.com/seancorfield/next-jdbc.git - scm:git:ssh://git@github.com/seancorfield/next-jdbc.git - TAG - - - - org.clojure - clojure - 1.10.3 - - - org.clojure - java.data - 1.0.86 - - - camel-snake-kebab - camel-snake-kebab - 0.4.2 - - - - src - - - - clojars - https://repo.clojars.org/ - - - sonatype - https://oss.sonatype.org/content/repositories/snapshots/ - - - - - clojars - Clojars repository - https://clojars.org/repo - - - diff --git a/pom_template.xml b/pom_template.xml new file mode 100644 index 0000000..442bb16 --- /dev/null +++ b/pom_template.xml @@ -0,0 +1,23 @@ + + + 4.0.0 + next.jdbc + The next generation of clojure.java.jdbc: a new low-level Clojure wrapper for JDBC-based access to databases. + https://github.com/seancorfield/next-jdbc + + + Eclipse Public License + http://www.eclipse.org/legal/epl-v10.html + + + + + Sean Corfield + + + + https://github.com/seancorfield/next-jdbc + scm:git:git://github.com/seancorfield/next-jdbc.git + scm:git:ssh://git@github.com/seancorfield/next-jdbc.git + +