[maven-release-plugin] prepare release wamblee-utils-0.2.3
[utils] / system / pom.xml
1 <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">
2
3   <parent>
4     <groupId>org.wamblee</groupId>
5     <artifactId>wamblee-utils</artifactId>
6     <version>0.2.3</version>
7   </parent>
8
9   <modelVersion>4.0.0</modelVersion>
10   <groupId>org.wamblee</groupId>
11   <artifactId>wamblee-system</artifactId>
12   <packaging>pom</packaging>
13   <name>/system</name>
14   <url>http://wamblee.org</url>
15   <modules>
16     <module>general</module>
17     <module>spring</module>
18   </modules>
19   
20 </project>