|
6 | 6 | <artifactId>google-http-client-parent</artifactId> |
7 | 7 | <version>1.44.1</version><!-- {x-version-update:google-http-client-parent:current} --> |
8 | 8 | <packaging>pom</packaging> |
9 | | - <name>Parent for the Google HTTP Client Library for Java</name> |
10 | | - <description>Google HTTP Client Library for Java</description> |
| 9 | + <name>Fork of com.google.http-client:google-http-client-parent for Cryptomator for Android</name> |
| 10 | + <description> |
| 11 | + Unofficial, unaffiliated and unassociated fork of https://github.com/googleapis/google-http-java-client for internal use in Cryptomator for Android. |
| 12 | + </description> |
11 | 13 |
|
12 | | - <url>https://github.com/googleapis/google-http-java-client</url> |
| 14 | + <url>https://github.com/cryptomator/google-http-java-client</url> |
13 | 15 |
|
14 | 16 | <issueManagement> |
15 | 17 | <system>GitHub</system> |
16 | | - <url>https://github.com/googleapis/google-http-java-client/issues</url> |
| 18 | + <url>https://github.com/cryptomator/google-http-java-client/issues</url> |
17 | 19 | </issueManagement> |
18 | 20 |
|
19 | 21 | <inceptionYear>2011</inceptionYear> |
20 | 22 |
|
21 | 23 | <scm> |
22 | | - <connection>scm:git:https://github.com/googleapis/google-http-java-client.git</connection> |
23 | | - <developerConnection>scm:git:git@github.com:googleapis/google-http-java-client.git</developerConnection> |
24 | | - <url>https://github.com/googleapis/google-http-java-client</url> |
| 24 | + <connection>scm:git:https://github.com/cryptomator/google-http-java-client.git</connection> |
| 25 | + <developerConnection>scm:git:git@github.com:cryptomator/google-http-java-client.git</developerConnection> |
| 26 | + <url>https://github.com/cryptomator/google-http-java-client</url> |
25 | 27 | </scm> |
26 | 28 |
|
| 29 | + <organization> |
| 30 | + <name>Cryptomator</name> |
| 31 | + <url>https://cryptomator.org/</url> |
| 32 | + </organization> |
| 33 | + |
| 34 | + <!-- Organization of the forked repository at https://github.com/googleapis/google-http-java-client |
27 | 35 | <organization> |
28 | 36 | <name>Google</name> |
29 | 37 | <url>https://www.google.com/</url> |
30 | 38 | </organization> |
| 39 | + --> |
31 | 40 |
|
32 | 41 | <developers> |
| 42 | + <developer> |
| 43 | + <id>cryptomator</id> |
| 44 | + <name>Cryptomator</name> |
| 45 | + <url>https://cryptomator.org/</url> |
| 46 | + <roles> |
| 47 | + <role>Maintainer of this fork</role> |
| 48 | + </roles> |
| 49 | + </developer> |
| 50 | + <developer> |
| 51 | + <id>google</id> |
| 52 | + <name>Google</name> |
| 53 | + <url>https://www.google.com/</url> |
| 54 | + <roles> |
| 55 | + <role>Maintainer of the forked repository at https://github.com/googleapis/google-http-java-client</role> |
| 56 | + </roles> |
| 57 | + </developer> |
33 | 58 | <developer> |
34 | 59 | <id>chingor</id> |
35 | 60 | <name>Jeff Ching</name> |
36 | 61 | <email>chingor@google.com</email> |
| 62 | + <roles> |
| 63 | + <role>Maintainer of the forked repository at https://github.com/googleapis/google-http-java-client</role> |
| 64 | + </roles> |
37 | 65 | </developer> |
38 | 66 | </developers> |
39 | 67 |
|
|
422 | 450 | <link>https://static.javadoc.io/doc/com.google.code.gson/gson/${project.gson.version}</link> |
423 | 451 | <link>https://google.github.io/guava/releases/${project.guava.version}/api/docs/</link> |
424 | 452 | </links> |
425 | | - <doctitle>Google HTTP Client Library for Java ${project.version}</doctitle> |
| 453 | + <doctitle>Fork of https://github.com/googleapis/google-http-java-client for Cryptomator for Android ${project.version}</doctitle> |
426 | 454 | <excludePackageNames>com.google.api.client.findbugs:com.google.api.client.test.:com.google.api.services</excludePackageNames> |
427 | 455 | <overview>${basedir}/overview.html</overview> |
428 | 456 | <groups> |
429 | 457 | <group> |
430 | | - <title>google-http-client</title> |
| 458 | + <title>Fork of com.google.http-client:google-http-client for Cryptomator for Android</title> |
431 | 459 | <packages>com.google.api.client.http*:com.google.api.client.json*:com.google.api.client.testing*:com.google.api.client.util*</packages> |
432 | 460 | </group> |
433 | 461 | <group> |
434 | | - <title>google-http-client-appengine</title> |
| 462 | + <title>Fork of com.google.http-client:google-http-client-appengine for Cryptomator for Android</title> |
435 | 463 | <packages>com.google.api.client.extensions.appengine*</packages> |
436 | 464 | </group> |
437 | 465 | <group> |
438 | | - <title>google-http-client-android</title> |
| 466 | + <title>Fork of com.google.http-client:google-http-client-android for Cryptomator for Android</title> |
439 | 467 | <packages>com.google.api.client.extensions.android*</packages> |
440 | 468 | </group> |
441 | 469 | <group> |
442 | | - <title>google-http-client-protobuf</title> |
| 470 | + <title>Fork of com.google.http-client:google-http-client-protobuf for Cryptomator for Android</title> |
443 | 471 | <packages>com.google.api.client.protobuf*:com.google.api.client.http.protobuf*</packages> |
444 | 472 | </group> |
445 | 473 | <group> |
446 | | - <title>google-http-client-gson</title> |
| 474 | + <title>Fork of com.google.http-client:google-http-client-gson for Cryptomator for Android</title> |
447 | 475 | <packages>com.google.api.client.json.gson*</packages> |
448 | 476 | </group> |
449 | 477 | <group> |
450 | | - <title>google-http-client-jackson2</title> |
| 478 | + <title>Fork of com.google.http-client:google-http-client-jackson2 for Cryptomator for Android</title> |
451 | 479 | <packages>com.google.api.client.json.jackson2.*</packages> |
452 | 480 | </group> |
453 | 481 | <group> |
454 | | - <title>google-http-client-xml</title> |
| 482 | + <title>Fork of com.google.http-client:google-http-client-xml for Cryptomator for Android</title> |
455 | 483 | <packages>com.google.api.client.xml*:com.google.api.client.http.xml*</packages> |
456 | 484 | </group> |
457 | 485 | </groups> |
458 | | - <windowtitle>google-http-java-client ${project.version}</windowtitle> |
| 486 | + <windowtitle>Fork of https://github.com/googleapis/google-http-java-client for Cryptomator for Android ${project.version}</windowtitle> |
459 | 487 | </configuration> |
460 | 488 | </execution> |
461 | 489 | </executions> |
|
0 commit comments