Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 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 | <groupId>org.eclipse.vex</groupId> |
| 6 | <artifactId>org.eclipse.vex.repository</artifactId> |
| 7 | <packaging>eclipse-update-site</packaging> |
| 8 | <name>Vex Update Site</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> |