initial versions.
[xmlrouter] / common / 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.xmlrouter</groupId>
6         <artifactId>xmlrouter-root</artifactId>
7         <version>0.1-SNAPSHOT</version>
8     </parent>
9
10     <modelVersion>4.0.0</modelVersion>
11     <artifactId>xmlrouter-common</artifactId>
12     <packaging>jar</packaging>
13     <name>/xmlrouter/common</name>
14     <url>http://wamblee.org</url>
15     
16     
17     <distributionManagement>
18         <site>
19             <id>xmlrouter-site</id>
20             <url>file:${distrib}/cache</url>
21         </site>
22     </distributionManagement>
23
24 </project>