| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| <groupId>org.eclipse.jetty</groupId> |
| <artifactId>jetty-parent</artifactId> |
| <relativePath>../../trunk/jetty-parent</relativePath> |
| <modelVersion>4.0.0</modelVersion> |
| <groupId>org.eclipse.jetty.toolchain</groupId> |
| <artifactId>jetty-toolchain</artifactId> |
| <version>1.6-SNAPSHOT</version> |
| <name>Jetty Toolchain :: Parent</name> |
| <packaging>pom</packaging> |
| <connection>scm:git:https://github.com/eclipse/jetty.toolchain.git</connection> |
| <developerConnection>scm:git:git@github.com:eclipse/jetty.toolchain.git</developerConnection> |
| <url>https://github.com/eclipse/jetty.project</url> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-release-plugin</artifactId> |
| <useReleaseProfile>false</useReleaseProfile> |
| <arguments>-Peclipse-release</arguments> |
| <preparationGoals>clean install</preparationGoals> |