Skip to content

Commit a0f95b7

Browse files
committed
Add project information to module poms.
Signed-off-by: Olga Maciaszek-Sharma <olga.maciaszek-sharma@broadcom.com>
1 parent 520263e commit a0f95b7

File tree

2 files changed

+105
-0
lines changed

2 files changed

+105
-0
lines changed

docs/pom.xml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,69 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-contract-docs</artifactId>
8+
89
<parent>
910
<groupId>org.springframework.cloud</groupId>
1011
<artifactId>spring-cloud-contract-parent</artifactId>
1112
<version>4.2.2-SNAPSHOT</version>
1213
<relativePath>..</relativePath>
1314
</parent>
15+
1416
<packaging>jar</packaging>
1517
<name>Spring Cloud Contract Docs</name>
1618
<description>Spring Cloud Contract Docs</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:git@github.com: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>mariuszs@gmail.com</email>
43+
</developer>
44+
<developer>
45+
<id>marcingrzejszczak</id>
46+
<name>Marcin Grzejszczak</name>
47+
<email>mgrzejszczak@vmware.com</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>
70+
1771
<properties>
1872
<jackson-module-jsonSchema.version>2.14.3</jackson-module-jsonSchema.version>
1973
<docs.main>spring-cloud-contract</docs.main>

spring-cloud-contract-starters/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 Starters</name>
1818
<description>Spring Cloud Contract Starters</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:git@github.com: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>mariuszs@gmail.com</email>
43+
</developer>
44+
<developer>
45+
<id>marcingrzejszczak</id>
46+
<name>Marcin Grzejszczak</name>
47+
<email>mgrzejszczak@vmware.com</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-starter-contract-stub-runner</module>

0 commit comments

Comments
 (0)