Skip to content

Commit 9ae116f

Browse files
committed
Add plexus 13 parent
1 parent 824dfac commit 9ae116f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
33

4+
<parent>
5+
<groupId>org.codehaus.plexus</groupId>
6+
<artifactId>plexus</artifactId>
7+
<version>13</version>
8+
</parent>
9+
410
<groupId>org.codehaus.modello</groupId>
511
<artifactId>modello</artifactId>
612
<version>2.1.2-SNAPSHOT</version>

0 commit comments

Comments
 (0)