]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/pom.xml
Change SCM URL
[gpl/argeo-slc.git] / runtime / pom.xml
1 <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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.slc</groupId>
5 <artifactId>argeo-slc</artifactId>
6 <version>0.11.2-SNAPSHOT</version>
7 <relativePath>../org.argeo.slc</relativePath>
8 </parent>
9 <artifactId>argeo-slc-runtime</artifactId>
10 <packaging>pom</packaging>
11 <name>Argeo SLC Runtime</name>
12 <modules>
13 <module>org.argeo.slc.specs</module>
14 <module>org.argeo.slc.support.simple</module>
15 <module>org.argeo.slc.support.castor</module>
16 <module>org.argeo.slc.support.ant</module>
17 <module>org.argeo.slc.support.ws.client</module>
18 <module>org.argeo.slc.support.hibernate</module>
19 <module>org.argeo.slc.server</module>
20 <module>org.argeo.slc.detached</module>
21 <module>org.argeo.slc.launcher</module>
22 <module>org.argeo.slc.lib.detached</module>
23 </modules>
24 </project>