From b2610ee2915e7d358554ce517634c900c137c740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Z=C3=B6ller?= Date: Sun, 14 Apr 2024 16:57:17 +0200 Subject: [PATCH] Set proper group ID for Maven This will make it possible to publish the artifact under the existing Testcontainers Maven group --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 675df90..4c1f6f6 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject testcontainers-clj "unspecified" +(defproject org.testcontainers/testcontainers-clj "unspecified" :description "A lightweight, official wrapper around the Testcontainers Java library" :url "https://github.com/testcontainers/testcontainers-clj"