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 824dfac commit 9ae116fCopy full SHA for 9ae116f
pom.xml
@@ -1,6 +1,12 @@
1
<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/xsd/maven-4.0.0.xsd">
2
<modelVersion>4.0.0</modelVersion>
3
4
+ <parent>
5
+ <groupId>org.codehaus.plexus</groupId>
6
+ <artifactId>plexus</artifactId>
7
+ <version>13</version>
8
+ </parent>
9
+
10
<groupId>org.codehaus.modello</groupId>
11
<artifactId>modello</artifactId>
12
<version>2.1.2-SNAPSHOT</version>
0 commit comments