Skip to content

Commit 23fe764

Browse files
committed
Adds license and developers to pom.xml
1 parent 125f79a commit 23fe764

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

pom.xml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,64 @@
2525
</developerConnection>
2626
<tag>HEAD</tag>
2727
</scm>
28+
<licenses>
29+
<license>
30+
<name>Apache License, Version 2.0</name>
31+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
32+
</license>
33+
</licenses>
34+
<developers>
35+
<developer>
36+
<id>dsyer</id>
37+
<name>Dave Syer</name>
38+
<email>david.syer at broadcom.com</email>
39+
<organization>Broadcom, Inc.</organization>
40+
<organizationUrl>https://www.spring.io</organizationUrl>
41+
<roles>
42+
<role>lead</role>
43+
</roles>
44+
</developer>
45+
<developer>
46+
<id>sgibb</id>
47+
<name>Spencer Gibb</name>
48+
<email>spencer.gibb at broadcom.com</email>
49+
<organization>Broadcom, Inc.</organization>
50+
<organizationUrl>https://www.spring.io</organizationUrl>
51+
<roles>
52+
<role>lead</role>
53+
</roles>
54+
</developer>
55+
<developer>
56+
<id>mgrzejszczak</id>
57+
<name>Marcin Grzejszczak</name>
58+
<email>>marcin.grzejszczak at broadcom.com</email>
59+
<organization>Broadcom, Inc.</organization>
60+
<organizationUrl>https://www.spring.io</organizationUrl>
61+
<roles>
62+
<role>developer</role>
63+
</roles>
64+
</developer>
65+
<developer>
66+
<id>rbaxter</id>
67+
<name>Ryan Baxter</name>
68+
<email>ryan.baxter at broadcom.com</email>
69+
<organization>Broadcom, Inc.</organization>
70+
<organizationUrl>https://www.spring.io</organizationUrl>
71+
<roles>
72+
<role>developer</role>
73+
</roles>
74+
</developer>
75+
<developer>
76+
<id>omaciaszeksharma</id>
77+
<name>Olga Maciaszek-Sharma</name>
78+
<email>olga.maciaszek-sharma at broadcom.com</email>
79+
<organization>Broadcom, Inc.</organization>
80+
<organizationUrl>https://www.spring.io</organizationUrl>
81+
<roles>
82+
<role>developer</role>
83+
</roles>
84+
</developer>
85+
</developers>
2886
<properties>
2987
<bintray.package>commons</bintray.package>
3088
<evictor.version>1.0.0</evictor.version>

0 commit comments

Comments
 (0)