Skip to content

Commit 789573a

Browse files
author
Jason van Zyl
committed
o using the standard spice parent pom
git-svn-id: file:///opt/svn/repositories/sonatype.org/spice/trunk/plexus-build-api@858 5751e0cb-dcb7-432f-92e2-260806df54be
1 parent 2ceef09 commit 789573a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4+
<parent>
5+
<groupId>org.sonatype.spice</groupId>
6+
<artifactId>spice-parent</artifactId>
7+
<version>10</version>
8+
</parent>
49
<groupId>org.codehaus.plexus</groupId>
510
<artifactId>plexus-build-api</artifactId>
611
<version>0.0.1-SNAPSHOT</version>
7-
12+
813
<dependencies>
914
<dependency>
1015
<groupId>org.codehaus.plexus</groupId>

0 commit comments

Comments
 (0)