2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4 <groupId>org.wamblee.xmlrouter</groupId>
5 <artifactId>xmlrouter-root</artifactId>
6 <version>0.1.0-SNAPSHOT</version>
9 <modelVersion>4.0.0</modelVersion>
10 <artifactId>xmlrouter-router</artifactId>
11 <packaging>pom</packaging>
12 <name>/xmlrouter/router</name>
13 <url>http://wamblee.org</url>
17 <module>bundle</module>
20 <distributionManagement>
22 <id>xmlrouter-site</id>
23 <url>file:${distrib}/all</url>
25 </distributionManagement>