Skip to content

Commit

Permalink
change parent pom to use apache parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
xiemalin committed Sep 29, 2019
1 parent eadfb10 commit 4ed358e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
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>9</version>
</parent>

<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>21</version>
</parent>
<groupId>com.baidu</groupId>
<artifactId>jprotobuf</artifactId>
<version>1.11.11</version>
Expand Down

0 comments on commit 4ed358e

Please sign in to comment.