Skip to content

Commit 060dd36

Browse files
Adjust Maven Metadata
Remove developers and replace with organisation. Signed-off-by: Karsten Schnitter <k.schnitter@sap.com>
1 parent 0453eeb commit 060dd36

File tree

1 file changed

+5
-66
lines changed

1 file changed

+5
-66
lines changed

pom.xml

Lines changed: 5 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -11,72 +11,12 @@
1111
<description>Supports the creation of structured log messages and the collection of request metrics for Java
1212
applications running on Cloud Foundry
1313
</description>
14-
<developers>
15-
<developer>
16-
<id>WolfgangTheilmann</id>
17-
<name>Wolfgang Theilmann</name>
18-
<email>wolfgang.theilmann@sap.com</email>
19-
<organization>SAP SE</organization>
20-
<organizationUrl>https://github.com/SAP</organizationUrl>
21-
</developer>
22-
<developer>
23-
<id>KarstenSchnitter</id>
24-
<name>Karsten Schnitter</name>
25-
<email>k.schnitter@sap.com</email>
26-
<organization>SAP SE</organization>
27-
<organizationUrl>https://github.com/SAP</organizationUrl>
28-
</developer>
29-
<developer>
30-
<id>HariG</id>
31-
<name>Hariharan Gandhi</name>
32-
<email>hariharan.gandhi@sap.com</email>
33-
<organization>SAP SE</organization>
34-
<organizationUrl>https://github.com/SAP</organizationUrl>
35-
</developer>
36-
<developer>
37-
<id>haraldfuchs</id>
38-
<name>Harald Fuchs</name>
39-
<email>harald.fuchs@sap.com</email>
40-
<organization>SAP SE</organization>
41-
<organizationUrl>https://github.com/SAP</organizationUrl>
42-
</developer>
43-
<developer>
44-
<id>nicklas-dohrn</id>
45-
<name>Nicklas Dohrn</name>
46-
<email>nicklas.dohrn@sap.com</email>
47-
<organization>SAP SE</organization>
48-
<organizationUrl>https://github.com/SAP</organizationUrl>
49-
</developer>
50-
<developer>
51-
<id>bgoerzig</id>
52-
<name>Benny Goerzig</name>
53-
<email>benny.goerzig@sap.com</email>
54-
<organization>SAP SE</organization>
55-
<organizationUrl>https://github.com/SAP</organizationUrl>
56-
</developer>
57-
<developer>
58-
<id>juergen-walter</id>
59-
<name>Juergen Walter</name>
60-
<email>juergen.walter@sap.com</email>
61-
<organization>SAP SE</organization>
62-
<organizationUrl>https://github.com/SAP</organizationUrl>
63-
</developer>
64-
<developer>
65-
<id>D070188</id>
66-
<name>Xiaozhong Zhang</name>
67-
<email>xiaozhong.zhang@sap.com</email>
68-
<organization>SAP SE</organization>
69-
<organizationUrl>https://github.com/SAP</organizationUrl>
70-
</developer>
71-
<developer>
72-
<id>p-singh</id>
73-
<name>Prabhjot Singh</name>
74-
<email>prabhjot.singh02@sap.com</email>
75-
<organization>SAP SE</organization>
76-
<organizationUrl>https://github.com/SAP</organizationUrl>
77-
</developer>
78-
</developers>
7914

15+
<url>https://github.com/SAP/cf-java-logging-support</url>
16+
<organization>
17+
<name>SAP SE</name>
18+
<url>https://www.sap.com</url>
19+
</organization>
8020
<licenses>
8121
<license>
8222
<name>The Apache Software License, Version 2.0</name>
@@ -85,7 +25,6 @@
8525
</license>
8626
</licenses>
8727

88-
<url>https://github.com/SAP/cf-java-logging-support</url>
8928

9029
<scm>
9130
<connection>scm:git:git@github.com:SAP/cf-java-logging-support.git</connection>

0 commit comments

Comments
 (0)