]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/dep/pom.xml
Fix groupId
[lgpl/argeo-commons.git] / server / dep / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.commons</groupId>
7 <version>0.1.1-SNAPSHOT</version>
8 <artifactId>server</artifactId>
9 <relativePath>..</relativePath>
10 </parent>
11 <groupId>org.argeo.commons.server</groupId>
12 <artifactId>dep</artifactId>
13 <name>Commons Server Dependencies</name>
14 <packaging>pom</packaging>
15 <modules>
16 <module>org.argeo.server.dep.tomcat</module>
17 <module>org.argeo.server.dep.ads</module>
18 </modules>
19 </project>