Skip to content

Commit

Permalink
fix groupId
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Oct 11, 2021
1 parent 6566292 commit 9c2e013
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ See the Apache License Version 2.0 for the specific language governing permissio

<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.sonatype.spice</groupId>
<artifactId>spice-parent</artifactId>
<version>15</version>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus</artifactId>
<version>7</version>
</parent>
<groupId>org.sonatype.plexus</groupId>

<artifactId>plexus-build-api</artifactId>
<version>0.0.8-SNAPSHOT</version>

Expand Down

0 comments on commit 9c2e013

Please sign in to comment.