Skip to content

Commit 5da3355

Browse files
authored
fix: remove deprecated parent pom (#1785)
* remove deprecated parent pom * add description
1 parent f669799 commit 5da3355

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,13 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<parent>
6-
<groupId>org.sonatype.oss</groupId>
7-
<artifactId>oss-parent</artifactId>
8-
<version>7</version>
9-
</parent>
105
<groupId>com.google.api-client</groupId>
116
<artifactId>google-api-client-parent</artifactId>
127
<version>1.31.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
138
<packaging>pom</packaging>
149
<name>Parent for the Google API Client Library for Java</name>
15-
10+
<description>The Google APIs Client Library for Java is a Java client library
11+
for accessing any HTTP-based API on the web</description>
1612
<url>https://github.com/googleapis/google-api-java-client</url>
1713

1814
<issueManagement>

0 commit comments

Comments
 (0)