Skip to content

Commit 01da1fe

Browse files
committed
Revert "Add project information to module poms."
This reverts commit a0f95b7.
1 parent d8cc9f6 commit 01da1fe

File tree

2 files changed

+0
-105
lines changed

2 files changed

+0
-105
lines changed

docs/pom.xml

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -5,69 +5,15 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-contract-docs</artifactId>
8-
98
<parent>
109
<groupId>org.springframework.cloud</groupId>
1110
<artifactId>spring-cloud-contract-parent</artifactId>
1211
<version>4.2.3-SNAPSHOT</version>
1312
<relativePath>..</relativePath>
1413
</parent>
15-
1614
<packaging>jar</packaging>
1715
<name>Spring Cloud Contract Docs</name>
1816
<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:[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>
70-
7117
<properties>
7218
<jackson-module-jsonSchema.version>2.14.3</jackson-module-jsonSchema.version>
7319
<docs.main>spring-cloud-contract</docs.main>

spring-cloud-contract-starters/pom.xml

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -16,57 +16,6 @@
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:[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>
7019

7120
<modules>
7221
<module>spring-cloud-starter-contract-stub-runner</module>

0 commit comments

Comments
 (0)