migration to maven 3
[utils] / system / pom.xml
1 <?xml version="1.0"?>
2 <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">
3
4   <parent>
5     <groupId>org.wamblee</groupId>
6     <artifactId>wamblee-utils</artifactId>
7     <version>0.6-SNAPSHOT</version>
8         <relativePath>..</relativePath>
9   </parent>
10
11   <modelVersion>4.0.0</modelVersion>
12   <groupId>org.wamblee</groupId>
13   <artifactId>wamblee-system</artifactId>
14   <packaging>pom</packaging>
15   <name>/system</name>
16   <url>http://wamblee.org</url>
17   <modules>
18     <module>general</module>
19     <module>spring</module>
20   </modules>
21   
22 </project>