From 867fa40fa47e7008fdb765f97726f4afb01719a1 Mon Sep 17 00:00:00 2001 From: Erdos Balint Date: Tue, 21 Nov 2023 15:08:54 +0900 Subject: [PATCH] Bump and add pom --- pom.xml | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++ project.clj | 2 +- 2 files changed, 95 insertions(+), 1 deletion(-) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..38730e3 --- /dev/null +++ b/pom.xml @@ -0,0 +1,94 @@ + + + 4.0.0 + jp.studist + sleepydog + jar + 0.1.2 + sleepydog + Clojure library for tracing (possibly async) applications with Datadog. + https://github.com/StudistCorporation/sleepydog + + + MIT + https://opensource.org/license/mit/ + + + + https://github.com/StudistCorporation/sleepydog + scm:git:git://github.com/StudistCorporation/sleepydog.git + scm:git:ssh://git@github.com/StudistCorporation/sleepydog.git + v0.1.2 + + + src + test + + + resources + + + + + resources + + + target + target/classes + + + + + central + https://repo1.maven.org/maven2/ + + false + + + true + + + + clojars + https://repo.clojars.org/ + + true + + + true + + + + + + + + + org.clojure + clojure + 1.11.1 + + + com.datadoghq + dd-trace-ot + 1.24.2 + + + clj-kondo + clj-kondo + 2023.10.20 + test + + + lambdaisland + kaocha + 1.87.1366 + test + + + + + diff --git a/project.clj b/project.clj index 2f6d2c0..a294d53 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject jp.studist/sleepydog "0.1.1" +(defproject jp.studist/sleepydog "0.1.2" :description "Clojure library for tracing (possibly async) applications with Datadog." :url "https://github.com/StudistCorporation/sleepydog" :license {:name "MIT"