Skip to content

Commit 9c2e013

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

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

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)