]> git.argeo.org Git - gpl/argeo-suite.git/blob - systems/pom.xml
Include workspace in the browser's state interpretation.
[gpl/argeo-suite.git] / systems / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6 <parent>
7 <groupId>org.argeo.suite</groupId>
8 <artifactId>argeo-suite</artifactId>
9 <version>2.1.16-SNAPSHOT</version>
10 <relativePath>..</relativePath>
11 </parent>
12 <groupId>org.argeo.suite.systems</groupId>
13 <artifactId>suite-systems</artifactId>
14 <name>Systems Suite</name>
15 <packaging>pom</packaging>
16 <modules>
17 <module>org.argeo.suite.studio</module>
18 </modules>
19 </project>