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">
5 <groupId>org.wamblee.xmlrouter</groupId>
6 <artifactId>xmlrouter-root</artifactId>
7 <version>0.1-SNAPSHOT</version>
10 <modelVersion>4.0.0</modelVersion>
11 <artifactId>xmlrouter-impl</artifactId>
12 <packaging>jar</packaging>
13 <name>/xmlrouter/impl</name>
14 <url>http://wamblee.org</url>
18 <groupId>org.wamblee.xmlrouter</groupId>
19 <artifactId>xmlrouter-config</artifactId>
20 <version>0.1-SNAPSHOT</version>
23 <groupId>org.wamblee.xmlrouter</groupId>
24 <artifactId>xmlrouter-publish</artifactId>
25 <version>0.1-SNAPSHOT</version>
28 <groupId>org.wamblee.xmlrouter</groupId>
29 <artifactId>xmlrouter-subscribe</artifactId>
30 <version>0.1-SNAPSHOT</version>
33 <groupId>org.wamblee.xmlrouter</groupId>
34 <artifactId>xmlrouter-listener</artifactId>
35 <version>0.1-SNAPSHOT</version>
38 <groupId>junit</groupId>
39 <artifactId>junit</artifactId>
42 <groupId>org.mockito</groupId>
43 <artifactId>mockito-all</artifactId>
47 <distributionManagement>
49 <id>xmlrouter-site</id>
50 <url>file:${distrib}/cache</url>
52 </distributionManagement>