Skip to content

Commit a52073b

Browse files
committed
chore: fix missing description/developers section for staging rules
1 parent 41cc201 commit a52073b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<version>1.32.0</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<packaging>pom</packaging>
99
<name>Parent for the Google HTTP Client Library for Java</name>
10+
<description>Google HTTP Client Library for Java</description>
1011

1112
<url>https://github.com/googleapis/google-http-java-client</url>
1213

@@ -28,6 +29,14 @@
2829
<url>http://www.google.com/</url>
2930
</organization>
3031

32+
<developers>
33+
<developer>
34+
<id>chingor</id>
35+
<name>Jeff Ching</name>
36+
<email>chingor@google.com</email>
37+
</developer>
38+
</developers>
39+
3140
<licenses>
3241
<license>
3342
<name>The Apache Software License, Version 2.0</name>

0 commit comments

Comments
 (0)