Skip to content

Commit ecd7797

Browse files
smyrickdariuszkuc
authored andcommitted
Update contributors to generic EG (#333)
Update the Maven settings of contributors to the EG Open Source email and name
1 parent 58d277c commit ecd7797

File tree

1 file changed

+19
-32
lines changed

1 file changed

+19
-32
lines changed

pom.xml

Lines changed: 19 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -11,51 +11,38 @@
1111

1212
<packaging>pom</packaging>
1313

14-
<distributionManagement>
15-
<snapshotRepository>
16-
<id>ossrh</id>
17-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
18-
</snapshotRepository>
19-
<repository>
20-
<id>ossrh</id>
21-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
22-
</repository>
23-
</distributionManagement>
24-
2514
<licenses>
2615
<license>
2716
<name>The Apache Software License, Version 2.0</name>
2817
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
2918
</license>
3019
</licenses>
3120

21+
<organization>
22+
<name>Expedia Group</name>
23+
<url>http://expediagroup.com</url>
24+
</organization>
25+
3226
<developers>
3327
<developer>
34-
<name>Rick Fast</name>
35-
<email>[email protected]</email>
36-
<organization>Expedia Group</organization>
37-
<organizationUrl>https://www.expediagroup.com</organizationUrl>
38-
</developer>
39-
<developer>
40-
<name>Dariusz Kuc</name>
41-
<email>[email protected]</email>
42-
<organization>Expedia Group</organization>
43-
<organizationUrl>https://www.expediagroup.com</organizationUrl>
44-
</developer>
45-
<developer>
46-
<name>Shane Myrick</name>
47-
<email>[email protected]</email>
48-
<organization>Expedia Group</organization>
49-
<organizationUrl>https://www.expediagroup.com</organizationUrl>
50-
</developer>
51-
<developer>
52-
<name>Guillaume Scheibel</name>
53-
<email>[email protected]</email>
28+
<name>Expedia Group Committers</name>
29+
<email>[email protected]</email>
5430
<organization>Expedia Group</organization>
55-
<organizationUrl>https://www.expediagroup.com</organizationUrl>
31+
<organizationUrl>https://expediagroup.com</organizationUrl>
5632
</developer>
5733
</developers>
5834

35+
<distributionManagement>
36+
<snapshotRepository>
37+
<id>ossrh</id>
38+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
39+
</snapshotRepository>
40+
<repository>
41+
<id>ossrh</id>
42+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
43+
</repository>
44+
</distributionManagement>
45+
5946
<scm>
6047
<connection>scm:git:git://github.com/ExpediaGroup/graphql-kotlin.git</connection>
6148
<developerConnection>scm:git:git://github.com/ExpediaGroup/graphql-kotlin.git</developerConnection>

0 commit comments

Comments
 (0)