]> git.argeo.org Git - gpl/argeo-slc.git/blob - dist/pom.xml
Prepare next development cycle
[gpl/argeo-slc.git] / dist / 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.slc.rcp</groupId>
8 <artifactId>argeo-rcp</artifactId>
9 <version>2.1.86-SNAPSHOT</version>
10 <relativePath>..</relativePath>
11 </parent>
12 <artifactId>dist</artifactId>
13 <name>RCP Deployable Distributions</name>
14 <packaging>pom</packaging>
15 <modules>
16 <module>argeo-companion</module>
17 </modules>
18 </project>