Skip to content

Commit 520263e

Browse files
committed
Add project information to spring-cloud-contract-tools pom.
Signed-off-by: Olga Maciaszek-Sharma <[email protected]>
1 parent 97924bd commit 520263e

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

spring-cloud-contract-tools/pom.xml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,57 @@
1616

1717
<name>Spring Cloud Contract Tools</name>
1818
<description>Spring Cloud Contract Tools</description>
19+
<url>https://github.com/spring-cloud/spring-cloud-contract</url>
20+
21+
<licenses>
22+
<license>
23+
<name>Apache License, Version 2.0</name>
24+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
25+
</license>
26+
</licenses>
27+
28+
<scm>
29+
<connection>scm:git:https://github.com/spring-cloud/spring-cloud-contract.git
30+
</connection>
31+
<developerConnection>
32+
scm:git:[email protected]:spring-cloud/spring-cloud-contract.git
33+
</developerConnection>
34+
<url>https://github.com/spring-cloud/spring-cloud-contract</url>
35+
<tag>HEAD</tag>
36+
</scm>
37+
38+
<developers>
39+
<developer>
40+
<id>mariuszs</id>
41+
<name>Mariusz Smykula</name>
42+
<email>[email protected]</email>
43+
</developer>
44+
<developer>
45+
<id>marcingrzejszczak</id>
46+
<name>Marcin Grzejszczak</name>
47+
<email>[email protected]</email>
48+
</developer>
49+
<developer>
50+
<id>dsyer</id>
51+
<name>David Syer</name>
52+
<email>david.syer at broadcom.com</email>
53+
</developer>
54+
<developer>
55+
<id>OlgaMaciaszek</id>
56+
<name>Olga Maciaszek-Sharma</name>
57+
<email>olga.maciaszek-sharma at broadcom.com</email>
58+
</developer>
59+
<developer>
60+
<id>sgibb</id>
61+
<name>Spencer Gibb</name>
62+
<email>spencer.gibb at broadcom.com</email>
63+
</developer>
64+
<developer>
65+
<id>rbaxter</id>
66+
<name>Ryan Baxter</name>
67+
<email>ryan.baxter at broadcom.com</email>
68+
</developer>
69+
</developers>
1970

2071
<modules>
2172
<module>spring-cloud-contract-converters</module>

0 commit comments

Comments
 (0)