From 6ce30fac9f7a303370dd02bf173ce7c944b51f9e Mon Sep 17 00:00:00 2001 From: Ambrose Bonnaire-Sergeant Date: Wed, 14 Jul 2021 11:57:26 -0400 Subject: [PATCH] revert project.clj changes --- project.clj | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/project.clj b/project.clj index 96c4686..c3524d8 100644 --- a/project.clj +++ b/project.clj @@ -1,9 +1,4 @@ -;; threatgrid notes: -;; - forked at version 3.1.2-SNAPSHOT -;; - changed coordinates to org.clojars.frenchy64/trapperkeeper (because threatgrid group -;; is not verified, so threatgrid/trapperkeeper cannot be created) -;; - release 3.2.0 contains fix to https://github.com/advthreat/iroh/issues/5459 -(defproject org.clojars.frenchy64/trapperkeeper "3.2.0" +(defproject puppetlabs/trapperkeeper "3.1.2-SNAPSHOT" :description "A framework for configuring, composing, and running Clojure services." :license {:name "Apache License, Version 2.0"