Skip to content

Commit

Permalink
Parents the parent pom of the standard sonatype oss pom for better de…
Browse files Browse the repository at this point in the history
…faults.

Signed-off-by: Michael Pawliszyn <[email protected]>
  • Loading branch information
mpawliszyn committed Dec 12, 2018
1 parent 4f192d1 commit 0c7a9ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>

<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
Expand Down

0 comments on commit 0c7a9ec

Please sign in to comment.