Set proper group ID for Maven

This will make it possible to publish the artifact under the existing
Testcontainers Maven group
This commit is contained in:
Tim Zöller 2024-04-14 16:57:17 +02:00
parent 7d2ff63148
commit b2610ee291

View file

@ -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"