]> git.argeo.org Git - gpl/argeo-slc.git/blob - modules/pom.xml
git-svn-id: https://svn.argeo.org/slc/trunk@2667 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
[gpl/argeo-slc.git] / modules / 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/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.slc</groupId>
6 <artifactId>argeo-slc</artifactId>
7 <version>0.11.4-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>modules</artifactId>
11 <name>SLC Modules</name>
12 <packaging>pom</packaging>
13 <modules>
14 <module>agent</module>
15 <module>server</module>
16 </modules>
17 </project>