Skip to content

Commit 9c2e013

Browse files
committed
fix groupId
Signed-off-by: Olivier Lamy <[email protected]>
1 parent 6566292 commit 9c2e013

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ See the Apache License Version 2.0 for the specific language governing permissio
1313

1414
<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/maven-v4_0_0.xsd">
1515
<modelVersion>4.0.0</modelVersion>
16+
1617
<parent>
17-
<groupId>org.sonatype.spice</groupId>
18-
<artifactId>spice-parent</artifactId>
19-
<version>15</version>
18+
<groupId>org.codehaus.plexus</groupId>
19+
<artifactId>plexus</artifactId>
20+
<version>7</version>
2021
</parent>
21-
<groupId>org.sonatype.plexus</groupId>
22+
2223
<artifactId>plexus-build-api</artifactId>
2324
<version>0.0.8-SNAPSHOT</version>
2425

0 commit comments

Comments
 (0)