Skip to content

Commit 177d19f

Browse files
committed
add missing project info
1 parent dd80bcf commit 177d19f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
<name>testcontainers-concord</name>
1313
<description>Allows running Concord in JUnit 5 tests using Testcontainers</description>
14+
<url>https://concord.walmartlabs.com/</url>
1415

1516
<licenses>
1617
<license>
@@ -20,6 +21,17 @@
2021
</license>
2122
</licenses>
2223

24+
<developers>
25+
<developer>
26+
<id>team</id>
27+
<name>Concord Development Team</name>
28+
<roles>
29+
<role>Project Lead</role>
30+
</roles>
31+
<timezone>-5</timezone>
32+
</developer>
33+
</developers>
34+
2335
<properties>
2436
<maven.compiler.source>1.8</maven.compiler.source>
2537
<maven.compiler.target>1.8</maven.compiler.target>
@@ -253,6 +265,7 @@
253265
</build>
254266

255267
<scm>
268+
<url>scm:git:[email protected]:concord-workflow/testcontainers-concord.git</url>
256269
<developerConnection>scm:git:[email protected]:concord-workflow/testcontainers-concord.git</developerConnection>
257270
<tag>HEAD</tag>
258271
</scm>

0 commit comments

Comments
 (0)