We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc6c3f commit 181e85eCopy full SHA for 181e85e
java/pom.xml
@@ -18,6 +18,12 @@
18
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19
<modelVersion>4.0.0</modelVersion>
20
21
+ <parent>
22
+ <groupId>org.sonatype.oss</groupId>
23
+ <artifactId>oss-parent</artifactId>
24
+ <version>7</version>
25
+ </parent>
26
+
27
<groupId>com.google.budoux</groupId>
28
<artifactId>budoux</artifactId>
29
<version>0.5.1</version>
0 commit comments