Skip to content

Commit

Permalink
fix: remove deprecated parent pom (#1785)
Browse files Browse the repository at this point in the history
* remove deprecated parent pom
* add description
  • Loading branch information
elharo committed May 4, 2021
1 parent f669799 commit 5da3355
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Expand Up @@ -2,17 +2,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.31.5-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<packaging>pom</packaging>
<name>Parent for the Google API Client Library for Java</name>

<description>The Google APIs Client Library for Java is a Java client library
for accessing any HTTP-based API on the web</description>
<url>https://github.com/googleapis/google-api-java-client</url>

<issueManagement>
Expand Down

0 comments on commit 5da3355

Please sign in to comment.