Skip to content

Commit 181e85e

Browse files
authored
[Java] Inherit from sonatype oss parent (#136)
1 parent 9cc6c3f commit 181e85e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

java/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1919
<modelVersion>4.0.0</modelVersion>
2020

21+
<parent>
22+
<groupId>org.sonatype.oss</groupId>
23+
<artifactId>oss-parent</artifactId>
24+
<version>7</version>
25+
</parent>
26+
2127
<groupId>com.google.budoux</groupId>
2228
<artifactId>budoux</artifactId>
2329
<version>0.5.1</version>

0 commit comments

Comments
 (0)