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 2ceef09 commit 789573aCopy full SHA for 789573a
pom.xml
@@ -1,10 +1,15 @@
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
<modelVersion>4.0.0</modelVersion>
4
+ <parent>
5
+ <groupId>org.sonatype.spice</groupId>
6
+ <artifactId>spice-parent</artifactId>
7
+ <version>10</version>
8
+ </parent>
9
<groupId>org.codehaus.plexus</groupId>
10
<artifactId>plexus-build-api</artifactId>
11
<version>0.0.1-SNAPSHOT</version>
-
12
+
13
<dependencies>
14
<dependency>
15
0 commit comments