Jonathan Dumont | b6a777f | 2015-10-15 15:48:30 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
Jonathan Dumont | 4314b6e | 2015-11-17 22:06:09 +0100 | [diff] [blame] | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 |
| 5 | http://maven.apache.org/maven-v4_0_0.xsd"> |
| 6 | <modelVersion>4.0.0</modelVersion> |
| 7 | |
| 8 | <!-- PROJECT DESCRIPTION --> |
| 9 | <parent> |
| 10 | <groupId>org.polarsys.esf</groupId> |
| 11 | <artifactId>esf-infra.core</artifactId> |
Jonathan Dumont | b6a777f | 2015-10-15 15:48:30 +0200 | [diff] [blame] | 12 | <version>0.7.0-SNAPSHOT</version> |
Jonathan Dumont | 4314b6e | 2015-11-17 22:06:09 +0100 | [diff] [blame] | 13 | </parent> |
| 14 | |
| 15 | <groupId>org.polarsys.esf</groupId> |
| 16 | <artifactId>esf-infra.core.releng</artifactId> |
| 17 | <packaging>pom</packaging> |
| 18 | <name>ESF Releng</name> |
| 19 | <description>ESF Releng description.</description> |
| 20 | |
| 21 | <!-- MODULES --> |
| 22 | <modules> |
| 23 | <module>org.polarsys.esf.core.releng</module> |
| 24 | <module>org.polarsys.esf.core.releng.branding</module> |
| 25 | </modules> |
| 26 | |
Jonathan Dumont | b6a777f | 2015-10-15 15:48:30 +0200 | [diff] [blame] | 27 | </project> |