blob: 7c18e340768e0f073520eb7f1aa986c8f0118dbc [file] [log] [blame]
Florian Thienelfa641e52011-11-10 00:49:26 +01001<?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 <artifactId>org.eclipse.vex</artifactId>
6 <packaging>eclipse-plugin</packaging>
7 <version>1.0.0-SNAPSHOT</version>
8 <name>Vex Branding</name>
9
10 <parent>
11 <artifactId>org.eclipse.vex-releng</artifactId>
12 <groupId>org.eclipse.vex</groupId>
13 <version>1.0.0-SNAPSHOT</version>
14 <relativePath>../org.eclipse.vex.releng/pom.xml</relativePath>
15 </parent>
16
17</project>