Florian Thienel | d849350 | 2011-11-09 19:59:55 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
| 4 | <modelVersion>4.0.0</modelVersion>
|
| 5 | <groupId>org.eclipse.vex</groupId>
|
| 6 | <artifactId>org.eclipse.vex-parent</artifactId>
|
| 7 | <version>1.0.0-SNAPSHOT</version>
|
| 8 | <packaging>pom</packaging>
|
| 9 | <mailingLists>
|
| 10 | <mailingList>
|
| 11 | <name>Vex Mailing List</name>
|
| 12 | <post>mylyn-vex-dev@eclipse.org</post>
|
| 13 | <subscribe>https://dev.eclipse.org/mailman/listinfo/mylyn-vex-dev</subscribe>
|
| 14 | <unsubscribe>https://dev.eclipse.org/mailman/listinfo/mylyn-vex-dev</unsubscribe>
|
| 15 | <archive>http://dev.eclipse.org/mhonarc/lists/mylyn-vex-dev</archive>
|
| 16 | </mailingList>
|
| 17 | </mailingLists>
|
| 18 | <issueManagement>
|
| 19 | <url>https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;classification=Mylyn;product=Mylyn%20Docs%20Vex</url>
|
| 20 | <system>Bugzilla</system>
|
| 21 | </issueManagement>
|
| 22 | <repositories>
|
| 23 | <repository>
|
| 24 | <snapshots>
|
| 25 | <enabled>true</enabled>
|
| 26 | </snapshots>
|
| 27 | <id>vex-milestones</id>
|
| 28 | <url>http://download.eclipse.org/vex/milestones</url>
|
| 29 | <layout>default</layout>
|
| 30 | </repository>
|
| 31 | <repository>
|
| 32 | <id>vex-releases</id>
|
| 33 | <url>http://download.eclipse.org/vex/releases</url>
|
| 34 | <layout>default</layout>
|
| 35 | </repository>
|
| 36 | </repositories>
|
| 37 | </project> |