Initial commit of nfchain.
[affinity.git] / nfchain / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.opendaylight.affinity</groupId>
6     <artifactId>affinityParent</artifactId>
7     <version>0.4.1-SNAPSHOT</version>
8   </parent>
9   
10   <packaging>pom</packaging>
11   <groupId>org.opendaylight.affinity</groupId>
12   <artifactId>nfchain</artifactId>
13   <version>0.4.1-SNAPSHOT</version>
14
15   <scm>
16     <connection>scm:git:ssh://git.opendaylight.org:29418/affinity.git</connection>
17     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/affinity.git</developerConnection>
18   </scm>
19   
20   <modules>
21     <module>api</module>
22     <module>impl</module>
23   </modules>
24 </project>