We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cc201 commit a52073bCopy full SHA for a52073b
pom.xml
@@ -7,6 +7,7 @@
7
<version>1.32.0</version><!-- {x-version-update:google-http-client-parent:current} -->
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>
11
12
<url>https://github.com/googleapis/google-http-java-client</url>
13
@@ -28,6 +29,14 @@
28
29
<url>http://www.google.com/</url>
30
</organization>
31
32
+ <developers>
33
+ <developer>
34
+ <id>chingor</id>
35
+ <name>Jeff Ching</name>
36
+ <email>chingor@google.com</email>
37
+ </developer>
38
+ </developers>
39
+
40
<licenses>
41
<license>
42
<name>The Apache Software License, Version 2.0</name>
0 commit comments