|
11 | 11 |
|
12 | 12 | <packaging>pom</packaging>
|
13 | 13 |
|
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 |
| - |
25 | 14 | <licenses>
|
26 | 15 | <license>
|
27 | 16 | <name>The Apache Software License, Version 2.0</name>
|
28 | 17 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
29 | 18 | </license>
|
30 | 19 | </licenses>
|
31 | 20 |
|
| 21 | + <organization> |
| 22 | + <name>Expedia Group</name> |
| 23 | + <url>http://expediagroup.com</url> |
| 24 | + </organization> |
| 25 | + |
32 | 26 | <developers>
|
33 | 27 | <developer>
|
34 |
| - <name>Rick Fast</name> |
35 |
| - |
36 |
| - <organization>Expedia Group</organization> |
37 |
| - <organizationUrl>https://www.expediagroup.com</organizationUrl> |
38 |
| - </developer> |
39 |
| - <developer> |
40 |
| - <name>Dariusz Kuc</name> |
41 |
| - |
42 |
| - <organization>Expedia Group</organization> |
43 |
| - <organizationUrl>https://www.expediagroup.com</organizationUrl> |
44 |
| - </developer> |
45 |
| - <developer> |
46 |
| - <name>Shane Myrick</name> |
47 |
| - |
48 |
| - <organization>Expedia Group</organization> |
49 |
| - <organizationUrl>https://www.expediagroup.com</organizationUrl> |
50 |
| - </developer> |
51 |
| - <developer> |
52 |
| - <name>Guillaume Scheibel</name> |
53 |
| - |
| 28 | + <name>Expedia Group Committers</name> |
| 29 | + |
54 | 30 | <organization>Expedia Group</organization>
|
55 |
| - <organizationUrl>https://www.expediagroup.com</organizationUrl> |
| 31 | + <organizationUrl>https://expediagroup.com</organizationUrl> |
56 | 32 | </developer>
|
57 | 33 | </developers>
|
58 | 34 |
|
| 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 | + |
59 | 46 | <scm>
|
60 | 47 | <connection>scm:git:git://github.com/ExpediaGroup/graphql-kotlin.git</connection>
|
61 | 48 | <developerConnection>scm:git:git://github.com/ExpediaGroup/graphql-kotlin.git</developerConnection>
|
|
0 commit comments