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:
parent
7d2ff63148
commit
b2610ee291
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue